aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* smdk4412: network: squashed commitsDerTeufel2014-12-091-0/+1
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-3/+3
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-37/+38
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-3/+3
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-10/+10
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-11/+4
* tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler2010-10-211-0/+19
* udp: add rehash on connect()Eric Dumazet2010-09-081-1/+6
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-14/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-2/+6
|\
| * IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley2010-05-051-2/+6
* | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-231-0/+87
* | IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-231-1/+20
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv6: no more dev_put() in datagram_send_ctl()Eric Dumazet2009-11-021-5/+9
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-7/+8
* IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-071-14/+10
* Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-071-0/+1
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-1/+2
* ipv6: routing header fixesBrian Haley2008-11-121-0/+5
* IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie2008-07-291-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-0/+5
|\
| * ipv6: Check the hop limit setting in ancillary data.Shan Wei2008-06-121-0/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki2008-06-051-3/+4
* [IPV6]: Check outgoing interface even if source address is unspecified.YOSHIFUJI Hideaki2008-06-051-20/+22
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-281-1/+2
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-281-1/+1
* [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()Brian Haley2008-01-081-3/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-101-2/+1
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-1/+1
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-241-2/+6
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: More skb_reset_transport_header conversionsArnaldo Carvalho de Melo2007-04-251-2/+2
* [ICMP6]: Introduce icmp6_hdr()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-8/+8
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-13/+18
* [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo2007-04-251-2/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-26/+26
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-3/+3
* [IPV6]: flowlabels are net-endianAl Viro2006-12-021-5/+5
* [IPV6] MIP6: Add socket option and ancillary data interface of routing header...Masahide NAKAMURA2006-09-221-4/+7
* [IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki2006-09-221-1/+6
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+2
* [IPV6]: Accept -1 for IPV6_TCLASSRemi Denis-Courmont2006-09-171-1/+1