summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.10.179' into v5.10-rtLuis Claudio R. Goncalves2023-05-051-1/+18
|\
| * net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-201-1/+18
* | Merge tag 'v5.10.175' into v5.10-rtLuis Claudio R. Goncalves2023-03-196-12/+34
|\ \ | |/
| * skbuff: Fix nfct leak on napi stolenTao Liu2023-03-172-1/+1
| * net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-03-111-1/+3
| * net: add sock_init_data_uid()Pietro Borrello2023-03-111-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
* | Merge tag 'v5.10.168' into v5.10-rtLuis Claudio R. Goncalves2023-02-182-4/+3
|\ \ | |/
| * 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
* | Merge tag 'v5.10.163' into v5.10-rtLuis Claudio R. Goncalves2023-01-305-21/+30
|\ \ | |/
| * bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2023-01-141-2/+5
| * net: add atomic_long_t to net_device_stats fieldsEric Dumazet2023-01-141-11/+3
| * bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2023-01-141-0/+4
| * net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2023-01-141-0/+6
| * skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2023-01-141-0/+3
| * net: add inline function skb_csum_is_sctpXin Long2023-01-141-1/+1
| * net: switch to storing KCOV handle directly in sk_buffMarco Elver2023-01-141-6/+0
| * bpf, sockmap: fix race in sock_map_free()Eric Dumazet2023-01-141-0/+2
| * bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2023-01-141-1/+6
* | Merge tag 'v5.10.158' into v5.10-rtLuis Claudio R. Goncalves2022-12-083-19/+21
|\ \ | |/
| * 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
| * net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-101-1/+1
* | Merge tag 'v5.10.153' into v5.10-rtLuis Claudio R. Goncalves2022-11-041-0/+7
|\ \ | |/
| * net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-11-031-0/+7
* | Merge tag 'v5.10.152' into v5.10-rtLuis Claudio R. Goncalves2022-10-304-46/+38
|\ \ | |/
| * udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-301-0/+16
| * net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-10-261-1/+2
| * net: socket: remove register_gifconfArnd Bergmann2022-09-281-34/+10
| * net: core: fix flow symmetric hashLudovic Cintrat2022-09-281-3/+2
| * net: let flow have same hash in two directionszhang kai2022-09-281-9/+9
* | Merge tag 'v5.10.145' into v5.10-rtLuis Claudio R. Goncalves2022-09-234-10/+27
|\ \ | |/
| * net/core/skbuff: Check the return value of skb_copy_bits()lily2022-09-151-3/+2
| * net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
| * neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
| * bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+1
| * net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-09-051-1/+3
* | Merge tag 'v5.10.140' into v5.10-rtLuis Claudio R. Goncalves2022-09-0311-192/+202
|\ \ | |/
| * net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-311-1/+1
| * net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-311-1/+1
| * net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-311-1/+1
| * net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-311-1/+1
| * net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-313-9/+13
| * bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau2022-08-311-13/+10
| * net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-311-4/+4
| * net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-312-3/+3