summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
|\
| * 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/+0
* | 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/+8
* | 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/+13
|\ \
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-16/+13
| |/
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-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-171-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/+2
* | 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
OpenPOWER on IntegriCloud