summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2023-11-159-49/+200
|\ \
| * | bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-153-8/+22
| * | selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko2023-11-091-0/+62
| * | bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-093-21/+17
| * | Merge branch 'bpf-control-flow-graph-and-precision-backtrack-fixes'Alexei Starovoitov2023-11-094-15/+89
| |\ \
| | * | selftests/bpf: add edge case backtracking logic testAndrii Nakryiko2023-11-091-0/+40
| | * | bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
| | * | bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-093-13/+30
| |/ /
| * | selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell2023-11-091-7/+12
* | | net: Fix undefined behavior in netdev name allocationGal Pressman2023-11-151-1/+3
* | | dt-bindings: net: ethernet-controller: Fix formatting errorNiklas Söderlund2023-11-151-2/+2
* | | Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-11-151-5/+0
* | | Merge branch 'mptcp-misc-fixes-for-v6-7'Jakub Kicinski2023-11-144-6/+15
|\ \ \
| * | | selftests: mptcp: fix fastclose with csum failurePaolo Abeni2023-11-141-1/+1
| * | | mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni2023-11-141-0/+3
| * | | mptcp: add validity check for sending RM_ADDRGeliang Tang2023-11-141-2/+3
| * | | mptcp: fix possible NULL pointer dereference on closePaolo Abeni2023-11-141-3/+4
| * | | mptcp: deal with large GSO sizePaolo Abeni2023-11-141-0/+4
|/ / /
* | | gve: Fixes for napi_poll when budget is 0Ziwei Xiao2023-11-143-9/+7
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-11-145-16/+165
|\ \ \
| * | | ice: fix DDP package download for packages without signature segmentDan Nowlin2023-11-131-3/+100
| * | | ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski2023-11-133-4/+64
| * | | ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2023-11-132-7/+0
| * | | ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski2023-11-131-2/+1
* | | | Merge branch 'pds_core-fix-irq-index-bug-and-compiler-warnings'Jakub Kicinski2023-11-144-5/+9
|\ \ \ \