aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+0
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-1/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-5/+9
2017-07-18xfrm: remove flow cacheFlorian Westphal1-9/+0
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal1-1/+1
2017-02-09xfrm: policy: make policy backend constFlorian Westphal1-1/+1
2017-02-09xfrm: policy: remove family fieldFlorian Westphal1-4/+1
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-1/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern1-1/+1
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann1-4/+4
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-9/+37
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman1-9/+37
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-13/+37
2015-10-23xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert1-7/+26
2015-10-23xfrm4: Fix header checks in _decode_session4.Steffen Klassert1-5/+10
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-5/+3
2015-09-29xfrm: Let the flowcache handle its size by default.Steffen Klassert1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern1-0/+2
2015-09-15net: Add FIB table id to rtableDavid Ahern1-0/+1
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern1-2/+5
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-5/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman1-1/+0
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert1-0/+1
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert1-1/+5
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert1-1/+1
2013-09-16xfrm: Decode sessions with output interface.Steffen Klassert1-0/+1
2013-02-06xfrm: make gc_thresh configurable in all namespacesMichal Kubecek1-3/+46
2013-02-06xfrm: remove unused xfrm4_policy_fini()Michal Kubecek1-9/+0
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert1-12/+1
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov1-0/+1
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller1-0/+1
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller1-1/+1
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller1-1/+0
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller1-1/+0
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller1-3/+0
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-4/+6
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller1-2/+1
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+10
2012-07-10ipv4: Remove inetpeer from routes.David S. Miller1-7/+0
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller1-0/+1
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller1-1/+0