summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* devlink: report devlink_port_type_warn source devicePetr Oros2023-07-271-1/+4
* net: prevent skb corruption on frag list segmentationPaolo Abeni2023-07-231-0/+5
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-07-191-3/+14
* netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-07-191-4/+4
* bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2023-07-191-30/+39
* bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever2023-07-191-6/+18
* bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever2023-07-191-3/+60
* rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer2023-07-191-45/+51
* revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-281-6/+0
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-31/+0
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-141-1/+1
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-141-1/+2
* 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
* 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
* bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-06-051-8/+7
* bpf, sockmap: Wake up polling after data copyJohn Fastabend2023-06-051-1/+10
* bpf, sockmap: Improved check for empty queueJohn Fastabend2023-06-051-24/+8
* bpf, sockmap: Reschedule is now done through backlogJohn Fastabend2023-06-051-2/+0
* bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-06-052-8/+16
* bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-06-051-2/+0
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* skbuff: Proactively round up to kmalloc bucket sizeKees Cook2023-05-301-26/+26
* 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