summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-14selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2-1/+41
2021-01-14bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti1-0/+2
2021-01-14bpf: Reject too big ctx_size_in for raw_tp test runSong Liu1-1/+2
2021-01-12libbpf: Allow loading empty BTFsAndrii Nakryiko1-5/+0
2021-01-12bpf: Allow empty module BTFsAndrii Nakryiko1-1/+1
2021-01-12bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev1-2/+3
2021-01-12bpf: Update local storage test to check handling of null ptrsKP Singh2-97/+61
2021-01-12bpf: Fix typo in bpf_inode_storage.cKP Singh1-2/+2
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2-2/+8
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa1-2/+4
2021-01-10dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-psGeert Uytterhoeven1-0/+1
2021-01-10Merge branch 'mlxsw-core-thermal-control-fixes'Jakub Kicinski1-5/+8
2021-01-10mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak1-1/+1
2021-01-10mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak1-4/+7
2021-01-10tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-10selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko1-2/+2
2021-01-10net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-10netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-09Merge branch 'net-fix-issues-around-register_netdevice-failures'Jakub Kicinski4-36/+187
2021-01-09net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-09net: make free_netdev() more lenient with unregistering devicesJakub Kicinski3-20/+18
2021-01-09docs: net: explain struct net_device lifetimeJakub Kicinski2-7/+166
2021-01-09ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2021-01-09udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-09net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-09net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs linksStephan Gerhold1-0/+1
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