summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-07-18bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2024-07-18net: fix rc7's __skb_datagram_iter()Hugh Dickins
2024-07-18skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang
2024-07-11net: allow skb_datagram_iter to be called from any contextSagi Grimberg
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-06-27net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin
2024-06-27netns: Make get_net_ns() handle zero refcount netYue Haibing
2024-06-27bpf: Avoid splat in pskb_pull_reasonFlorian Westphal
2024-06-27netpoll: Fix race condition in netpoll_owner_activeBreno Leitao
2024-06-27drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa
2024-06-21sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-06-12net: 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-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
2024-05-17xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-03-26net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-26net: mctp: copy skb ext data when fragmentingJeremy Kerr
2024-03-26sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet
2024-01-31net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel
2024-01-20neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2024-01-10net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-10net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-10net: annotate data-races around sk->sk_bind_phcEric Dumazet
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2024-01-01net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel