summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-31/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-212-6/+1
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-091-1/+7
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2023-06-051-1/+2
* page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-06-051-2/+26
* net: page_pool: use in_softirq() insteadQingfang DENG2023-06-051-3/+3
* xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2023-06-051-30/+62
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* net: Catch invalid index in XPS mappingNick Child2023-05-241-0/+2
* net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-241-5/+10
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-241-1/+1
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-241-6/+6
* tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-05-111-0/+3
* bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-05-111-6/+4
* bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-05-111-4/+6
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-201-8/+8
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-131-1/+18
* net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-03-111-1/+3
* scm: add user copy checks to put_cmsg()Eric Dumazet2023-03-101-0/+2
* net: add sock_init_data_uid()Pietro Borrello2023-03-101-3/+12
* net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2023-03-031-1/+0
* bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau2023-03-031-2/+2
* neigh: make sure used and confirmed times are validJulian Anastasov2023-03-031-3/+15
* net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-221-1/+1
* bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki2023-02-221-27/+34
* net: fix NULL pointer in skb_segment_listYan Zhai2023-02-061-3/+2
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-02-011-1/+1
* bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2023-01-121-2/+5
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-12-311-11/+3
* bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2022-12-311-0/+4
* net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2022-12-311-0/+6
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-311-0/+3
* bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-311-0/+2
* bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-311-3/+6
* bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2022-12-311-1/+6
* soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-12-312-6/+90
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-12-021-1/+1
* net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-161-17/+19
* bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-162-8/+6
* bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-11-161-1/+1
* bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-11-162-0/+24
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-101-1/+1
* net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-11-031-1/+1
* net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-11-031-0/+7
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-291-0/+16
* net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-10-261-1/+2
* skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian2022-10-261-4/+8
* net: core: fix flow symmetric hashLudovic Cintrat2022-09-281-3/+2