summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* udp: fix gso_segs calculationsJosh Hunt2019-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-026-8/+8
|\
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-016-8/+8
* | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
|/
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-09-271-4/+4
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-273-1/+5
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-2/+2
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-205-19/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1819-47/+212
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-2/+5
| |\
| | * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-162-2/+5
| * | tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-161-0/+1
| * | tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-162-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-8/+9
| |\|
| * | ip: support SO_MARK cmsgWillem de Bruijn2019-09-134-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-132-5/+5
| |\ \
| | * | netfilter: fix coding-style errors.Jeremy Sowden2019-09-132-5/+5
| * | | tcp: force a PSH flag on TSO packetsEric Dumazet2019-09-111-2/+13
| |/ /
| * | ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-071-2/+2
| * | tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet2019-09-071-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-022-11/+22
| |\ \
| * | | tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-08-311-1/+51
| * | | tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao2019-08-301-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-274-12/+21
| |\ \ \
| * | | | nexthops: remove redundant assignment to variable errColin Ian King2019-08-221-1/+1
| * | | | net: remove empty inet_exit_netLi RongQing2019-08-191-5/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-195-13/+46
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-131-2/+2
| |\ \ \ \ \
| | * | | | | netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-031-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-132-5/+91
| |\ \ \ \ \ \
| | * | | | | | tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-302-0/+88
| | * | | | | | tcp: tcp_syn_flood_action read port from socketPetar Penkov2019-07-301-5/+3
| * | | | | | | tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-093-1/+11