summaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_connection_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+1
|\
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-1/+1
* | inet: drop ->bind_conflictJosef Bacik2017-01-181-40/+0
* | inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-2/+2
|/
* inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-171-3/+4
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+2
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-111-0/+2
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-041-2/+2
* ipv6: kill sk_dst_lockEric Dumazet2015-12-031-9/+1
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-3/+8
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-67/+0
* tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-1/+1
* dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-291-3/+5
* ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-2/+2
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-9/+10
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-6/+4
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-4/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-1/+1
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-131-1/+1
* ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-2/+1
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-2/+2
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-101-1/+1
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-13/+13
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-4/+3
* ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-081-4/+2
* tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner2013-03-051-0/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+2
* ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman2013-01-291-1/+1
* soreuseport: TCP/IPv6 implementationTom Herbert2013-01-231-5/+14
* ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet2012-11-201-1/+2
* ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-181-22/+1
* ipv6: fix inet6_csk_xmit()Eric Dumazet2012-07-181-19/+21
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* ipv6: Add helper inet6_csk_update_pmtu().David S. Miller2012-07-161-14/+35
* tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2012-06-281-13/+13
* tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell2012-06-281-1/+1
* tcp: bind() use stronger condition for bind_conflictAlex Copot2012-04-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-1/+1
|\
| * ipv6: tcp: fix panic in SYN processingEric Dumazet2011-11-231-1/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-6/+6
|/
* ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-1/+1
* ipv6: use RCU in inet6_csk_xmit()Eric Dumazet2011-08-011-3/+6
* inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-081-1/+1
* Revert "tcp: disallow bind() to reuse addr/port"David S. Miller2011-04-131-1/+1
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-4/+4
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-30/+30
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-4/+4
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-6/+6
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-19/+6
OpenPOWER on IntegriCloud