summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-10-05tcp: a small refactor of RACK loss detectionYuchung Cheng
2017-10-05tcp: more efficient RACK loss detectionYuchung Cheng
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi
2017-10-01ip_gre: erspan device should keep dstXin Long
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern
2017-09-29net: ipv4: remove fib_weightDavid Ahern
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi
2017-09-27ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-22inet: fix improper empty comparisonJosef Bacik
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik
2017-09-22net: set tb->fast_sk_familyJosef Bacik
2017-09-21net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni
2017-09-20udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet
2017-09-19tcp: batch tcp_net_metrics_exitEric Dumazet
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-09-19net: sk_buff rbnode reorgEric Dumazet
2017-09-18tcp: remove two unused functionsYuchung Cheng
2017-09-18net: Convert int functions to boolJoe Perches
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches
2017-09-16tcp: fix data delivery rateEric Dumazet
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet