Age | Commit message (Expand) | Author |
2021-01-09 | mptcp: add the mibs for MP_PRIO | Geliang Tang |
2021-01-09 | mptcp: add set_flags command in PM netlink | Geliang Tang |
2021-01-09 | mptcp: add the incoming MP_PRIO support | Geliang Tang |
2021-01-09 | mptcp: add the outgoing MP_PRIO support | Geliang Tang |
2021-01-09 | mptcp: add the address ID assignment bitmap | Geliang Tang |
2021-01-09 | net: dsa: dsa_legacy_fdb_{add,del} can be static | Vladimir Oltean |
2021-01-09 | net-gro: remove GRO_DROP | Eric Dumazet |
2021-01-09 | net: bridge: fix misspellings using codespell tool | Menglong Dong |
2021-01-08 | net: ip_tunnel: clean up endianness conversions | Julian Wiedmann |
2021-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-07 | nexthop: Bounce NHA_GATEWAY in FDB nexthop groups | Petr Machata |
2021-01-07 | nexthop: Unlink nexthop group entry in error path | Ido Schimmel |
2021-01-07 | nexthop: Fix off-by-one error in error path | Ido Schimmel |
2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon |
2021-01-07 | skbuff: add flags to ubuf_info for ubuf setup | Jonathan Lemon |
2021-01-07 | net: group skb_shinfo zerocopy related bits together. | Jonathan Lemon |
2021-01-07 | skbuff: rename sock_zerocopy_* to msg_zerocopy_* | Jonathan Lemon |
2021-01-07 | skbuff: Call skb_zcopy_clear() before unref'ing fragments | Jonathan Lemon |
2021-01-07 | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort | Jonathan Lemon |
2021-01-07 | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon |
2021-01-07 | skbuff: replace sock_zerocopy_get with skb_zcopy_get | Jonathan Lemon |
2021-01-07 | skbuff: replace sock_zerocopy_put() with skb_zcopy_put() | Jonathan Lemon |
2021-01-07 | skbuff: Push status and refcounts into sock_zerocopy_callback | Jonathan Lemon |
2021-01-07 | skbuff: simplify sock_zerocopy_put | Jonathan Lemon |
2021-01-07 | net: dsa: remove the DSA specific notifiers | Vladimir Oltean |
2021-01-07 | net: dsa: export dsa_slave_dev_check | Vladimir Oltean |
2021-01-07 | net: dsa: move the Broadcom tag information in a separate header file | Vladimir Oltean |
2021-01-07 | net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig... | Vladimir Oltean |
2021-01-07 | net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDB | Vladimir Oltean |
2021-01-07 | net: dsa: move switchdev event implementation under the same switch/case stat... | Vladimir Oltean |
2021-01-07 | net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work | Vladimir Oltean |
2021-01-07 | net: dsa: be louder when a non-legacy FDB operation fails | Vladimir Oltean |
2021-01-07 | net: bridge: notify switchdev of disappearance of old FDB entry upon migration | Vladimir Oltean |
2021-01-07 | net: ip: always refragment ip defragmented packets | Florian Westphal |
2021-01-07 | net: fix pmtu check in nopmtudisc mode | Florian Westphal |
2021-01-07 | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks | Jakub Kicinski |
2021-01-07 | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers | Jakub Kicinski |
2021-01-07 | net: ipv6: fib: flush exceptions when purging route | Sean Tranchetti |
2021-01-07 | Merge tag 'linux-can-next-for-5.12-20210106' of git://git.kernel.org/pub/scm/... | Jakub Kicinski |
2021-01-06 | net: dsa: print error on invalid port index | Rafał Miłecki |
2021-01-06 | can: raw: return -ERANGE when filterset does not fit into user space buffer | Oliver Hartkopp |
2021-01-05 | net: qrtr: fix null-ptr-deref in qrtr_ns_remove | Qinglang Miao |
2021-01-05 | net: vlan: avoid leaks on register_vlan_dev() failures | Jakub Kicinski |
2021-01-05 | net: nfc: nci: Change the NCI close sequence | Bongsu Jeon |
2021-01-05 | net: kcm: Replace fput with sockfd_put | Zheng Yongjun |
2021-01-05 | cfg80211: select CONFIG_CRC32 | Arnd Bergmann |
2021-01-05 | net: tipc: Replace expression with offsetof() | Zheng Yongjun |
2021-01-05 | Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2021-01-04 | net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event | Xie He |