summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-04-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-03-13flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-03-13flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2025-03-13neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-03-13neighbour: delete redundant judgment statementsLi Zetao
2025-03-13net: let net.core.dev_weight always be non-zeroLiu Jian
2025-02-01net: add exit_batch_rtnl() methodEric Dumazet
2025-02-01net: net_namespace: Optimize the codeYajun Deng
2025-02-01bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-12-14bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-12-14bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-12-14bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-17sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-10-17inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet
2024-08-19bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-08-19xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-07-18bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2024-07-05xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2024-07-05bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov
2024-07-05xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov
2024-07-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen
2024-07-05xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski
2024-07-05netns: Make get_net_ns() handle zero refcount netYue Haibing
2024-07-05netpoll: Fix race condition in netpoll_owner_activeBreno Leitao
2024-07-05drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa
2024-06-16net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-17kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior