summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07skbuff: remove unused skb_zcopy_abort functionJonathan Lemon
2021-01-07Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-07Merge branch 'dwmac-meson8b-picosecond-precision-rx-delay-support'Jakub Kicinski
2021-01-07net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12AMartin Blumenstingl
2021-01-07net: stmmac: dwmac-meson8b: move RGMII delays into a separate functionMartin Blumenstingl
2021-01-07net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delayMartin Blumenstingl
2021-01-07net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clockMartin Blumenstingl
2021-01-07dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delayMartin Blumenstingl
2021-01-07Merge branch 'reduce-coupling-between-dsa-and-broadcom-systemport-driver'Jakub Kicinski
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean
2021-01-07net: systemport: use standard netdevice notifier to detect DSA presenceVladimir 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-07Merge branch 'offload-software-learnt-bridge-addresses-to-dsa'Jakub Kicinski
2021-01-07net: dsa: ocelot: request DSA to fix up lack of address learning on CPU portVladimir 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
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-07Merge branch 'r8169-improve-rtl8168g-phy-suspend-quirk'Jakub Kicinski
2021-01-07r8169: improve RTL8168g PHY suspend quirkHeiner Kallweit
2021-01-07r8169: move ERI access functions to avoid forward declarationHeiner Kallweit
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit
2021-01-07net: phy: bcm7xxx: Add an entry for BCM72116Florian Fainelli
2021-01-07Merge branch 'net-fix-netfilter-defrag-ip-tunnel-pmtu-blackhole'Jakub Kicinski
2021-01-07net: ip: always refragment ip defragmented packetsFlorian Westphal
2021-01-07net: fix pmtu check in nopmtudisc modeFlorian Westphal
2021-01-07selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...Florian Westphal
2021-01-07Merge branch 'udp_tunnel_nic-post-conversion-cleanup'Jakub Kicinski
2021-01-07udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2021-01-07udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel driversJakub Kicinski
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski
2021-01-07net: broadcom: Drop OF dependency from BGMAC_PLATFORMFlorian Fainelli
2021-01-07docs: octeontx2: tune rst markupLukas Bulwahn
2021-01-07Merge branch 'bcm63xx_enet-major-makeover-of-driver'Jakub Kicinski
2021-01-07bcm63xx_enet: improve rx loopSieng Piaw Liew
2021-01-07bcm63xx_enet: convert to build_skbSieng Piaw Liew
2021-01-07bcm63xx_enet: consolidate rx SKB ring cleanup codeSieng Piaw Liew