summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-241-2/+2
* tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-05-171-6/+14
* 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: openvswitch: fix race on port outputFelix Huettner2023-04-201-0/+1
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-131-1/+18
* net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-171-1/+2
* 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
* txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-141-1/+2
* skb: Do mix page pool and page referenced frags in GROAlexander Duyck2023-02-091-0/+9
* 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
* gro: take care of DODGY packetsEric Dumazet2023-01-181-2/+3
* gro: avoid checking for a failed searchRichard Gobert2023-01-181-35/+35
* 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
* devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-311-0/+3
* devlink: hold region lock when flushing snapshotsJakub Kicinski2022-12-311-0/+2
* bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-311-0/+2
* bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-311-0/+14
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-231-1/+3
|\
| * xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
* | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-1/+1
* | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
* | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-031-17/+19
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-032-8/+6
|\ \
| * | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
* | | net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
|/ /
* | net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-203-4/+24
|\ \