aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean3-14/+6
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean5-127/+62
2021-01-11net: switchdev: delete switchdev_port_obj_add_nowVladimir Oltean1-12/+5
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean5-107/+21
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2-20/+9
2021-01-11Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+85
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2021-01-10net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2021-01-10netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer1-0/+3
2021-01-09mptcp: add the mibs for MP_PRIOGeliang Tang4-0/+7
2021-01-09mptcp: add set_flags command in PM netlinkGeliang Tang1-0/+65
2021-01-09mptcp: add the incoming MP_PRIO supportGeliang Tang3-0/+28
2021-01-09mptcp: add the outgoing MP_PRIO supportGeliang Tang3-0/+79
2021-01-09mptcp: add the address ID assignment bitmapGeliang Tang1-17/+53
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean2-17/+8
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-09net-gro: remove GRO_DROPEric Dumazet1-11/+0
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong4-7/+7
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski3-20/+18
2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski1-1/+1
2021-01-08net: ip_tunnel: clean up endianness conversionsJulian Wiedmann1-4/+5
2021-01-08udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2-16/+11
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-6/+6
2021-01-08bpf: Replace fput with sockfd_put in sock mapZheng Yongjun1-1/+1
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-22/+31
2021-01-08cfg80211: Save the regulatory domain with a lockIlan Peer1-1/+10
2021-01-08xfrm: interface: enable TSO on xfrm interfacesEyal Birger1-1/+9
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-07nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon4-5/+5
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-0/+1
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon3-8/+7
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon4-18/+18
2021-01-07skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon1-1/+2
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon4-12/+8
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+2
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-1/+1
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2-9/+2
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+11
2021-01-07skbuff: simplify sock_zerocopy_putJonathan Lemon1-6/+2
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean2-39/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean2-1/+1
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighborsVladimir Oltean1-11/+55
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3