| Commit message (Expand) | Author | Age | Files | Lines |
* | neighbour: delete neigh_lookup_nodev as not used | Leon Romanovsky | 2023-06-21 | 1 | -31/+0 |
* | Remove DECnet support from kernel | Stephen Hemminger | 2023-06-21 | 2 | -6/+1 |
* | rfs: annotate lockless accesses to RFS sock flow table | Eric Dumazet | 2023-06-14 | 1 | -2/+4 |
* | rtnetlink: call validate_linkmsg in rtnl_create_link | Xin Long | 2023-06-09 | 1 | -1/+7 |
* | udp6: Fix race condition in udp6_sendmsg & connect | Vladislav Efanov | 2023-06-09 | 1 | -1/+1 |
* | xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). | Sebastian Andrzej Siewior | 2023-06-05 | 1 | -1/+2 |
* | page_pool: fix inconsistency for page_pool_ring_[un]lock() | Yunsheng Lin | 2023-06-05 | 1 | -2/+26 |
* | net: page_pool: use in_softirq() instead | Qingfang DENG | 2023-06-05 | 1 | -3/+3 |
* | xdp: Allow registering memory model without rxq reference | Toke Høiland-Jørgensen | 2023-06-05 | 1 | -30/+62 |
* | net: fix skb leak in __skb_tstamp_tx() | Pratyush Yadav | 2023-05-30 | 1 | -1/+3 |
* | net: Catch invalid index in XPS mapping | Nick Child | 2023-05-24 | 1 | -0/+2 |
* | net: datagram: fix data-races in datagram_poll() | Eric Dumazet | 2023-05-24 | 1 | -5/+10 |
* | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet | 2023-05-24 | 1 | -1/+1 |
* | net: deal with most data-races in sk_wait_event() | Eric Dumazet | 2023-05-24 | 1 | -6/+6 |
* | tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. | Kuniyuki Iwashima | 2023-05-11 | 1 | -0/+3 |
* | bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap | Daniel Borkmann | 2023-05-11 | 1 | -6/+4 |
* | bpf, sockmap: fix deadlocks in the sockhash and sockmap | Xin Liu | 2023-05-11 | 1 | -4/+6 |
* | skbuff: Fix a race between coalescing and releasing SKBs | Liang Chen | 2023-04-20 | 1 | -8/+8 |
* | net: don't let netpoll invoke NAPI if in xmit context | Jakub Kicinski | 2023-04-13 | 1 | -1/+18 |
* | net: fix __dev_kfree_skb_any() vs drop monitor | Eric Dumazet | 2023-03-11 | 1 | -1/+3 |
* | scm: add user copy checks to put_cmsg() | Eric Dumazet | 2023-03-10 | 1 | -0/+2 |
* | net: add sock_init_data_uid() | Pietro Borrello | 2023-03-10 | 1 | -3/+12 |
* | net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues(). | Kuniyuki Iwashima | 2023-03-03 | 1 | -1/+0 |
* | bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state | Martin KaFai Lau | 2023-03-03 | 1 | -2/+2 |
* | neigh: make sure used and confirmed times are valid | Julian Anastasov | 2023-03-03 | 1 | -3/+15 |
* | net: Fix unwanted sign extension in netdev_stats_to_stats64() | Felix Riemann | 2023-02-22 | 1 | -1/+1 |
* | bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself | Jakub Sitnicki | 2023-02-22 | 1 | -27/+34 |
* | net: fix NULL pointer in skb_segment_list | Yan Zhai | 2023-02-06 | 1 | -3/+2 |
* | net: fix UaF in netns ops registration error path | Paolo Abeni | 2023-02-01 | 1 | -1/+1 |
* | bpf: pull before calling skb_postpull_rcsum() | Jakub Kicinski | 2023-01-12 | 1 | -2/+5 |
* | net: add atomic_long_t to net_device_stats fields | Eric Dumazet | 2022-12-31 | 1 | -11/+3 |
* | bpf: make sure skb->len != 0 when redirecting to a tunneling device | Stanislav Fomichev | 2022-12-31 | 1 | -0/+4 |
* | net: stream: purge sk_error_queue in sk_stream_kill_queues() | Eric Dumazet | 2022-12-31 | 1 | -0/+6 |
* | skbuff: Account for tail adjustment during pull operations | Subash Abhinov Kasiviswanathan | 2022-12-31 | 1 | -0/+3 |
* | bpf, sockmap: fix race in sock_map_free() | Eric Dumazet | 2022-12-31 | 1 | -0/+2 |
* | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 2022-12-31 | 1 | -3/+6 |
* | bpf: Move skb->len == 0 checks into __bpf_redirect | Stanislav Fomichev | 2022-12-31 | 1 | -1/+6 |
* | soreuseport: Fix socket selection for SO_INCOMING_CPU. | Kuniyuki Iwashima | 2022-12-31 | 2 | -6/+90 |
* | netfilter: conntrack: Fix data-races around ct mark | Daniel Xu | 2022-12-02 | 1 | -1/+1 |
* | net: gso: fix panic on frag_list with mixed head alloc types | Jiri Benc | 2022-11-16 | 1 | -17/+19 |
* | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 2022-11-16 | 2 | -8/+6 |
* | bpf: Fix sockmap calling sleepable function in teardown path | John Fastabend | 2022-11-16 | 1 | -1/+1 |
* | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues | Wang Yufen | 2022-11-16 | 2 | -0/+24 |
* | net, neigh: Fix null-ptr-deref in neigh_table_clear() | Chen Zhongjin | 2022-11-10 | 1 | -1/+1 |
* | net: do not sense pfmemalloc status in skb_append_pagefrags() | Eric Dumazet | 2022-11-03 | 1 | -1/+1 |
* | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed | Zhengchao Shao | 2022-11-03 | 1 | -0/+7 |
* | udp: Update reuse->has_conns under reuseport_lock. | Kuniyuki Iwashima | 2022-10-29 | 1 | -0/+16 |
* | net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory | Liu Jian | 2022-10-26 | 1 | -1/+2 |
* | skmsg: Schedule psock work if the cached skb exists on the psock | Liu Jian | 2022-10-26 | 1 | -4/+8 |
* | net: core: fix flow symmetric hash | Ludovic Cintrat | 2022-09-28 | 1 | -3/+2 |