summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-09bpf: Replace fput with sockfd_put in sock mapZheng Yongjun1-1/+1
2021-01-09bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen1-1/+1
2021-01-09selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variantsAndrii Nakryiko2-0/+114
2021-01-09libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro familyAndrii Nakryiko1-0/+38
2021-01-09libbpf: Add user-space variants of BPF_CORE_READ() family of macrosAndrii Nakryiko1-39/+59
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski112-477/+1303
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds66-309/+746
2021-01-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-1/+3
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-08Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-66/+122
2021-01-08net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski1-3/+4
2021-01-08Merge branch 's390-qeth-fixes-2021-01-07'Jakub Kicinski4-17/+30
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-08Merge branch 'nexthop-various-fixes'Jakub Kicinski2-3/+5
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-08Merge branch 'bug-fixes-for-chtls-driver'Jakub Kicinski1-47/+24
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-08Merge branch 'generic-zcopy_-functions'Jakub Kicinski12-108/+113
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-08Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2021-01-08Merge branch 'dwmac-meson8b-picosecond-precision-rx-delay-support'Jakub Kicinski2-26/+120
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