summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: use REXMIT_NEW instead of magic numberMao Wenan2020-01-031-1/+1
* net: Add device index to tcp_md5sigDavid Ahern2020-01-031-0/+18
* tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2020-01-031-20/+48
* ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern2020-01-031-5/+8
* ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern2020-01-031-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-311-0/+3
| * vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-251-1/+1
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-253-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-281-1/+12
* | tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet2019-12-281-2/+21
* | tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet2019-12-281-21/+14
* | tcp_cubic: remove one conditional from hystart_update()Eric Dumazet2019-12-281-2/+2
* | tcp_cubic: optimize hystart_update()Eric Dumazet2019-12-281-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-238-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-182-3/+4
| | * tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-141-4/+2
| | * tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-141-2/+3
| | * tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-141-0/+8
| | * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-143-12/+14
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-093-5/+5
| |/
* | ipv4: Remove old route notifications and convert listenersIdo Schimmel2019-12-171-31/+7
* | ipv4: Only Replay routes of interest to new listenersIdo Schimmel2019-12-171-0/+11
* | ipv4: Handle route deletion notification during flushIdo Schimmel2019-12-171-0/+2
* | ipv4: Handle route deletion notificationIdo Schimmel2019-12-171-0/+31
* | ipv4: Notify newly added route if should be offloadedIdo Schimmel2019-12-171-0/+10
* | ipv4: Notify route if replacing currently offloaded oneIdo Schimmel2019-12-171-0/+11
* | ipv4: Extend FIB alias find functionIdo Schimmel2019-12-171-3/+8
* | ipv4: Notify route after insertion to the routing tableIdo Schimmel2019-12-171-15/+14
* | tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy2019-12-151-0/+2
* | tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima2019-12-111-2/+0
* | net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-103-4/+19
|/
* inet: protect against too small mtu values.Eric Dumazet2019-12-072-10/+8
* gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-071-2/+3
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2019-12-031-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-021-1/+1
|\
| * net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-291-1/+1
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-12/+16
|\ \ | |/ |/|
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-12/+16
* | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-232-6/+23
|\ \
| * | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
| * | net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-191-1/+1
* | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0