aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-1/+5
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+6
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-16net: sched: fix police ext initializationVlad Buslov1-0/+1
2021-02-16net: dsa: add MRP supportHoratiu Vultur1-0/+12
2021-02-16switchdev: mrp: Extend ring_role_mrp and in_role_mrpHoratiu Vultur1-0/+2
2021-02-16switchdev: mrp: Remove CONFIG_BRIDGE_MRPHoratiu Vultur1-10/+0
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-0/+11
2021-02-15net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=nVladimir Oltean1-1/+2
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso1-0/+6
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean1-1/+2
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-0/+2
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet1-0/+12
2021-02-12tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-2/+8
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-1/+6
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean1-2/+4
2021-02-12Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+2
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal1-0/+1
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear1-0/+2
2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan1-6/+6
2021-02-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller4-5/+57
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet1-3/+1
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+13
2021-02-11devlink: Fix dmac_filter trap name, align to its documentationAya Levin1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+3
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen1-1/+2
2021-02-08switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STATHoratiu Vultur1-2/+0
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski5-15/+18
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky1-0/+11
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky1-0/+12
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky1-0/+3
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2-2/+2
2021-02-03tcp: use a smaller percpu_counter batch size for sk_allocWei Wang1-2/+6
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi1-0/+1
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-1/+6
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez1-1/+3
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-1/+7
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez1-1/+5
2021-02-02Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-1/+3
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2-8/+3
2021-02-02net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen1-2/+3
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen1-0/+2
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-1/+1
2021-02-01net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin1-1/+1
2021-02-01cfg80211: fix netdev registration deadlockJohannes Berg1-1/+3