summaryrefslogtreecommitdiff
path: root/net/ipv4/xfrm4_policy.c
Commit message (Expand)AuthorAge
* net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-17
* xfrm: Use VRF master index if output device is enslavedDavid Ahern2015-08-25
* xfrm: Add oif to dst lookupsDavid Ahern2015-08-11
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* net: Remove protocol from struct dst_opsEric W. Biederman2015-03-09
* xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2014-03-14
* xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-01
* xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-28
* xfrm: Decode sessions with output interface.Steffen Klassert2013-09-16
* xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-06
* xfrm: remove unused xfrm4_policy_fini()Michal Kubecek2013-02-06
* xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-13
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-08
* ipv4: Properly purge netdev references on uncached routes.David S. Miller2012-07-31
* ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-20
* ipv4: Kill rt->rt_oifDavid S. Miller2012-07-20
* ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2012-07-20
* ipv4: Remove 'rt_mark' from 'struct rtable'David Miller2012-07-20
* ipv4: Kill 'rt_src' from 'struct rtable'David Miller2012-07-20
* ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2012-07-20
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
* net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-12
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-11
* ipv4: Remove inetpeer from routes.David S. Miller2012-07-10
* ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller2012-07-10
* ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller2012-06-28
* inet: Hide route peer accesses behind helpers.David S. Miller2012-06-11
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-15
* ipv4: fix ipsec forward performance regressionYan, Zheng2011-10-24
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-21
* ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller2011-05-10
* ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller2011-05-03
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2011-04-07
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-12
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-12
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-12
* net: Make flowi ports AF dependent.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv4: Remove flowi from struct rtable.David S. Miller2011-03-04
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-02
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-01
* xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-23
* xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller2011-02-22
* xfrm: Mark flowi arg to ->get_tos() const.David S. Miller2011-02-22
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-26
* net: use the macros defined for the members of flowiChangli Gao2010-11-17
* xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-15
* net: get rid of rtable->idevEric Dumazet2010-11-11