summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: make policy backend constFlorian Westphal2017-02-091-1/+1
* xfrm: policy: remove family fieldFlorian Westphal2017-02-091-4/+1
* xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-081-1/+1
| |\
| | * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-221-1/+1
* | | net: l3mdev: remove redundant callsDavid Ahern2016-09-101-1/+1
|/ /
* / net: xfrm: fix old-style declarationArnd Bergmann2016-06-161-4/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-9/+37
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-9/+37
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-301-13/+37
|\ \
| * | xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2015-10-231-7/+26
| * | xfrm4: Fix header checks in _decode_session4.Steffen Klassert2015-10-231-5/+10
| * | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-291-1/+1
* | | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-291-5/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-0/+2
|\|
| * net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-171-0/+2
* | net: Add FIB table id to rtableDavid Ahern2015-09-151-0/+1
|/
* xfrm: Use VRF master index if output device is enslavedDavid Ahern2015-08-251-2/+5
* xfrm: Add oif to dst lookupsDavid Ahern2015-08-111-5/+6
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* net: Remove protocol from struct dst_opsEric W. Biederman2015-03-091-1/+0
* xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2014-03-141-0/+1
* xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-011-1/+5
* xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-281-1/+1
* xfrm: Decode sessions with output interface.Steffen Klassert2013-09-161-0/+1
* 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