summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | esp4: split esp_output_udp_encap and introduce esp_output_encapSabrina Dubroca2019-12-091-20/+37
| * | | | esp4: prepare esp_input_done2 for non-UDP encapsulationSabrina Dubroca2019-12-091-2/+14
| * | | | xfrm: add route lookup to xfrm4_rcv_encapSabrina Dubroca2019-12-091-0/+9
| * | | | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca2019-12-091-1/+2
* | | | | tcp/ipv4: remove AF_INET_FAMILYAlex Shi2020-01-211-6/+0
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-195-24/+31
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-171-9/+10
| |\ \ \ \
| | * | | | netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-162-12/+11
| |\ \ \ \
| | * | | | bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-151-4/+1
| | * | | | bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-2/+4
| | * | | | bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen2020-01-091-6/+6
| * | | | | tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-151-3/+4
| | |/ / / | |/| | |
| * | | | ipv4: Detect rollover in specific fib table dumpDavid Ahern2020-01-101-0/+6
* | | | | ipv4: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-144-0/+81
* | | | | ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-144-21/+36
* | | | | ipv4: Replace route in list before notifyingIdo Schimmel2020-01-141-4/+7
OpenPOWER on IntegriCloud