summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-152-4/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-152-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1540-1143/+1792
|\ \ | |/ |/|
| * tcp: highest_sack fixEric Dumazet2017-11-151-1/+1
| * tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-154-50/+58
| * 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: 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
| |\ \
| * \ \ 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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: 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
| * | | | | | | tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2017-10-283-12/+11
| * | | | | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-283-9/+9
| * | | | | | | tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2017-10-284-12/+12
| * | | | | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-283-15/+15
| * | | | | | | tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet2017-10-283-11/+11
| * | | | | | | tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-284-18/+14
| * | | | | | | tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet2017-10-283-14/+13
| * | | | | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-283-10/+10
| * | | | | | | tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2017-10-282-10/+8
| * | | | | | | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-273-9/+9
| * | | | | | | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-273-17/+15
| * | | | | | | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-273-11/+12
| * | | | | | | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-273-10/+10
OpenPOWER on IntegriCloud