summaryrefslogtreecommitdiffstats
path: root/net/ipv6/inet6_connection_sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: disallow bind() to reuse addr/portEric Dumazet2011-01-111-1/+1
* ipv6: Create inet6_csk_route_req().David S. Miller2010-12-021-0/+32
* ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik2010-11-281-12/+10
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-7/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-10/+5
|\
| * Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-10/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-5/+10
|\ \ | |/
| * ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet2010-04-251-1/+1
| * tcp: bind() fix when many ports are boundEric Dumazet2010-04-221-5/+10
* | net: replace ipfragok with skb->local_dfShan Wei2010-04-151-2/+2
|/
OpenPOWER on IntegriCloud