aboutsummaryrefslogtreecommitdiff
path: root/include/net/inet6_connection_sock.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-22net: add missing includes and forward declarations under net/Gravatar Jakub Kicinski 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2017-01-18inet: drop ->bind_conflictGravatar Josef Bacik 1-5/+0
2016-12-17inet: Fix get port to handle zero port number with soreuseport setGravatar Tom Herbert 1-1/+2
2016-03-22ipv6: remove unused in6_addr structGravatar Luis de Bethencourt 1-1/+0
2015-10-03ipv6: remove obsolete inet6 functionsGravatar Eric Dumazet 1-9/+0
2015-09-29dccp: use inet6_csk_route_req() helperGravatar Eric Dumazet 1-1/+1
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentGravatar Eric Dumazet 1-1/+1
2015-03-20inet: get rid of central tcp/dccp listener timerGravatar Eric Dumazet 1-1/+1
2015-03-20inet: drop prev pointer handling in request sockGravatar Eric Dumazet 1-1/+0
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Gravatar Eric Dumazet 1-1/+1
2013-09-21inet*.h: Remove extern from function prototypesGravatar Joe Perches 1-17/+15
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().Gravatar David S. Miller 1-0/+2
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Gravatar Neal Cardwell 1-0/+1
2012-04-14tcp: bind() use stronger condition for bind_conflictGravatar Alex Copot 1-1/+1
2011-05-08inet: Pass flowi to ->queue_xmit().Gravatar David S. Miller 1-1/+1
2010-12-02ipv6: Create inet6_csk_route_req().Gravatar David S. Miller 1-0/+3
2010-04-15net: replace ipfragok with skb->local_dfGravatar Shan Wei 1-1/+1
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().Gravatar David S. Miller 1-1/+1
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().Gravatar David S. Miller 1-1/+1
2006-12-02[IPV6]: annotate inet6_csk_search_req()Gravatar Al Viro 1-1/+1
2006-01-03[IPV6]: Generalise some functionsGravatar Arnaldo Carvalho de Melo 1-1/+12
2006-01-03[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addGravatar Arnaldo Carvalho de Melo 1-0/+31