summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: Guard for gso_segs overflow in skb_segmentAlice Mikityanska1-1/+2
9 daysnet: fix a resource leak in copy_net_ns() error handling pathTetsuo Handa1-12/+9
9 daysnet: core: fix head-page leak in skb_zerocopyMina Almasry1-2/+2
9 daysnet: core: check skb_frags_readable before uncloning in skb_copy_ubufsMina Almasry1-3/+3
9 daysnet: skbuff: don't touch shared zerocopy state in skb_tx_error()Norbert Szetei1-1/+4
9 daysnet: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei1-1/+0
12 daysnet: page_pool: Remove zone/policy GFP flags when allocating XArray entriesRong Zhang1-0/+7
12 daysxdp: fix zero-copy frame layoutWeiming Shi1-2/+2
14 daysnet: core: propagate unreadable flag in skb_zerocopyMina Almasry1-1/+12
14 daysnet: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa1-0/+4
14 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds20-487/+592
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds5-138/+722
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-59/+67
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa1-0/+1
2026-08-18net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra1-5/+33
2026-08-18net: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra1-3/+3
2026-08-17net: pktgen: use a consistent flow countQi Zhang1-11/+14
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet1-2/+4
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet2-13/+14
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet1-13/+33
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen1-28/+31
2026-08-17bpf: Clear decap state on skb_adjust_room shrink pathNick Hudson1-0/+39
2026-08-17bpf: Allow new DECAP flags and add guard railsNick Hudson1-1/+43
2026-08-17bpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson1-17/+21
2026-08-17bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim1-4/+0
2026-08-17lwt_bpf: Restore reserved headroom after xmit programJunseo Lim1-6/+9
2026-08-17bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj1-4/+4
2026-08-17bpf: Extract shared reqsk-to-listener upgradeMichal Luczaj1-36/+26
2026-08-16bpf: Add ksock kfuncsMahe Tardy2-0/+331
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-11/+7
2026-08-14net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg raceJijie Shao1-31/+35
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+10
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+8
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados1-13/+25
2026-08-11netdev: check for nla_put_u32() failuresJakub Kicinski1-3/+9
2026-08-11net: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski1-1/+1
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi1-11/+7
2026-08-08net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf bindingBobby Eshleman5-23/+57
2026-08-08net: fix skb length accounting after generic XDP frag adjustmentSun Jian1-3/+7
2026-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann12-14/+56
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-2/+38
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski3-0/+18
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea3-0/+16
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
2026-08-06rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFsArtem Lytkin1-1/+21
2026-08-06Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-9/+35
2026-08-05bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu1-2/+2
2026-08-05net: failover: check register_netdevice_notifier() error in failover_init()Minhong He1-3/+1