summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-061-3/+46
* xfrm: remove unused xfrm4_policy_fini()Michal Kubecek2013-02-061-9/+0
* xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-131-12/+1
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-081-0/+1
* ipv4: Properly purge netdev references on uncached routes.David S. Miller2012-07-311-0/+1
* ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-201-1/+1
* ipv4: Kill rt->rt_oifDavid S. Miller2012-07-201-1/+0
* ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2012-07-201-1/+0
* ipv4: Remove 'rt_mark' from 'struct rtable'David Miller2012-07-201-1/+0
* ipv4: Kill 'rt_src' from 'struct rtable'David Miller2012-07-201-1/+0
* ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2012-07-201-3/+0
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-4/+6
* net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-121-2/+1
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-0/+10
* ipv4: Remove inetpeer from routes.David S. Miller2012-07-101-7/+0
* ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller2012-07-101-0/+1
* ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller2012-06-281-1/+0
* inet: Hide route peer accesses behind helpers.David S. Miller2012-06-111-5/+5
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+2
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* ipv4: fix ipsec forward performance regressionYan, Zheng2011-10-241-7/+7
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* 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