summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | * | tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-131-4/+2
| | * | tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-2/+3
| | * | tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-131-0/+8
| | * | tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-133-12/+14
| | |/
| * / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-093-5/+5
| |/
* | ipv4: Remove old route notifications and convert listenersIdo Schimmel2019-12-161-31/+7
* | ipv4: Only Replay routes of interest to new listenersIdo Schimmel2019-12-161-0/+11
* | ipv4: Handle route deletion notification during flushIdo Schimmel2019-12-161-0/+2
* | ipv4: Handle route deletion notificationIdo Schimmel2019-12-161-0/+31
* | ipv4: Notify newly added route if should be offloadedIdo Schimmel2019-12-161-0/+10
* | ipv4: Notify route if replacing currently offloaded oneIdo Schimmel2019-12-161-0/+11
* | ipv4: Extend FIB alias find functionIdo Schimmel2019-12-161-3/+8