summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-5/+3
* | | | | net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-2/+1
* | | | | tcp: Check for filled TCP option space before SACKMat Martineau2020-01-091-3/+7
* | | | | tcp: Export TCP functions and ops structMat Martineau2020-01-092-4/+4
* | | | | tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-092-4/+9
* | | | | tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau2020-01-091-0/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-092-12/+20
|\| | | | | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-081-11/+16
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
| * | | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-021-1/+4
* | | | net: remove the check argument from __skb_gro_checksum_convertLi RongQing2020-01-032-2/+2
* | | | tcp: use REXMIT_NEW instead of magic numberMao Wenan2020-01-021-1/+1
* | | | net: Add device index to tcp_md5sigDavid Ahern2020-01-021-0/+18
* | | | tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-021-20/+48
* | | | ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-021-5/+8
* | | | ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-021-17/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-317-9/+16
|\| | |
| * | | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
| |/ /
| * | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
| * | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-243-6/+10
| * | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* | | tcp_cubic: refactor code to perform a divide only when neededEric Dumazet2019-12-301-23/+28
* | | tcp_cubic: make Hystart aware of pacingEric Dumazet2019-12-271-1/+12
* | | tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet2019-12-271-2/+21
* | | tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet2019-12-271-21/+14
* | | tcp_cubic: remove one conditional from hystart_update()Eric Dumazet2019-12-271-2/+2
* | | tcp_cubic: optimize hystart_update()Eric Dumazet2019-12-271-6/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-228-26/+36
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-21/+31
| |\ \
| | * | net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-172-3/+4