aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-14/+44
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng3-1/+4
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+14
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet1-25/+47
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov1-2/+5
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell3-0/+915
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2-4/+15
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-3/+6
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-2/+13
2016-09-21tcp: export data delivery rateYuchung Cheng2-2/+21
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh3-1/+39
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng4-15/+186
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-1/+24
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet1-2/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell3-61/+7
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh1-6/+6
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert4-14/+25
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2-6/+105
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-09-16net: VRF: Pass original iif to ip_route_input()Mark Tomlinson1-2/+3
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+7
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-9/+20
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng2-2/+8
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso1-1/+1
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern2-12/+0
2016-09-10net: l3mdev: remove redundant callsDavid Ahern3-13/+4
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern1-4/+0
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern1-2/+6
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern1-0/+8
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern1-0/+3
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-21/+2
2016-09-09ip_tunnel: do not clear l4 hashesEric Dumazet1-1/+1
2016-09-09ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault1-3/+7
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at1-1/+14
2016-09-08ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet1-2/+5
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang4-144/+193
2016-09-08tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2-20/+39
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet1-0/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2016-09-07net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti1-2/+2
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilterGao Feng1-6/+7