summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-075-144/+193
* tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
* tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
* tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
* tcp: tcp_tx_timestamp() cleanupEric Dumazet2017-10-071-3/+5
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-0/+14
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-072-26/+15
* tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
* tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-054-13/+41
* net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
* tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
* tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-053-24/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-057-48/+75
|\
| * ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
| * ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-011-1/+3
| * ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-011-1/+1
| * ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-011-3/+1
| * udp: perform source validation for mcast early demuxPaolo Abeni2017-10-012-21/+38
| * IPv4: early demux can return an error codePaolo Abeni2017-10-013-19/+26
| * ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
| * inetpeer: fix RCU lookup() againEric Dumazet2017-09-281-2/+2
| * vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-261-1/+2
* | ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi2017-10-031-5/+32
* | ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi2017-10-031-0/+11
* | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan2017-10-013-28/+24
* | ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-015-32/+63
* | ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-014-9/+4
* | ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-015-18/+20
* | net: ipmr: make function ipmr_notifier_init staticColin Ian King2017-10-011-1/+1
* | net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-291-3/+3
* | net: ipv4: remove fib_weightDavid Ahern2017-09-291-9/+0
* | tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-09-291-1/+1
* | inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet2017-09-281-4/+7
* | net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+12
* | net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+3
* | ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
* | ipmr: Add FIB notification access functionsYotam Gigi2017-09-271-2/+135
* | ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-232-36/+13
|\ \ | |/
| * inet: fix improper empty comparisonJosef Bacik2017-09-221-1/+1
| * net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-221-1/+1
| * net: set tb->fast_sk_familyJosef Bacik2017-09-221-0/+2
| * tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-191-0/+9
| * tcp: remove two unused functionsYuchung Cheng2017-09-181-34/+0
* | net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-212-17/+35
* | udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni2017-09-201-2/+1
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-194-24/+24
* | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-191-5/+9
* | net: sk_buff rbnode reorgEric Dumazet2017-09-191-22/+5
OpenPOWER on IntegriCloud