summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers2024-01-261-1/+1
| * perf test: Fix 'perf script' tests on s390Thomas Richter2024-01-261-1/+8
| * tools headers UAPI: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2024-01-261-0/+3
| * tools arch x86: Sync the msr-index.h copy with the kernel sources to pick IA3...Arnaldo Carvalho de Melo2024-01-261-0/+8
| * tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...Arnaldo Carvalho de Melo2024-01-262-0/+2
| * Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-25120-341/+928
| |\
| | * Merge branch 'tsnep-xdp-fixes'Paolo Abeni2024-01-251-2/+15
| | |\
| | | * tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ringGerhard Engleder2024-01-251-0/+13
| | | * tsnep: Remove FCS for XDP data pathGerhard Engleder2024-01-251-2/+2
| | |/
| | * Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2024-01-2520-41/+99
| | |\
| | | * net/mlx5e: fix a potential double-free in fs_any_create_groupsDinghao Liu2024-01-241-0/+1
| | | * net/mlx5e: fix a double-free in arfs_create_groupsZhipeng Lu2024-01-241-11/+15
| | | * net/mlx5e: Ignore IPsec replay window values on sender sideLeon Romanovsky2024-01-241-2/+8
| | | * net/mlx5e: Allow software parsing when IPsec crypto is enabledLeon Romanovsky2024-01-241-2/+2
| | | * net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASORahul Rameshbabu2024-01-241-1/+1
| | | * net/mlx5: DR, Can't go to uplink vport on RX ruleYevgeny Kliteynik2024-01-241-5/+11
| | | * net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik2024-01-241-0/+1
| | | * net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2024-01-244-1/+7
| | | * net/mlx5: Fix a WARN upon a callback command failureYishai Hadas2024-01-241-2/+3
| | | * net/mlx5e: Fix peer flow lists handlingVlad Buslov2024-01-241-1/+2
| | | * net/mlx5e: Fix inconsistent hairpin RQT sizesTariq Toukan2024-01-241-1/+1
| | | * net/mlx5e: Fix operation precedence bug in port timestamping napi_poll contextRahul Rameshbabu2024-01-241-1/+1
| | | * net/mlx5: Fix query of sd_group fieldTariq Toukan2024-01-243-3/+29
| | | * net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed2024-01-245-11/+17
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-01-2513-91/+190
| | |\ \
| | | * \ Merge branch 'net-bpf_xdp_adjust_tail-and-intel-mbuf-fixes'Alexei Starovoitov2024-01-2512-89/+187
| | | |\ \
| | | | * | i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-251-0/+7
| | | | * | i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2024-01-252-25/+24
| | | | * | xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-251-0/+2
| | | | * | ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-251-14/+23
| | | | * | intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2024-01-252-2/+4
| | | | * | ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski2024-01-251-5/+0
| | | | * | i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar2024-01-251-17/+23
| | | | * | ice: work on pre-XDP prog frag countMaciej Fijalkowski2024-01-253-14/+32
| | | | * | xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-252-6/+62
| | | | * | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-254-2/+2
| | | | * | xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski2024-01-251-4/+8
| | | |/ /
| | | * | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui2024-01-231-2/+3
| | * | | net: fec: fix the unhandled context fault from smmuShenwei Wang2024-01-251-0/+2
| | * | | selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu2024-01-251-4/+4
| | * | | Merge tag 'nf-24-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-2512-31/+121
| | |\ \ \
| | | * | | netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-01-248-2/+47
| | | * | | netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal2024-01-241-10/+6
| | | * | | netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal2024-01-241-0/+4
| | | * | | netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal2024-01-241-7/+16
| | | * | | netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso2024-01-241-2/+9
| | | * | | netfilter: nf_tables: cleanup documentationGeorge Guo2024-01-241-10/+39
| | | | |/ | | | |/|
| | * | | fjes: fix memleaks in fjes_hw_setupZhipeng Lu2024-01-251-7/+30
| | * | | Merge branch 'fix-module_description-for-net-p2'Jakub Kicinski2024-01-2519-0/+19
| | |\ \ \
| | | * | | net: fill in MODULE_DESCRIPTION()s for rvu_mboxBreno Leitao2024-01-251-0/+1