summaryrefslogtreecommitdiff
path: root/net/ipv6/inet6_connection_sock.c
AgeCommit message (Expand)Author
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-18inet: drop ->bind_conflictJosef Bacik
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
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-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa
2013-03-05tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-29ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert
2012-11-20ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-08-01ipv6: use RCU in inet6_csk_xmit()Eric Dumazet
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"David S. Miller
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller