summaryrefslogtreecommitdiff
path: root/net/ipv4/xfrm4_policy.c
Commit message (Expand)AuthorAge
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-14
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-16
* | inet: whitespace cleanupStephen Hemminger2018-02-28
* | net/ipv4: Remove fib table id from rtableDavid Ahern2018-02-15
* | net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-11
* xfrm: remove flow cacheFlorian Westphal2017-07-18
* net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal2017-07-18
* xfrm: policy: make policy backend constFlorian Westphal2017-02-09
* xfrm: policy: remove family fieldFlorian Westphal2017-02-09
* xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-12
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-08
| |\
| | * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-22
* | | net: l3mdev: remove redundant callsDavid Ahern2016-09-10
|/ /
* | net: xfrm: fix old-style declarationArnd Bergmann2016-06-16
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-22
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-03
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-30
|\ \
| * | xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2015-10-23
| * | xfrm4: Fix header checks in _decode_session4.Steffen Klassert2015-10-23
| * | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-29
* | | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-29
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\ \ | |/
| * net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-17
* | net: Add FIB table id to rtableDavid Ahern2015-09-15
|/
* 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