summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: pnvm: don't try to load after failuresJohannes Berg2021-01-251-1/+7
* iwlwifi: pnvm: don't skip everything when not reloadingJohannes Berg2021-01-251-25/+25
* iwlwifi: pcie: avoid potential PNVM leaksJohannes Berg2021-01-251-0/+3
* iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg2021-01-251-0/+3
* iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon2021-01-251-0/+3
* mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi2021-01-181-5/+4
* mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
* iwlwifi: dbg: Don't touch the tlv dataTakashi Iwai2021-01-141-7/+0
* mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor2021-01-142-6/+6
* 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-0813-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-081-3/+4
| * | Merge branch 's390-qeth-fixes-2021-01-07'Jakub Kicinski2021-01-084-17/+30
| |\ \
| | * | s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann2021-01-081-1/+1
| | * | s390/qeth: fix locking for discipline setup / removalJulian Wiedmann2021-01-083-10/+7
| | * | s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-084-18/+34
| |/ /
| * | Merge branch 'nexthop-various-fixes'Jakub Kicinski2021-01-082-3/+5
| |\ \
| | * | selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel2021-01-081-1/+1
| | * | nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-081-1/+1
| | * | nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-081-1/+3
| | * | nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-081-1/+1
| |/ /
| * | octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King2021-01-081-3/+11
| * | Merge branch 'bug-fixes-for-chtls-driver'Jakub Kicinski2021-01-081-47/+24
| |\ \
| | * | chtls: Fix chtls resources release sequenceAyush Sawal2021-01-081-4/+4
| | * | chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-081-0/+5
| | * | chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-081-1/+1
| | * | chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal2021-01-081-3/+1
| | * | chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-081-2/+12
| | * | chtls: Remove invalid set_tcb callAyush Sawal2021-01-081-3/+0
| | * | chtls: Fix hardware tid leakAyush Sawal2021-01-081-36/+3
| |/ /
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-084-7/+14
| |\ \
| | * | bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-071-1/+0
| | * | tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa2021-01-061-5/+12
| | * | bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song2021-01-031-0/+1
| | * | selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang2020-12-291-1/+1
| * | | Merge branch 'net-fix-netfilter-defrag-ip-tunnel-pmtu-blackhole'Jakub Kicinski2021-01-074-8/+214
| |\ \ \
| | * | | net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
| | * | | net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-071-6/+5
| | * | | selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...Florian Westphal2021-01-072-1/+208
| |/ / /