summaryrefslogtreecommitdiff
path: root/net/ipv4/xfrm4_policy.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti
2017-07-18xfrm: remove flow cacheFlorian Westphal
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal
2017-02-09xfrm: policy: make policy backend constFlorian Westphal
2017-02-09xfrm: policy: remove family fieldFlorian Westphal
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-11-03xfrm: dst_entries_init() per-net dst_opsDan Streetman
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-23xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert
2015-10-23xfrm4: Fix header checks in _decode_session4.Steffen Klassert
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29xfrm: Let the flowcache handle its size by default.Steffen Klassert
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-09-15net: Add FIB table id to rtableDavid Ahern
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert
2013-09-16xfrm: Decode sessions with output interface.Steffen Klassert
2013-02-06xfrm: make gc_thresh configurable in all namespacesMichal Kubecek
2013-02-06xfrm: remove unused xfrm4_policy_fini()Michal Kubecek
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-07-10ipv4: Remove inetpeer from routes.David S. Miller
2012-07-10ipv4: Maintain redirect and PMTU info in struct rtable again.David S. Miller
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta