aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-01-17netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-17/+33
2025-01-17ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7
2025-01-17net: don't dump Tx and uninitialized NAPIsJakub Kicinski1-2/+3
2025-01-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-01-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-35/+28
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2025-01-09netdev-genl: avoid empty messages in napi getJakub Kicinski1-1/+5
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+5
2024-12-27netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-27netdev: fix repeated netlink messages in queue statsJakub Kicinski1-2/+2
2024-12-27netdev: fix repeated netlink messages in queue dumpJakub Kicinski1-7/+4
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-19bpf, sockmap: Fix race between element replace and close()Michal Luczaj1-3/+2
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao1-1/+1
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-12-14net: avoid potential UAF in default_operstate()Eric Dumazet1-1/+6
2024-12-05netdev-genl: Hold rcu_read_lock in napi_getJoe Damato1-0/+2
2024-12-05bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-12-05bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-12-05bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+9
2024-12-05bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-18/+24
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+4
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+6
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang1-0/+4
2024-10-22bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-3/+13
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-12/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro6-6/+6
2024-10-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-3/+5
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-01net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+6
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-30/+45
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1