aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller1-1/+0
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller1-5/+5
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+2
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-05-10ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller1-13/+21
2011-05-03ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi1-0/+1
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-9/+9
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-22/+24
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-5/+5
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-9/+9
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller1-1/+6
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-7/+5
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller1-1/+1
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+4
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-6/+2
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs1-0/+15
2010-11-11net: get rid of rtable->idevEric Dumazet1-24/+0
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-2/+2
2010-09-22xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh1-0/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs1-22/+0
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu1-2/+3
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-6/+8
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-1/+0
2009-08-04xfrm4: fix build when SYSCTLs are disabledRandy Dunlap1-0/+6
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman1-1/+12
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman1-0/+18
2009-07-03xfrm4: fix the ports decode of sctp protocolWei Yongjun1-1/+2
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan1-2/+3
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan1-3/+4
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan1-1/+1
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.cJianjun Kong1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-31[NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet1-0/+1
2008-01-28[NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano1-1/+1
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA1-0/+7
2008-01-28[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu1-5/+5