summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-272-2/+11
|\
| * tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-231-1/+5
| * ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-221-1/+6
* | tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy2020-02-261-1/+4
* | net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+48
* | tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover2020-02-241-2/+4
* | tcp, ulp: Pass lockdep expression to RCU listsAmol Grover2020-02-241-1/+2
* | igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing2020-02-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-2/+21
|\ \
| * | tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-212-0/+16
| * | net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-212-2/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-1/+5
|\ \ \ | | |/ | |/|
| * | udp: rehash on disconnectWillem de Bruijn2020-02-191-1/+5
* | | net: remove unused macro from fib_trie.cLi RongQing2020-02-201-5/+0
* | | net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-init...Christian Brauner2020-02-191-12/+12
| |/ |/|
* | tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+7
* | tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy2020-02-161-1/+14
|/
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-042-1/+13
|\
| * tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
| * tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
| * tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
| * tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
| * tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-25/+25
|/
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-292-0/+7
* udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-23/+81
* net: include struct nhmsg size in nh nlmsg sizeStephen Worley2020-01-271-1/+3
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-264-1/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-2610-11/+23
|\
| * rt_cpu_seq_next should increase position indexVasily Averin2020-01-241-0/+1
| * tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-243-0/+3
| * fou: Fix IPv6 netlink policyKristian Evensen2020-01-231-2/+2
| * Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-221-1/+2
| * net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-211-3/+1
| * tcp: remove redundant assigment to snd_cwndTheodore Dubois2020-01-211-1/+0
| * tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-211-2/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-212-2/+13
| |\
| | * xfrm: support output_mark for offload ESP packetsUlrich Weber2020-01-151-0/+2
| | * vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
* | | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-242-2/+2
* | | mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-1/+7
* | | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-242-0/+50
* | | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-242-0/+18
* | | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-236-14/+272
|\ \ \
| * | | bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+23
| * | | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-096-14/+250
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-214-26/+261
|\ \ \ \
| * | | | xfrm: add espintcp (RFC 8229)Sabrina Dubroca2019-12-092-3/+199