summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: simplify cBPF setsockopt compat handlingChristoph Hellwig1-1/+0
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-4/+2
2020-07-17net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata1-2/+2
2020-07-16net: sctp: drop duplicate words in commentsRandy Dunlap2-4/+4
2020-07-16net: ip6_fib.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: dsa.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: caif: drop duplicate words in commentsRandy Dunlap1-2/+2
2020-07-16net: 9p: drop duplicate word in commentRandy Dunlap1-1/+1
2020-07-16net: wimax: fix duplicate words in commentsRandy Dunlap1-1/+1
2020-07-15mptcp: Remove unused inline function mptcp_rcv_synsent()YueHaibing1-4/+0
2020-07-15net: flow: Remove unused inline functionYueHaibing1-18/+0
2020-07-15cipso: Remove unused inline functionsYueHaibing1-12/+0
2020-07-14switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur1-0/+38
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-3/+6
2020-07-14xsk: Add new statisticsCiara Loftus1-0/+4
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-37/+41
2020-07-11devlink: Add devlink health port reporters APIVladyslav Tarasiuk1-0/+9
2020-07-11devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk1-0/+2
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+21
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-0/+137
2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski1-3/+3
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-1/+3
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson1-0/+2
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-11/+9
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson1-3/+3
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson1-2/+2
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau1-1/+2
2020-07-09net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij1-0/+2
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-13/+25
2020-07-08net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese1-1/+9
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+11
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso1-1/+12
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso1-6/+1
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso1-0/+3
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-6/+4
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2-19/+17
2020-07-02bonding: allow xfrm offload setup post-module-loadJarod Wilson1-0/+5
2020-07-02genetlink: remove genl_bindSean Tranchetti1-8/+0
2020-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+10
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King1-1/+1
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-1/+1
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-1/+4
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-1/+2
2020-06-30ipvs: register hooks only with servicesJulian Anastasov1-0/+5
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+3
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu3-4/+32
2020-06-30Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-4/+30