summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai
2016-09-09ip_tunnel: do not clear l4 hashesEric Dumazet
2016-09-09ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault
2016-09-08ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-09-08tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-07net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-09-01tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-09-01netconf: add a notif when settings are createdNicolas Dichtel
2016-09-01tcp: make nla_policy conststephen hemminger
2016-09-01fou: make nla_policy conststephen hemminger
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng
2016-08-30netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet