summaryrefslogtreecommitdiff
path: root/net/ipv6/xfrm6_policy.c
AgeCommit message (Expand)Author
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-26xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-21xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman
2009-07-03xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan
2008-11-01xfrm6: handling fragmentNicolas Dichtel
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki
2008-03-05[NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano
2008-03-04[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki
2008-01-31[NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet
2008-01-28[NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA
2008-01-28[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu
2008-01-28[IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano
2008-01-28[NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu
2008-01-28[IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu
2008-01-28[IPSEC]: Set dst->input to dst_discardHerbert Xu
2008-01-28[IPSEC]: Only set neighbour on top xfrm dstHerbert Xu