summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni
2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet
2019-03-19tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao
2019-01-27tcp: Refactor pingpong codeWei Wang
2018-12-15ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-09-08tcp: fix a request socket leakEric Dumazet
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-28ipv6: constify inet6_protocol structuresJulia Lawall
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng