summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-03-11net: add sock_init_data_uid()Pietro Borrello1-3/+12
2023-03-03net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima1-1/+0
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-06net: fix NULL pointer in skb_segment_listYan Zhai1-3/+2
2023-02-01net: fix UaF in netns ops registration error pathPaolo Abeni1-1/+1
2023-01-14bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2023-01-14bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2023-01-14net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2023-01-14skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-1/+1
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2023-01-14bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2023-01-14bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev1-1/+6
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu1-1/+1
2022-11-16net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-10net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-03net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-0/+16
2022-10-26net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian1-1/+2
2022-09-28net: socket: remove register_gifconfArnd Bergmann1-34/+10
2022-09-28net: core: fix flow symmetric hashLudovic Cintrat1-3/+2
2022-09-28net: let flow have same hash in two directionszhang kai1-9/+9
2022-09-15net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+8
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev1-8/+17
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+1
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+3
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima3-9/+13
2022-08-31bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2-3/+3
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2-7/+10
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2-6/+6
2022-08-25devlink: Fix use-after-free after a failed reloadIdo Schimmel1-2/+2
2022-08-25bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao1-1/+1
2022-08-25bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao1-1/+19
2022-08-25bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao1-1/+9
2022-08-03bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+1
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima1-2/+2
2022-07-29net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2022-07-29net: move rollback_registered_many()Jakub Kicinski1-93/+95