summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-341/+928
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-51/+110
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-42/+79
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-13/+17
2024-01-25Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxLinus Torvalds-3/+34
2024-01-25Merge branch 'tsnep-xdp-fixes'Paolo Abeni-2/+15
2024-01-25tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ringGerhard Engleder-0/+13
2024-01-25tsnep: Remove FCS for XDP data pathGerhard Engleder-2/+2
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-41/+99
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-91/+190
2024-01-25net: fec: fix the unhandled context fault from smmuShenwei Wang-0/+2
2024-01-25selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu-4/+4
2024-01-24Merge tag 'nf-24-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-31/+121
2024-01-24fjes: fix memleaks in fjes_hw_setupZhipeng Lu-7/+30
2024-01-24Merge tag 'ceph-for-6.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds-13/+19
2024-01-24Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+0
2024-01-24Merge branch 'net-bpf_xdp_adjust_tail-and-intel-mbuf-fixes'Alexei Starovoitov-89/+187
2024-01-24i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski-0/+7
2024-01-24i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski-25/+24
2024-01-24xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski-0/+2
2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski-14/+23
2024-01-24intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski-2/+4
2024-01-24ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski-5/+0
2024-01-24i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar-17/+23
2024-01-24ice: work on pre-XDP prog frag countMaciej Fijalkowski-14/+32
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski-6/+62
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski-2/+2
2024-01-24xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski-4/+8
2024-01-24Merge branch 'fix-module_description-for-net-p2'Jakub Kicinski-0/+19
2024-01-24net: fill in MODULE_DESCRIPTION()s for rvu_mboxBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for litexBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for fsl_pq_mdioBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for fecBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for enetcBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for nps_enetBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for ep93xxx_ethBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for Broadcom bgmacBreno Leitao-0/+5
2024-01-24net: fill in MODULE_DESCRIPTION()s for 8390Breno Leitao-0/+6
2024-01-24selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski-0/+9
2024-01-24selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski-1/+5
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+34
2024-01-24uselib: remove use of __FMODE_EXECLinus Torvalds-1/+1
2024-01-24Revert "KEYS: encrypted: Add check for strsep"Mimi Zohar-4/+0
2024-01-24net: mvpp2: clear BM pool before initializationJenishkumar Maheshbhai Patel-1/+26
2024-01-24net: stmmac: Wait a bit for the reset to take effectBernd Edlinger-0/+3
2024-01-24samples/cgroup: add .gitignore file for generated samplesLinus Torvalds-0/+3
2024-01-24exec: Distinguish in_execve from in_execKees Cook-1/+3
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook-2/+5
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso-2/+47