aboutsummaryrefslogtreecommitdiff
path: root/include/net/inet_sock.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceGravatar Hannes Frederic Sowa 1-4/+0
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitGravatar Hannes Frederic Sowa 1-16/+6
2013-10-10inet: rename ir_loc_port to ir_numGravatar Eric Dumazet 1-1/+1
2013-10-10inet: includes a sock_common in request_sockGravatar Eric Dumazet 1-7/+9
2013-10-03inet: consolidate INET_TW_MATCHGravatar Eric Dumazet 1-2/+0
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLGravatar Francesco Fusco 1-0/+3
2013-09-21inet*.h: Remove extern from function prototypesGravatar Joe Perches 1-2/+2
2013-06-12ipv4: remove is_data also from ip_options documentation.Gravatar Rami Rosen 1-1/+0
2013-02-21ipv6: use a stronger hash for tcpGravatar Eric Dumazet 1-0/+1
2012-11-30net: move inet_dport/inet_num in sock_commonGravatar Eric Dumazet 1-3/+5
2012-09-24net: use a per task frag allocatorGravatar Eric Dumazet 1-3/+1
2012-08-06net: ipv6: fix TCP early demuxGravatar Eric Dumazet 1-9/+0
2012-07-31ipv4: Restore old dst_free() behavior.Gravatar Eric Dumazet 1-7/+3
2012-07-30net: ipv4: fix RCU races on dst refcountsGravatar Eric Dumazet 1-0/+13
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.Gravatar David S. Miller 1-0/+1
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.Gravatar David S. Miller 1-2/+0
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSGravatar Jiri Benc 1-0/+1
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Gravatar Erich E. Hoover 1-0/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-3/+3
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Gravatar Li Wei 1-0/+2
2011-08-07ipv4: route non-local sources for raw socketGravatar Julian Anastasov 1-1/+1
2011-05-06inet: Decrease overhead of on-stack inet_cork.Gravatar David S. Miller 1-4/+8
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-3/+11
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataGravatar Herbert Xu 1-9/+14
2011-01-27net: Pre-COW metrics for TCP.Gravatar David S. Miller 1-1/+7
2010-12-09net: optimize INET input path furtherGravatar Eric Dumazet 1-2/+3
2010-11-12igmp: RCU conversion of in_dev->mc_listGravatar Eric Dumazet 1-1/+1
2010-06-23net - IP_NODEFRAG option for IPv4 socketGravatar Jiri Olsa 1-1/+2
2010-04-27net: Make RFS socket operations not be inet specific.Gravatar David S. Miller 1-37/+0
2010-04-27rps: inet_rps_save_rxhash() argument is not constGravatar Eric Dumazet 1-1/+1
2010-04-16rfs: Receive Flow SteeringGravatar Tom Herbert 1-0/+38
2010-01-11tcp: Generalized TTL Security MechanismGravatar Stephen Hemminger 1-1/+3
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-18/+18
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Gravatar Linus Torvalds 1-4/+10
2009-06-15net: annotate bitfields in struct inet_sockGravatar Vegard Nossum 1-4/+10
2009-06-02ipv4: New multicast-all socket optionGravatar Nivedita Singhvi 1-1/+2
2008-10-01tcp: Port redirection support for TCPGravatar KOVACS Krisztian 1-1/+1
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyGravatar KOVACS Krisztian 1-1/+7
2008-10-01ipv4: Make inet_sock.h independent of route.hGravatar KOVACS Krisztian 1-7/+0
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionGravatar KOVACS Krisztian 1-1/+2
2008-06-16netns: introduce the net_hash_mix "salt" for hashesGravatar Pavel Emelyanov 1-1/+2
2008-06-16inet: add struct net argument to inet_ehashfnGravatar Pavel Emelyanov 1-2/+4
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorGravatar Arnaldo Carvalho de Melo 1-0/+10
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-22[IPV4]: Remove unused ip_options->is_data.Gravatar Denis V. Lunev 1-2/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsGravatar Eric Dumazet 1-1/+1
2008-03-04[TCP]: Improve ipv4 established hash function.Gravatar David S. Miller 1-1/+2
2007-10-25[UDP]: Make use of inet_iif() when doing socket lookups.Gravatar Vlad Yasevich 1-0/+7
2007-04-25[INET]: Use jhash + random secret for ehash.Gravatar David S. Miller 1-4/+7
2006-09-28[IPV4]: annotate inet_lookup() and friendsGravatar Al Viro 1-6/+6