summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller2011-05-101-13/+21
* ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller2011-05-031-1/+1
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2011-04-071-0/+1
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-9/+9
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-22/+24
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-5/+5
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-5/+5
* ipv4: Remove flowi from struct rtable.David S. Miller2011-03-041-1/+6
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-7/+5
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-0/+1
* xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-231-2/+2
* xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller2011-02-221-1/+1
* xfrm: Mark flowi arg to ->get_tos() const.David S. Miller2011-02-221-1/+1
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-0/+4
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-6/+2
* xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-151-0/+15
* net: get rid of rtable->idevEric Dumazet2010-11-111-24/+0
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-2/+2
* xfrm4: strip ECN bits from tos fieldUlrich Weber2010-09-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+2
|\
| * xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-041-0/+2
* | net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
|/
* xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs2010-04-071-22/+0
* ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-2/+3
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-6/+8
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-1/+0
* xfrm4: fix build when SYSCTLs are disabledRandy Dunlap2009-08-041-0/+6
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-301-1/+12
* xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman2009-07-271-0/+18
* xfrm4: fix the ports decode of sctp protocolWei Yongjun2009-07-031-1/+2
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-251-2/+3
* netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-251-3/+4
* netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-251-1/+1
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2008-01-311-0/+1
* [NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-281-1/+1
* [XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA2008-01-281-0/+7
* [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu2008-01-281-5/+5
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-281-1/+2
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-0/+1
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-108/+26
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-42/+38
* [IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu2008-01-281-4/+9
* [IPSEC]: Set dst->input to dst_discardHerbert Xu2008-01-281-1/+2
OpenPOWER on IntegriCloud