aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet1-3/+5
2012-09-24net: use a per task frag allocatorEric Dumazet1-3/+1
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-9/+0
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet1-7/+3
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet1-0/+13
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-0/+1
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller1-2/+0
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc1-0/+1
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-0/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-0/+2
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+1
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller1-4/+8
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-3/+11
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu1-9/+14
2011-01-27net: Pre-COW metrics for TCP.David S. Miller1-1/+7
2010-12-09net: optimize INET input path furtherEric Dumazet1-2/+3
2010-11-12igmp: RCU conversion of in_dev->mc_listEric Dumazet1-1/+1
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-1/+2
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller1-37/+0
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet1-1/+1
2010-04-16rfs: Receive Flow SteeringTom Herbert1-0/+38
2010-01-11tcp: Generalized TTL Security MechanismStephen Hemminger1-1/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-18/+18
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-4/+10
2009-06-15net: annotate bitfields in struct inet_sockVegard Nossum1-4/+10
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi1-1/+2
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian1-1/+1
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian1-1/+7
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian1-7/+0
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian1-1/+2
2008-06-16netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov1-1/+2
2008-06-16inet: add struct net argument to inet_ehashfnPavel Emelyanov1-2/+4
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-0/+10
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki1-1/+1
2008-03-22[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev1-2/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-1/+1
2008-03-04[TCP]: Improve ipv4 established hash function.David S. Miller1-1/+2
2007-10-25[UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich1-0/+7
2007-04-25[INET]: Use jhash + random secret for ehash.David S. Miller1-4/+7
2006-09-28[IPV4]: annotate inet_lookup() and friendsAl Viro1-6/+6
2006-09-28[IPV4]: struct inet_request_sock annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ports in struct inet_sock are net-endianAl Viro1-2/+2
2006-09-28[IPV4]: struct ip_options annotationsAl Viro1-1/+1
2006-09-28[IPV4]: annotate address in inet_request_sockAl Viro1-2/+2
2006-09-28[IPV4]: annotated ipv4 addresses in struct inet_sockAl Viro1-5/+5
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-3/+1
2006-09-22[NetLabel]: core network changesPaul Moore1-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+193