summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-22netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-03-22netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-07net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-03-07tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-0/+10
2025-03-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-07net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-03-07net: better track kernel sockets lifetimeEric Dumazet1-5/+22
2025-03-07net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-02-27drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-27bpf: Disable non stream socket for strparserJiayuan Chen1-1/+4
2025-02-27net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-27flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-27flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-27sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-21rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-21net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-02-08net: page_pool: don't try to stash the napi idJakub Kicinski4-7/+14
2025-02-08bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-02-08net: sched: refine software bypass handling in tc_runXin Long1-6/+9
2025-02-08net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-02-08dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev1-1/+0
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-18/+34
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski1-2/+3
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+12
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-9/+23
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2024-12-20skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim1-2/+3
2024-12-20netdev-genl: avoid empty messages in napi getJakub Kicinski1-1/+5
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+5
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-13/+11
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima1-2/+3
2024-12-16netdev: fix repeated netlink messages in queue statsJakub Kicinski1-2/+2
2024-12-16netdev: fix repeated netlink messages in queue dumpJakub Kicinski1-7/+4
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-38/+33