summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-205-113/+240
* bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
* bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-6/+13
* selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman2023-11-201-5/+8
* selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman2023-11-201-30/+48
* selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman2023-11-201-32/+52
* Merge branch 'bpf_redirect_peer fixes'Martin KaFai Lau2023-11-208-199/+334
|\
| * selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann2023-11-201-0/+52
| * selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann2023-11-201-126/+137
| * bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann2023-11-203-6/+21
| * bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-11-202-0/+9
| * veth: Use tstats per-CPU traffic countersPeilin Ye2023-11-201-19/+11
| * netkit: Add tstats per-CPU traffic countersDaniel Borkmann2023-11-201-1/+18
| * net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-204-30/+69
| * net, vrf: Move dstats structure to coreDaniel Borkmann2023-11-202-17/+17
|/
* MAINTAINERS: Add netdev subsystem profile linkKees Cook2023-11-171-0/+2
* Merge branch 'rxrpc-ack-fixes'David S. Miller2023-11-172-33/+30
|\
| * rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-11-171-13/+13
| * rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-11-172-20/+17
|/
* kselftest: rtnetlink: fix ip route command typoPaolo Abeni2023-11-171-1/+1
* s390/ism: ism driver implies smc protocolGerd Bayer2023-11-172-48/+48
* rxrpc: Fix some minor issues with bundle tracingDavid Howells2023-11-171-3/+4
* stmmac: dwmac-loongson: Add architecture dependencyJean Delvare2023-11-161-1/+1
* usb: aqc111: check packet for fixup for true limitOliver Neukum2023-11-161-4/+4
* Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-1680-457/+860
|\
| * Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-11-167-42/+47
| |\
| | * netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso2023-11-141-25/+30
| | * netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-11-141-7/+7
| | * netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso2023-11-141-2/+3
| | * netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-143-5/+6
| | * netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-141-1/+1
| | * netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li2023-11-141-2/+0
| * | macvlan: Don't propagate promisc change to lower dev in passthruVlad Buslov2023-11-161-1/+1
| * | net: sched: do not offload flows with a helper in act_ctXin Long2023-11-162-0/+12
| * | Merge branch 'mlx5-fixes-2023-11-13-manual'Jakub Kicinski2023-11-1515-216/+131
| |\ \
| | * | net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu2023-11-151-4/+8
| | * | net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu2023-11-151-4/+9
| | * | net/mlx5e: Reduce the size of icosq_strSaeed Mahameed2023-11-151-2/+2
| | * | net/mlx5: Increase size of irq name bufferRahul Rameshbabu2023-11-152-3/+6
| | * | net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu2023-11-151-4/+16
| | * | net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu2023-11-151-1/+1
| | * | net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu2023-11-151-1/+1
| | * | net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu2023-11-151-1/+2
| | * | net/mlx5e: Fix pedit endiannessVlad Buslov2023-11-151-28/+32
| | * | net/mlx5e: fix double free of encap_header in update funcsGavin Li2023-11-151-10/+10
| | * | net/mlx5e: fix double free of encap_headerDust Li2023-11-151-6/+4
| | * | net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu2023-11-151-1/+6
| | * | net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit2023-11-151-1/+2
| | * | net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2023-11-152-48/+19
| | * | Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan2023-11-151-102/+13
| |/ /