summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-082-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-034-9/+12
|\
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-262-2/+4
| * tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-231-2/+1Star
| * tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-09-231-5/+7
* | net: Suppress the "Comparison to NULL could be written" warningsJia He2016-09-301-16/+16
* | proc: Reduce cache miss in snmp_seq_showJia He2016-09-301-23/+47
* | tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo2016-09-281-0/+4
* | switchdev: remove FIB offload infrastructureJiri Pirko2016-09-283-118/+1Star
* | fib: introduce FIB notification infrastructureJiri Pirko2016-09-283-11/+77
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-2540-395/+1779
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-238-14/+44
| |\|
| | * tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-223-1/+4
| | * tcp: fix under-accounting retransmit SNMP countersYuchung Cheng2016-09-221-1/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-221-1/+14
| | |\
| | | * vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-091-1/+14
| | * | net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet2016-09-221-2/+8
| | * | ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
| | * | tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2016-09-171-1/+2
| | * | net: VRF: Pass original iif to ip_route_input()Mark Tomlinson2016-09-161-2/+3
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-09-131-4/+7
| | |\ \ | | | |/ | | |/|
| | | * netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang2016-09-061-4/+7
| * | | tcp: implement TSQ for retransmitsEric Dumazet2016-09-221-25/+47
| * | | tcp_bbr: add BBR congestion controlNeal Cardwell2016-09-213-0/+915
| * | | tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-212-4/+15
| * | | tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-211-1/+3
| * | | tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell2016-09-211-0/+1
| * | | tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2016-09-211-3/+6
| * | | tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2016-09-211-2/+13
| * | | tcp: export data delivery rateYuchung Cheng2016-09-212-2/+21
| * | | tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-213-1/+39
| * | | tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-214-15/+186
| * | | tcp: count packets marked lost for a TCP connectionNeal Cardwell2016-09-211-1/+24
| * | | tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet2016-09-211-2/+3
| * | | tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-213-61/+7Star
| * | | tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh2016-09-211-6/+6
| * | | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-204-14/+25
| * | | ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-172-6/+105
| * | | tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
| * | | tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-161-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-137-9/+20
| |\| |
| | * | tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-091-1/+1
| | * | tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-091-0/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-081-1/+1
| | |\ \
| | | * | xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-221-1/+1
| | * | | net: Don't delete routes in different VRFsMark Tomlinson2016-09-062-3/+8
| | | |/ | | |/|
| | * | tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell2016-09-021-0/+1
| | * | netconf: add a notif when settings are createdNicolas Dichtel2016-09-021-4/+7
| | * | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
| * | | net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-112-12/+0Star