summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow drivers to tweak TSQ logicEric Dumazet2017-11-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-122-4/+11
|\
| * tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
| * tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-101-2/+10
* | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-114-106/+68
* | tcp: retire FACK loss detectionYuchung Cheng2017-11-116-60/+10
* | ip_gre: add the support for i/o_flags update via ioctlXin Long2017-11-101-3/+16
* | ip_gre: add the support for i/o_flags update via netlinkXin Long2017-11-101-2/+37
* | tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-105-39/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+1
|\ \ | |/
| * tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-17/+58
|\ \
| * | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
| * | netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
| * | netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-242-4/+41
| * | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| * | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-9/+9
* | | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-054-2/+58
* | | tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet2017-11-051-1/+0
* | | tcp: tcp_mtu_probing() cleanupEric Dumazet2017-11-051-17/+14
* | | tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov2017-11-041-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0423-14/+34
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-034-14/+15
| |\ \
| | * | tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-031-7/+2
| | * | fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-031-6/+10
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-11-021-0/+2
| | |\ \
| | | * | netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella2017-11-011-0/+2
| | * | | tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-021-1/+1
| * | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0219-0/+19
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* | | | | tcp: tcp_fragment() should not assume rtx skbsEric Dumazet2017-11-031-1/+2
* | | | | tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet2017-11-031-5/+3
* | | | | ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2017-11-031-1/+19
* | | | | tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-031-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-1/+2
* | | | | ipv4: fix validate_source for VRF setupPaolo Abeni2017-11-011-3/+15
* | | | | ip_vti: remove the useless err_count check in vti_xmitXin Long2017-11-011-9/+0
* | | | | net: Add extack to fib_notifier_infoDavid Ahern2017-11-011-5/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-304-22/+52
|\ \ \ \ \ | |/ / / /
| * | | | tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
| * | | | ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
| * | | | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung2017-10-261-1/+3
| * | | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-262-3/+3
| * | | | tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-10-231-1/+2
| * | | | tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
| |/ / /
* | | | tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller2017-10-291-1/+0
* | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-283-12/+11
* | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-283-17/+11
* | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-283-9/+9
OpenPOWER on IntegriCloud