aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-09soc: qcom: mdt_loader: define stubs for COMPILE_TESTAlex Elder
2021-01-09remoteproc: qcom: expose types for COMPILE_TESTAlex Elder
2021-01-09ibmvnic: merge do_change_param_reset into do_resetLijun Pan
2021-01-08ppp: clean up endianness conversionsJulian Wiedmann
2021-01-08net: ip_tunnel: clean up endianness conversionsJulian Wiedmann
2021-01-08MAINTAINERS: add bgmac section entryRafał Miłecki
2021-01-08net: broadcom: share header defining UniMAC registersRafał Miłecki
2021-01-08bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki
2021-01-08Merge branch 'update-register-bit-definitions-in-the-etheravb-driver'Jakub Kicinski
2021-01-08ravb: update "undocumented" annotationsSergey Shtylyov
2021-01-08ravb: remove APSR_DMSergey Shtylyov
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