summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-12-20ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan
2017-12-20ip_gre: fix error path when erspan_rcv failedHaishuang Yan
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu
2017-12-18net: erspan: fix wrong return valueWilliam Tu
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell
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-12tcp: smoother receiver autotuningEric Dumazet
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
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