summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-07-20net: dsa: Setup dsa_netdev_opsFlorian Fainelli
2020-07-20net: dsa: Add wrappers for overloaded ndo_opsFlorian Fainelli
2020-07-19icmp: support rfc 4884Willem de Bruijn
2020-07-19xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routinesLorenzo Bianconi
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap
2020-07-15net: ip6_fib.h: drop duplicate word in commentRandy Dunlap
2020-07-15net: dsa.h: drop duplicate word in commentRandy Dunlap
2020-07-15net: caif: drop duplicate words in commentsRandy Dunlap
2020-07-15net: 9p: drop duplicate word in commentRandy Dunlap
2020-07-15net: wimax: fix duplicate words in commentsRandy Dunlap
2020-07-15mptcp: Remove unused inline function mptcp_rcv_synsent()YueHaibing
2020-07-15net: flow: Remove unused inline functionYueHaibing
2020-07-15cipso: Remove unused inline functionsYueHaibing
2020-07-14switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata
2020-07-13xsk: Add new statisticsCiara Loftus
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10devlink: Add devlink health port reporters APIVladyslav Tarasiuk
2020-07-10devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-08net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-07net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld