summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: delete switchdev_port_obj_add_nowVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-11Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu
2021-01-10net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de
2021-01-10netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer
2021-01-09mptcp: add the mibs for MP_PRIOGeliang Tang
2021-01-09mptcp: add set_flags command in PM netlinkGeliang Tang
2021-01-09mptcp: add the incoming MP_PRIO supportGeliang Tang
2021-01-09mptcp: add the outgoing MP_PRIO supportGeliang Tang
2021-01-09mptcp: add the address ID assignment bitmapGeliang Tang
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le
2021-01-09net-gro: remove GRO_DROPEric Dumazet
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski
2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski
2021-01-08net: ip_tunnel: clean up endianness conversionsJulian Wiedmann
2021-01-08udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-08bpf: Replace fput with sockfd_put in sock mapZheng Yongjun
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel
2021-01-07nexthop: Fix off-by-one error in error pathIdo Schimmel
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon
2021-01-07skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon
2021-01-07skbuff: simplify sock_zerocopy_putJonathan Lemon
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean
2021-01-07net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean