summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi28-72/+68
2021-01-08bpf: Replace fput with sockfd_put in sock mapZheng Yongjun1-1/+1
2021-01-08bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen1-1/+1
2021-01-08selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variantsAndrii Nakryiko2-0/+114
2021-01-08libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro familyAndrii Nakryiko1-0/+38
2021-01-08libbpf: Add user-space variants of BPF_CORE_READ() family of macrosAndrii Nakryiko1-39/+59
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek5-30/+18
2021-01-08net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski1-3/+4
2021-01-08s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-08s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-08s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2021-01-08selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel1-1/+1
2021-01-08nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-08nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-08nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-08octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King1-3/+11
2021-01-08chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-08chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-08chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-08chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-08chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-08chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-08skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon5-10/+10
2021-01-08tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon4-6/+10
2021-01-08skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon2-1/+3
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon7-31/+32
2021-01-08skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon5-27/+27
2021-01-08skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon1-1/+2
2021-01-08skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon5-12/+18
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon7-16/+19
2021-01-08skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon2-7/+7
2021-01-08skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon3-10/+8
2021-01-08skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon2-6/+11
2021-01-08skbuff: simplify sock_zerocopy_putJonathan Lemon1-6/+2
2021-01-08skbuff: remove unused skb_zcopy_abort functionJonathan Lemon1-11/+0
2021-01-08net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12AMartin Blumenstingl1-13/+48
2021-01-08net: stmmac: dwmac-meson8b: move RGMII delays into a separate functionMartin Blumenstingl1-1/+12
2021-01-08net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delayMartin Blumenstingl1-8/+13
2021-01-08net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clockMartin Blumenstingl1-1/+1
2021-01-08dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delayMartin Blumenstingl1-6/+49
2021-01-08net: dsa: remove the DSA specific notifiersVladimir Oltean3-81/+0
2021-01-08net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean2-46/+37
2021-01-08net: dsa: export dsa_slave_dev_checkVladimir Oltean3-1/+7
2021-01-08net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean5-6/+19
2021-01-08net: dsa: ocelot: request DSA to fix up lack of address learning on CPU portVladimir Oltean1-0/+1
2021-01-08net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean2-11/+60
2021-01-08net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3
2021-01-08net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean1-19/+16