aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet1-1/+6
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-1/+1
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet1-1/+1
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet1-1/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+1
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-3/+10
2019-06-09ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet1-0/+2
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet1-3/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni1-1/+1
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni1-1/+2
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet1-2/+3
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2019-03-23tcp: add one skb cache for rxEric Dumazet1-3/+9
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet1-18/+26
2019-03-19tcp: do not use ipv6 header for ipv4 flowEric Dumazet1-4/+4
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao1-2/+0
2019-01-27tcp: Refactor pingpong codeWei Wang1-1/+1
2018-12-15ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-5/+8
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-2/+4
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig1-8/+19
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell1-1/+5
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+16
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+16
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai1-0/+1
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+12
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu1-1/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern1-2/+1
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-1/+1
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet1-4/+6
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet1-2/+2
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-2/+8
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2017-09-08tcp: fix a request socket leakEric Dumazet1-3/+3
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern1-0/+3
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-5/+8