summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-06-27net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin1-0/+3
2024-06-27netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-06-27bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-06-27netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-06-27drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa1-10/+10
2024-06-21sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo1-6/+10
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet3-7/+5
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-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-17xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen1-10/+32
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing1-4/+1
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2-0/+10
2024-04-10gro: fix ownership transferAntoine Tenart1-1/+2
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-27net: mctp: copy skb ext data when fragmentingJeremy Kerr1-0/+8
2024-03-27sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet1-5/+5
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe1-1/+1
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-1/+17
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-1/+13
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida1-2/+5
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2-2/+2
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2024-02-01net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-02-01udp: fix busy pollingEric Dumazet1-2/+9
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-3/+0
2024-01-26Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2024-01-20neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-6/+2
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+2
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+2
2024-01-10net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-10net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2024-01-10net: annotate data-races around sk->sk_bind_phcEric Dumazet1-2/+2
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet2-6/+8
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2024-01-01net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida1-1/+1
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-1/+3
2023-12-13bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-11-20net: page_pool: add missing free_percpu when page_pool_init failJian Shen1-1/+5
2023-11-20net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter1-1/+2
2023-11-02neighbour: fix various data-racesEric Dumazet1-32/+35
2023-10-25net: move altnames together with the netdeviceJakub Kicinski1-4/+9