summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen
2021-01-08selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variantsAndrii Nakryiko
2021-01-08libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro familyAndrii Nakryiko
2021-01-08libbpf: Add user-space variants of BPF_CORE_READ() family of macrosAndrii Nakryiko
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2021-01-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek
2021-01-07Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2021-01-07net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski
2021-01-07Merge branch 's390-qeth-fixes-2021-01-07'Jakub Kicinski
2021-01-07s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann
2021-01-07Merge branch 'nexthop-various-fixes'Jakub Kicinski
2021-01-07selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel
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-07octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King
2021-01-07Merge branch 'bug-fixes-for-chtls-driver'Jakub Kicinski
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal
2021-01-07chtls: Fix hardware tid leakAyush Sawal
2021-01-07Merge branch 'generic-zcopy_-functions'Jakub Kicinski
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.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-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