summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+11
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+11
* | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
* | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
* | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-133-3/+2Star
|\ \
| * | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| * | netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+1
| * | netfilter: remove redundant assignment to eColin Ian King2017-11-202-2/+0Star
* | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
* | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
* | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* | | net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2017-12-111-5/+10
* | | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8Star
* | | tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
* | | tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
* | | tcp: correctly test congestion state in RACKYuchung Cheng2017-12-081-1/+2
* | | tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-081-0/+1
* | | tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-081-0/+4
* | | tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-081-2/+5
* | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-083-5/+16
* | | tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
* | | Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-19/+40
* | | tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-011-0/+6
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-16/+13Star
|\ \ \ | |_|/ |/| |
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-16/+13Star
| |/
* / net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-232-6/+55
|/
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-192-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-181-5/+9
|\
| * route: also update fnhe_genid when updating a route cacheXin Long2017-11-181-2/+7
| * route: update fnhe_expires for redirect when the fnhe existsXin Long2017-11-181-3/+2Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-162-4/+0Star
|\ \ | |/ |/|
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-162-4/+0Star
* | 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/+68Star
| * | tcp: retire FACK loss detectionYuchung Cheng2017-11-116-60/+10Star
| * | 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