aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook2-19/+20
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal1-2/+2
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+3
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+10
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2017-10-09udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang1-1/+2
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev2-2/+2
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet5-144/+193
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet1-4/+5
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet1-4/+4
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet1-3/+5
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-0/+14
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet2-26/+15
2017-10-05tcp: a small refactor of RACK loss detectionYuchung Cheng1-22/+18
2017-10-05tcp: more efficient RACK loss detectionYuchung Cheng1-15/+5
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet4-13/+41
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen1-2/+1
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang1-12/+9
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang3-24/+16
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-48/+75
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi1-5/+32
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi1-0/+11
2017-10-01ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long1-3/+1
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan3-28/+24
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan5-32/+63
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan4-9/+4
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan5-18/+20
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King1-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-19/+26
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-9/+0
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet1-4/+7
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+12
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+3
2017-09-27ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi1-0/+53
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-2/+135
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-3/+5