summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-072-3/+3
* inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2019-11-071-2/+10
* tcp: fix data-race in tcp_recvmsg()Eric Dumazet2019-11-061-8/+6
* net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-1/+1
* lwtunnel: add options setting and dumping for erspanXin Long2019-11-061-2/+92
* lwtunnel: add options setting and dumping for vxlanXin Long2019-11-061-2/+65
* lwtunnel: add options setting and dumping for geneveXin Long2019-11-061-16/+196
* lwtunnel: add options process for cmp_encapXin Long2019-11-061-2/+8
* lwtunnel: add options process for arp requestXin Long2019-11-061-3/+4
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-064-4/+4
* net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-063-3/+3
* inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-061-9/+6
* icmp: remove duplicate codeMatteo Croce2019-11-052-13/+2
* net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-028-24/+36
|\
| * inet: stop leaking jiffies on the wireEric Dumazet2019-11-012-3/+3
| * tcp: increase tcp_max_syn_backlog max valueEric Dumazet2019-10-311-1/+1
| * net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-302-2/+2
| * erspan: fix the tun_info options_len check for erspanXin Long2019-10-291-2/+2
| * udp: fix data-race in udp_set_dev_scratch()Eric Dumazet2019-10-281-4/+15
| * net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-282-2/+2
| * udp: use skb_queue_empty_lockless()Eric Dumazet2019-10-281-3/+3
| * ipv4: fix route update on metric change.Paolo Abeni2019-10-261-1/+1
| * ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-5/+6
* | inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-291-1/+2
* | tcp: add TCP_INFO status for failed client TFOJason Baron2019-10-253-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2012-96/+135
|\|
| * net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-181-0/+3
| * ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-171-1/+1
| * ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-171-3/+6
| * tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet2019-10-151-2/+6
| * tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-133-10/+10
| * tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-132-2/+3
| * tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-132-5/+6
| * tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-132-3/+4
| * tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-133-8/+11
| * tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-135-21/+28
| * tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-136-17/+18
| * tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-135-9/+13
| * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-138-19/+30
| * net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+1
| * net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
| * tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-2/+2
| * net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-1/+1
* | tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh2019-10-131-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-0510-21/+27
|\|
| * net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-3/+2
| * tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet2019-10-031-4/+2
| * udp: only do GSO if # of segs > 1Josh Hunt2019-10-031-4/+7