summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
4 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
5 daysbpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima
5 daysbpf: tcp: Fix type confusion in sol_tcp_sockopt().Kuniyuki Iwashima
5 daysbpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().Kuniyuki Iwashima
5 daysbpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().Kuniyuki Iwashima
5 daysbpf: tcp: Fix type confusion in bpf_tcp_sock().Kuniyuki Iwashima
9 daysnet: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet
9 daysnetpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
12 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
14 dayspage_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi
2026-04-23sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().Kuniyuki Iwashima
2026-04-23bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan
2026-04-22bpf: Reject TCP_NODELAY in TCP header option callbacksKaFai Wan
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev
2026-04-20flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-04-15bpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-14net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet
2026-04-12net: always set reason in sk_filter_trim_cap()Eric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-12bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen
2026-04-12net: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski