summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-12-07netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-11-20netfilter: remove redundant assignment to eColin Ian King
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15tcp: highest_sack fixEric Dumazet
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet
2017-11-10ip_gre: add the support for i/o_flags update via ioctlXin Long