summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netlink: don't call ->netlink_bind with table lock heldFlorian Westphal2021-04-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-178-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-171-1/+1
* | Merge branch 'ch_tlss-fixes'David S. Miller2021-04-161-91/+11
|\ \
| * | ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav2021-04-161-53/+0
| * | ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav2021-04-161-19/+0
| * | ch_ktls: fix device connection closeVinay Kumar Yadav2021-04-161-0/+6
| * | ch_ktls: Fix kernel panicVinay Kumar Yadav2021-04-161-19/+5
|/ /
* | Merge tag 'mlx5-fixes-2021-04-14' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-04-163-19/+12
|\ \
| * | net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu2021-04-151-0/+3
| * | net/mlx5e: Fix setting of RS FEC modeAya Levin2021-04-151-19/+4
| * | net/mlx5: Fix setting of devlink traps in switchdev modeAya Levin2021-04-151-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
| * | | | ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan2021-04-141-5/+1
| * | | | ibmvnic: avoid calling napi_disable() twiceLijun Pan2021-04-141-2/+1
|/ / / /
* | | | r8169: don't advertise pause in jumbo modeHeiner Kallweit2021-04-141-2/+7
* | | | ethtool: pause: make sure we init driver statsJakub Kicinski2021-04-141-4/+4
| |/ / |/| |
* | | xen-netback: Check for hotplug-status existence before watchingMichael Brown2021-04-141-4/+8
* | | gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-141-1/+2
* | | net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-131-8/+5
* | | ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan2021-04-131-4/+7
* | | net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart2021-04-131-3/+13
* | | Merge branch 'catch-all-devices'David S. Miller2021-04-132-2/+12
|\ \ \ | |/ / |/| |
| * | net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-131-0/+10
| * | net: sit: Unregister catch-all devicesHristo Venev2021-04-131-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-04-1315-38/+118
|\ \
| * | netfilter: nftables: clone set element expression templatePablo Neira Ayuso2021-04-131-12/+34
| * | netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-134-8/+8
| * | netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-103-5/+19