aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-011-1/+1
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-011-1/+7
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-011-7/+0
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-011-1/+2
* netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov2008-06-161-1/+2
* inet: add struct net argument to inet_ehashfnPavel Emelyanov2008-06-161-2/+4
* inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-101-0/+10
* [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2008-03-251-1/+1
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-221-2/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+1
* [TCP]: Improve ipv4 established hash function.David S. Miller2008-03-041-1/+2
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-251-0/+7
* [INET]: Use jhash + random secret for ehash.David S. Miller2007-04-251-4/+7
* [IPV4]: annotate inet_lookup() and friendsAl Viro2006-09-281-6/+6
* [IPV4]: struct inet_request_sock annotationsAl Viro2006-09-281-1/+1
* [IPV4]: ports in struct inet_sock are net-endianAl Viro2006-09-281-2/+2
* [IPV4]: struct ip_options annotationsAl Viro2006-09-281-1/+1
* [IPV4]: annotate address in inet_request_sockAl Viro2006-09-281-2/+2
* [IPV4]: annotated ipv4 addresses in struct inet_sockAl Viro2006-09-281-5/+5
* [INET]: Remove is_setbyuser patchLouis Nyffenegger2006-09-221-3/+1
* [NetLabel]: core network changesPaul Moore2006-09-221-1/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+193