summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: avoid CFI problems with sock priv helpersJakub Kicinski42 hours1-2/+12
* net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck3 days1-5/+5
* pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev5 days1-3/+3
* xsk: Bring back busy polling supportStanislav Fomichev7 days1-1/+0
* bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj7 days1-12/+18
* netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski10 days3-18/+34
* ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima10 days1-3/+7
* net: don't dump Tx and uninitialized NAPIsJakub Kicinski11 days1-2/+3
* Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-033-3/+12
|\
| * net: restrict SO_REUSEPORT to inet socketsEric Dumazet2025-01-031-1/+4
| * net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn2025-01-031-1/+3
| * netdev-genl: avoid empty messages in napi getJakub Kicinski2024-12-201-1/+5
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-212-9/+23
|\ \ | |/ |/|
| * bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang2024-12-201-6/+15
| * skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim2024-12-201-2/+3
| * tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2024-12-201-1/+5
* | Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-192-13/+11
|\ \ | |/ |/|
| * netdev-genl: avoid empty messages in queue dumpJakub Kicinski2024-12-191-2/+2
| * rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima2024-12-181-2/+3
| * netdev: fix repeated netlink messages in queue statsJakub Kicinski2024-12-171-2/+2
| * netdev: fix repeated netlink messages in queue dumpJakub Kicinski2024-12-171-7/+4
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-142-38/+33
|\ \ | |/ |/|
| * bpf: consider that tail calls invalidate packet pointersEduard Zingerman2024-12-101-0/+2
| * bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2024-12-101-35/+28
| * bpf, sockmap: Fix race between element replace and close()Michal Luczaj2024-12-101-3/+2
| * bpf, sockmap: Fix update element with sameMichal Luczaj2024-12-101-0/+1
* | rtnetlink: fix error code in rtnl_newlink()Dan Carpenter2024-12-081-1/+3
* | net: defer final 'struct net' free in netns dismantleEric Dumazet2024-12-071-1/+19
|/
* net: avoid potential UAF in default_operstate()Eric Dumazet2024-12-051-1/+6
* net: Make napi_hash_lock irq safeJoe Damato2024-12-041-6/+12
* rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang2024-12-031-21/+23
* rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet2024-11-251-4/+10
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-2123-789/+1582
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-193-3/+5
| |\
| | * bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen2024-11-191-2/+2
| | * netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao2024-11-191-1/+1
| | * netdev-genl: Hold rcu_read_lock in napi_getJoe Damato2024-11-151-0/+2
| * | net/neighbor: clear error in case strict check is not setJakub Kicinski2024-11-191-0/+1
| * | ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-161-3/+8
| * | ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-161-3/+6
| * | net: netpoll: flush skb pool during cleanupBreno Leitao2024-11-161-1/+13
| * | net: netpoll: Individualize the skb poolBreno Leitao2024-11-161-18/+13
| * | netdev-genl: Hold rcu_read_lock in napi_setJoe Damato2024-11-151-0/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-151-37/+51
| |\ \
| | * | bpf, sockmap: Fix sk_msg_reset_currZijian Zhang2024-11-071-11/+9
| | * | bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang2024-11-071-6/+9
| | * | bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang2024-11-071-20/+33
| * | | bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault2024-11-151-1/+1
| * | | bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault2024-11-151-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-142-19/+25
| |\ \ \ | | | |/ | | |/|