summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
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: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+1
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-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-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-1/+17
2024-02-01xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-02-01xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-02-01bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-1/+34
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-10net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+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-01net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2
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
2024-01-01bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+2
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-12-08bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+2
2023-12-03bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2-0/+9
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-1/+48
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-10-21neighbour: fix various data-racesEric Dumazet1-32/+35
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski2-1/+11
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31