summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-2021-04-21' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-04-211-3/+4
|\
| * iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina2021-04-191-3/+4
* | net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King2021-04-201-2/+2
* | net: marvell: prestera: fix port event handling on initVadym Kochan2021-04-201-1/+2
* | vsock/virtio: free queued packets when closing socketStefano Garzarella2021-04-201-9/+19
* | Merge branch 'sfc-txq-lookups'David S. Miller2021-04-202-10/+9
|\ \
| * | sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-2/+1
| * | sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-4/+4
| * | sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-201-4/+4
|/ /
* | MAINTAINERS: updateLijun Pan2021-04-191-1/+0
* | net: fix a data race when get vlan deviceDi Zhu2021-04-192-0/+7
* | gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-191-4/+4
* | net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij2021-04-191-1/+4
* | net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-04-191-0/+6
* | vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-04-191-2/+1
* | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-1753-439/+479
|\ \
| * | netlink: don't call ->netlink_bind with table lock heldFlorian Westphal2021-04-161-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-168-111/+175
| |\ \
| | * | bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
| | * | bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-161-29/+44
| | * | bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-161-6/+11
| | * | bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-161-16/+33
| | * | bpf: Improve verifier error messages for usersDaniel Borkmann2021-04-161-23/+63
| | * | bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-04-161-8/+13
| | * | bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-04-161-10/+9
| | * | bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-04-161-4/+5
| | * | bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann2021-04-161-1/+1
| | * | libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
| * | | MAINTAINERS: update my emailLijun Pan2021-04-161-1/+1
| * | | Merge branch 'ch_tlss-fixes'David S. Miller2021-04-151-91/+11
| |\ \ \
| | * | | ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav2021-04-151-53/+0
| | * | | ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav2021-04-151-19/+0
| | * | | ch_ktls: fix device connection closeVinay Kumar Yadav2021-04-151-0/+6
| | * | | ch_ktls: Fix kernel panicVinay Kumar Yadav2021-04-151-19/+5
| |/ / /
| * | | Merge tag 'mlx5-fixes-2021-04-14' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-04-153-19/+12
| |\ \ \
| | * | | net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu2021-04-141-0/+3
| | * | | net/mlx5e: Fix setting of RS FEC modeAya Levin2021-04-141-19/+4
| | * | | net/mlx5: Fix setting of devlink traps in switchdev modeAya Levin2021-04-141-0/+5
| * | | | i40e: fix the panic when running bpf in xdpdrv modeJason Xing2021-04-151-0/+6
| * | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-04-142-3/+15
| |\ \ \ \
| | * | | | ice: Fix potential infinite loop when using u8 loop counterColin Ian King2021-04-131-2/+2
| | * | | | ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu2021-04-131-0/+5
| | * | | | ixgbe: Fix NULL pointer dereference in ethtool loopback testAlexander Duyck2021-04-131-1/+8
| * | | | | Revert "net: stmmac: re-init rx buffers when mac resume back"Thierry Reding2021-04-141-83/+1
| * | | | | cavium/liquidio: Fix duplicate argumentWan Jiabing2021-04-141-1/+1
| * | | | | net: macb: fix the restore of cmp registersClaudiu Beznea2021-04-141-1/+1
| * | | | | vrf: fix a comment about loopback deviceNicolas Dichtel2021-04-141-6/+4
| * | | | | doc: move seg6_flowlabel to seg6-sysctl.rstNicolas Dichtel2021-04-142-15/+13
| * | | | | Merge branch 'ibmvnic-napi-fixes'David S. Miller2021-04-141-12/+2
| |\ \ \ \ \
| | * | | | | ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan2021-04-141-5/+0