summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
5 daysnet: Guard for gso_segs overflow in skb_segmentAlice Mikityanska
7 daysnet: fix a resource leak in copy_net_ns() error handling pathTetsuo Handa
7 daysnet: core: fix head-page leak in skb_zerocopyMina Almasry
7 daysnet: core: check skb_frags_readable before uncloning in skb_copy_ubufsMina Almasry
7 daysnet: skbuff: don't touch shared zerocopy state in skb_tx_error()Norbert Szetei
7 daysnet: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei
10 daysnet: page_pool: Remove zone/policy GFP flags when allocating XArray entriesRong Zhang
10 daysxdp: fix zero-copy frame layoutWeiming Shi
12 daysnet: core: propagate unreadable flag in skb_zerocopyMina Almasry
12 daysnet: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa
12 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
12 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra
2026-08-17net: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra
2026-08-17net: pktgen: use a consistent flow countQi Zhang
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
2026-08-17bpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
2026-08-17bpf: Allow new DECAP flags and add guard railsNick Hudson
2026-08-17bpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
2026-08-17bpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
2026-08-17lwt_bpf: Restore reserved headroom after xmit programJunseo Lim
2026-08-17bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj
2026-08-17bpf: Extract shared reqsk-to-listener upgradeMichal Luczaj
2026-08-15bpf: Add ksock kfuncsMahe Tardy
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg raceJijie Shao
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados
2026-08-10netdev: check for nla_put_u32() failuresJakub Kicinski
2026-08-10net: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi
2026-08-07net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf bindingBobby Eshleman
2026-08-07net: fix skb length accounting after generic XDP frag adjustmentSun Jian
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet
2026-08-06rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFsArtem Lytkin
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-05bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu
2026-08-04net: failover: check register_netdevice_notifier() error in failover_init()Minhong He