summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-11-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
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-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-17sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-10-17inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-0/+12
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien2-14/+3
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge1-1/+1
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-08-19xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1
2024-07-18bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2-0/+23
2024-07-05xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior1-1/+2
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+4
2024-07-05bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov1-0/+3
2024-07-05xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov1-3/+1
2024-07-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-30/+62
2024-07-05xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski1-5/+6
2024-07-05netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-07-05netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-07-05drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa1-10/+10
2024-06-16net: 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-17kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-0/+1
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-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-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+2
2024-03-15bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-22/+26
2024-03-15net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau1-3/+9
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+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-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-3/+0
2024-01-25neighbour: 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-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-05net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2024-01-05net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel1-1/+3
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
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-08neighbour: fix various data-racesEric Dumazet1-32/+35
2023-10-25net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7