summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2020-01-11tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-08-13tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2018-03-03tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-07-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-08-22tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-02-02ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet
2015-06-02tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir