summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-161-2/+2
* tcp: cdg: make struct tcp_cdg staticColin Ian King2017-10-161-1/+1
* tcp: add a tracepoint for tcp retransmissionCong Wang2017-10-141-0/+3
* icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-10-141-3/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-095-13/+10
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-1/+2
| |\
| | * netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+2
| * | udp: fix bcast packet receptionPaolo Abeni2017-10-091-9/+5
| * | ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
| * | gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-082-2/+2
* | | ip_gre: check packet length and mtu correctly in erspan txWilliam Tu2017-10-071-4/+4
* | | 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
OpenPOWER on IntegriCloud