summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski-2/+12
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck-5/+5
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev-3/+3
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev-1/+0
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj-12/+18
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski-18/+34
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima-3/+7
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski-2/+3
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+12
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet-1/+4
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn-1/+3
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-9/+23
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang-6/+15
2024-12-20skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim-2/+3
2024-12-20netdev-genl: avoid empty messages in napi getJakub Kicinski-1/+5
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang-1/+5
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-13/+11
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski-2/+2
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima-2/+3
2024-12-16netdev: fix repeated netlink messages in queue statsJakub Kicinski-2/+2
2024-12-16netdev: fix repeated netlink messages in queue dumpJakub Kicinski-7/+4
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-38/+33
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman-0/+2
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman-35/+28
2024-12-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj-3/+2
2024-12-10bpf, sockmap: Fix update element with sameMichal Luczaj-0/+1
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter-1/+3
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet-1/+19
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet-1/+6
2024-12-03net: Make napi_hash_lock irq safeJoe Damato-6/+12
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang-21/+23
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet-4/+10
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-789/+1582
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-3/+3
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+5
2024-11-18bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen-2/+2
2024-11-18netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao-1/+1
2024-11-18net/neighbor: clear error in case strict check is not setJakub Kicinski-0/+1
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+4
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata-3/+8
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata-3/+6
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao-1/+13
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao-18/+13
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato-0/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato-0/+2
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-37/+51
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+25