index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
xfrm6_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+3
2024-09-23
xfrm: extract dst lookup parameters into a struct
Eyal Birger
1
-15
/
+13
2024-07-14
Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-0
/
+7
2024-06-26
xfrm: support sending NAT keepalives in ESP in UDP states
Eyal Birger
1
-0
/
+7
2024-06-17
xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
Eric Dumazet
1
-1
/
+7
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2023-10-17
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-2
/
+2
2023-09-20
xfrm6: fix inet6_dev refcount underflow problem
Zhang Changzhong
1
-2
/
+2
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-22
net: remove unnecessary input parameter 'how' in ifdown function
Zhengchao Shao
1
-5
/
+1
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-04-21
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
1
-3
/
+1
2023-03-28
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
1
-2
/
+2
2022-11-22
xfrm: Fix ignored return value in xfrm6_init()
Chen Zhongjin
1
-1
/
+5
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-2
/
+2
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
1
-2
/
+1
2022-02-11
ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncache
Eric Dumazet
1
-1
/
+0
2021-12-09
xfrm: use net device refcount tracker helpers
Eric Dumazet
1
-2
/
+2
2019-12-24
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
1
-2
/
+3
2019-04-23
xfrm: remove decode_session indirection from afinfo_policy
Florian Westphal
1
-106
/
+0
2019-04-23
xfrm: remove init_path indirection from afinfo_policy
Florian Westphal
1
-14
/
+0
2019-04-23
xfrm: remove tos indirection from afinfo_policy
Florian Westphal
1
-6
/
+0
2018-11-22
xfrm6: remove BUG_ON from xfrm6_dst_ifdown
Li RongQing
1
-1
/
+0
2018-10-11
net/xfrm: fix out-of-bounds packet access
Alexei Starovoitov
1
-2
/
+2
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-14
xfrm6: avoid potential infinite loop in _decode_session6()
Eric Dumazet
1
-1
/
+1
2018-04-17
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
1
-2
/
+0
2018-02-16
xfrm: reuse uncached_list to track xdsts
Xin Long
1
-0
/
+5
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
ipv6: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-08-11
net: xfrm: support setting an output mark.
Lorenzo Colitti
1
-3
/
+6
2017-07-18
xfrm: remove flow cache
Florian Westphal
1
-9
/
+0
2017-07-18
net: xfrm: revert to lower xfrm dst gc limit
Florian Westphal
1
-1
/
+1
2017-02-09
xfrm: policy: make policy backend const
Florian Westphal
1
-1
/
+1
2017-02-09
xfrm: policy: remove family field
Florian Westphal
1
-4
/
+1
2017-02-09
xfrm: policy: remove garbage_collect callback
Florian Westphal
1
-1
/
+1
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-09-10
net: l3mdev: remove redundant calls
David Ahern
1
-1
/
+1
2016-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2016-08-22
xfrm: Only add l3mdev oif to dst lookups
David Ahern
1
-1
/
+1
2016-06-16
net: xfrm: fix old-style declaration
Arnd Bergmann
1
-2
/
+2
2015-12-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-15
/
+38
2015-11-03
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
1
-15
/
+38
2015-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+4
[next]