summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Allow loading empty BTFsAndrii Nakryiko2021-01-121-5/+0
* bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
* bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
* bpf: Update local storage test to check handling of null ptrsKP Singh2021-01-122-97/+61
* bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-psGeert Uytterhoeven2021-01-091-0/+1
* Merge branch 'mlxsw-core-thermal-control-fixes'Jakub Kicinski2021-01-091-5/+8
|\
| * mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak2021-01-091-1/+1
| * mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak2021-01-091-4/+7
|/
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
* selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko2021-01-091-2/+2
* net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
* netxen_nic: fix MSI/MSI-x interruptsManish Chopra2021-01-091-6/+1
* Merge branch 'net-fix-issues-around-register_netdevice-failures'Jakub Kicinski2021-01-084-36/+187
|\
| * net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-081-10/+4
| * net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-083-20/+18
| * docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-082-7/+166
|/
* ppp: fix refcount underflow on channel unbridgeTom Parkin2021-01-081-3/+9
* udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-081-1/+1
* net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
* net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs linksStephan Gerhold2021-01-081-0/+1
* Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2021-01-0866-309/+746
|\
| * Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-01-0713-66/+122
| |\
| | * net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu2021-01-071-0/+1
| | * net/mlx5e: Fix two double free casesDinghao Liu2021-01-071-0/+2
| | * net/mlx5: Release devlink object if adev failsLeon Romanovsky2021-01-071-2/+5
| | * net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin2021-01-071-6/+18
| | * net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman2021-01-071-0/+5
| | * net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel2021-01-071-14/+13
| | * net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh2021-01-073-7/+19
| | * net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo2021-01-071-28/+49
| | * net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang2021-01-071-1/+1
| | * net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-072-2/+4
| | * net/mlx5: Check if lag is supported before creating oneMark Zhang2021-01-071-6/+5
| * | net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski2021-01-071-3/+4
| * | Merge branch 's390-qeth-fixes-2021-01-07'Jakub Kicinski2021-01-074-17/+30
| |\ \
| | * | s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann2021-01-071-1/+1
| | * | s390/qeth: fix locking for discipline setup / removalJulian Wiedmann2021-01-073-10/+7
| | * | s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-074-18/+34
| |/ /
| * | Merge branch 'nexthop-various-fixes'Jakub Kicinski2021-01-072-3/+5
| |\ \
| | * | selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel2021-01-071-1/+1
| | * | nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
| | * | nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
| | * | nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
| |/ /
| * | octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King2021-01-071-3/+11
| * | Merge branch 'bug-fixes-for-chtls-driver'Jakub Kicinski2021-01-071-47/+24
| |\ \
| | * | chtls: Fix chtls resources release sequenceAyush Sawal2021-01-071-4/+4
| | * | chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-071-0/+5