summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-05net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin
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-07-05sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-07-05skbuff: introduce skb_pull_dataLuiz Augusto von Dentz
2024-07-05net: inline sock_prot_inuse_add()Eric Dumazet
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-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17bpf, sockmap: Improved check for empty queueJohn Fastabend
2024-05-17bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2024-05-17bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
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-17xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
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-26bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
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-06bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01devlink: report devlink_port_type_warn source devicePetr Oros
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-15net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-05net: check dev->gso_max_size in gso_features_check()Eric Dumazet
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
2023-12-13bpf: sockmap, updating the sg structure should also update currJohn Fastabend
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-08neighbour: fix various data-racesEric Dumazet
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-25net: move from strlcpy with unused retval to strscpyWolfram Sang
2023-10-25net: introduce a function to check if a netdev name is in useAntoine Tenart