summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-05-02net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-04-10netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-4/+7
2025-04-10netpoll: move netpoll_send_skb() out of lineEric Dumazet1-2/+11
2025-04-10netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-4/+6
2025-04-10netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-4/+5
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-13flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-03-13flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy1-0/+7
2025-03-13neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-03-13neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2025-03-13net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-02-01net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2025-02-01net: net_namespace: Optimize the codeYajun Deng1-28/+24
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin1-13/+23
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-7/+16
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
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-14bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-12-14bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+6
2024-12-14bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2024-11-08net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-11-08net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-11-08sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-11-08inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-0/+12
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge2-1/+4
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-19bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+4
2024-07-05netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-07-05drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa1-10/+10
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-04-13bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-26sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet1-5/+5
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe1-1/+1
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5