summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
23 hoursMerge branch 'non-rcu/next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
24 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/bp...Mark Brown
24 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
30 hoursbpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
30 hoursbpf: Allow new DECAP flags and add guard railsNick Hudson
30 hoursbpf: Refactor masks for ADJ_ROOM flags and encap validationNick Hudson
30 hoursbpf: Disallow bpf_{g,s}etsockopt() in cgroup UNIX getname hooksJunseo Lim
30 hourslwt_bpf: Restore reserved headroom after xmit programJunseo Lim
31 hoursbpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookupMichal Luczaj
31 hoursbpf: Extract shared reqsk-to-listener upgradeMichal Luczaj
3 daysbpf: Add ksock kfuncsMahe Tardy
4 daysMerge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
5 daysnet: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg raceJijie Shao
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
5 daysMerge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
5 daysnet: Const qualify network templated ctl_tables ArraysJoel Granados
8 daysnetdev: check for nla_put_u32() failuresJakub Kicinski
8 daysnet: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski
8 daysnet: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi
11 daysnet: devmem: allow rx-page-size > PAGE_SIZE per dmabuf bindingBobby Eshleman
11 daysnet: fix skb length accounting after generic XDP frag adjustmentSun Jian
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
11 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
12 daysnet: avoid theoretical races with ref drainJakub Kicinski
12 daysnet: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea
12 daysxdp: reject clones that overrun skb_shared_info tailroomZhiling Zou
12 daysnet: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet
12 daysrtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFsArtem Lytkin
13 daysMerge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
13 daysbpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu
13 daysnet: pktgen: Use accessor for hrtimer_sleeper ->task fieldPaul E. McKenney
14 daysnet: failover: check register_netdevice_notifier() error in failover_init()Minhong He
2026-08-03bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()Shivaji Kant
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-07-31net: pass dst via net_device_path in dev_fill_forward_path()Pablo Neira Ayuso
2026-07-31net: do not advance stack index from dev_fwd_path()Pablo Neira Ayuso
2026-07-30net: devmem: prevent net-iov / page mixingPavel Begunkov
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()Breno Leitao
2026-07-30netconsole: move egress_dev() as netcons_egress_dev()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao
2026-07-30netpoll: export the netpoll_setup() helpers for netconsoleBreno Leitao
2026-07-30netpoll: export carrier_timeout via netpoll_get_carrier_timeout()Breno Leitao
2026-07-28bpf: lwt: Fix dst reference leak on reroute failureXuanqiang Luo
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24veth: convert frag_list skbs before running XDPMatt Fleming