summaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Fix warnings with TCP_MD5SIG disabled.Andrew Morton2006-12-021-2/+2
* [NET]: Possible cleanups.Adrian Bunk2006-12-021-1/+1
* [NET]: Split skb->csumAl Viro2006-12-021-2/+2
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-2/+2
* [IPV6]: Use kmemdupArnaldo Carvalho de Melo2006-12-021-6/+3
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-021-1/+1
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-4/+4
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-2/+2
* [TCP]: Fix some warning when MD5 is disabled.David S. Miller2006-12-021-4/+6
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-021-17/+551
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-021-2/+1
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-021-13/+6
* [IPV6] tcp: Fix typo _read_mostly --> __read_mostly.David S. Miller2006-12-021-1/+1
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-021-1/+1
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-021-1/+1
* [NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki2006-10-111-6/+5
* [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2006-10-111-1/+1
* [IPV6]: bh_lock_sock_nested on tcp_v6_rcvFabio Olive Leite2006-09-281-1/+1
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-2/+2
* [IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki2006-09-221-2/+2
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-221-2/+4
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+7
* [IPV6]: Segmentation offload not set correctly on TCP childrenStephen Hemminger2006-08-261-1/+1
* [TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun2006-08-021-2/+0
* [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store callsHerbert Xu2006-08-021-2/+2
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-0/+19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-301-4/+3
|\
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-4/+2
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-0/+1
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-291-1/+2
* [I/OAT]: TCP recv offload to I/OATChris Leech2006-06-171-2/+10
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-201-34/+30
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-0/+12
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-201-11/+2
* [TCP]: MTU probingJohn Heffner2006-03-201-0/+1
* [IPV6] tcp_v6_send_synack: release the destinationEric W. Biederman2006-01-311-0/+1
* [IPV6]: Avoid calling ip6_xmit() with NULL skDavid Woodhouse2006-01-111-2/+18
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-071-1/+1
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-031-13/+17
* [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-031-172/+1
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-16/+9
* [IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo2006-01-031-16/+0
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-031-6/+6
* [IPV6]: Generalise some functionsArnaldo Carvalho de Melo2006-01-031-149/+4
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-031-15/+13
* [IPV6]: Introduce inet6_rsk()Arnaldo Carvalho de Melo2006-01-031-10/+9
* [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo2006-01-031-71/+7
* [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo2006-01-031-30/+4
OpenPOWER on IntegriCloud