Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aa193d9b1d7ea6893ce24a9d141f676950563987
/
net
/
xfrm
/
xfrm_policy.c
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8a4b578
net: xfrm: don't double-hold dst when sk_policy in use.
by Lorenzo Colitti
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
077fbac
net: xfrm: support setting an output mark.
by Lorenzo Colitti
· 7 years ago
13ead5c
xfrm: check that cached bundle is still valid
by Florian Westphal
· 7 years ago
7bab096
xfrm: policy: check policy direction value
by Vladis Dronov
· 7 years ago
ec30d78
xfrm: add xdst pcpu cache
by Florian Westphal
· 7 years ago
09c7570
xfrm: remove flow cache
by Florian Westphal
· 7 years ago
bd45c53
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
by Florian Westphal
· 7 years ago
86dc8ee
xfrm_policy: remove xfrm_policy_lookup
by Florian Westphal
· 7 years ago
aff669b
xfrm_policy: kill flow to policy dir conversion
by Florian Westphal
· 7 years ago
855dad9
xfrm_policy: remove always true/false branches
by Florian Westphal
· 7 years ago
3ca2828
xfrm_policy: bypass flow_cache_lookup
by Florian Westphal
· 7 years ago
850a621
net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
b079115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
93bbbfb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
a4c2fd7
net: remove DST_NOCACHE flag
by Wei Wang
· 8 years ago
b2a9c0e
net: remove DST_NOGC flag
by Wei Wang
· 8 years ago
52df157
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
by Wei Wang
· 8 years ago
138437f
xfrm: move xfrm_garbage_collect out of xfrm_policy_flush
by Hangbin Liu
· 8 years ago
8bafd73
xfrm: add UDP encapsulation port in migrate message
by Antony Antony
· 8 years ago
4ab47d4
xfrm: extend MIGRATE with UDP encapsulation port
by Antony Antony
· 8 years ago
9b3eb54
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
by Sabrina Dubroca
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
35db069
xfrm: do the garbage collection after flushing policy
by Xin Long
· 8 years ago
d77e38e
xfrm: Add an IPsec hardware offloading API
by Steffen Klassert
· 8 years ago
21f42cc
xfrm: Move device notifications to a sepatate file
by Steffen Klassert
· 8 years ago
8474c8c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 8 years ago
1ecc9ad
xfrm: provide correct dst in xfrm_neigh_lookup
by Julian Anastasov
· 8 years ago
99d5cee
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
4c86d77
xfrm: Don't use sk_family for socket policy lookups
by Steffen Klassert
· 8 years ago
37b1038
xfrm: policy: make policy backend const
by Florian Westphal
· 8 years ago
bdba9fe
xfrm: policy: remove xfrm_policy_put_afinfo
by Florian Westphal
· 8 years ago
a2817d8
xfrm: policy: remove family field
by Florian Westphal
· 8 years ago
3d7d25a
xfrm: policy: remove garbage_collect callback
by Florian Westphal
· 8 years ago
2b61997
xfrm: policy: xfrm_policy_unregister_afinfo can return void
by Florian Westphal
· 8 years ago
f5e2bb4
xfrm: policy: xfrm_get_tos cannot fail
by Florian Westphal
· 8 years ago
c282222
xfrm: policy: init locks early
by Florian Westphal
· 8 years ago
63fca65
net: add confirm_neigh method to dst_ops
by Julian Anastasov
· 8 years ago
1365e547c
xfrm: trivial typos
by Alexander Alemayhu
· 8 years ago
e71c397
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
330e832
xfrm: unbreak xfrm_sk_policy_lookup
by Florian Westphal
· 8 years ago
a4fc1bf
net/flowcache: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4141b36
xfrm: Fix xfrm_policy_lock imbalance
by Steffen Klassert
· 8 years ago
9d0380d
xfrm: policy: convert policy_lock to spinlock
by Florian Westphal
· 8 years ago
d5b8f86
xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo
by Florian Westphal
· 8 years ago
ae33786
xfrm: policy: only use rcu in xfrm_sk_policy_lookup
by Florian Westphal
· 8 years ago
a7c44247
xfrm: policy: make xfrm_policy_lookup_bytype lockless
by Florian Westphal
· 8 years ago
e37cc8a
xfrm: policy: use atomic_inc_not_zero in rcu section
by Florian Westphal
· 8 years ago
3084609
xfrm: policy: add sequence count to sync with hash resize
by Florian Westphal
· 8 years ago
e1e551b
xfrm: policy: prepare policy_bydst hash for rcu lookups
by Florian Westphal
· 8 years ago
a5eefc1
xfrm: policy: use rcu versions for iteration and list add/del
by Florian Westphal
· 8 years ago
6916fb3
xfrm: Ignore socket policies when rebuilding hash tables
by Tobias Brunner
· 8 years ago
024f35c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 9 years ago
d188ba8
xfrm: add rcu protection to sk->sk_policy[]
by Eric Dumazet
· 9 years ago
56f0473
xfrm: add rcu grace period in xfrm_policy_destroy()
by Eric Dumazet
· 9 years ago
bd5eb35
xfrm: take care of request sockets
by Eric Dumazet
· 9 years ago
a8a572a
xfrm: dst_entries_init() per-net dst_ops
by Dan Streetman
· 9 years ago
ede2059
dst: Pass net into dst->output
by Eric W. Biederman
· 9 years ago
13206b6
net: Pass net into dst_output and remove dst_output_okfn
by Eric W. Biederman
· 9 years ago
3f5312a
xfrm: Only compute net once in xfrm_policy_queue_process
by Eric W. Biederman
· 9 years ago
6f9c961
inet: constify ip_route_output_flow() socket argument
by Eric Dumazet
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
a6568b2
xfrm: Remove unused afinfo method init_dst
by Eric W. Biederman
· 9 years ago
42a7b32
xfrm: Add oif to dst lookups
by David Ahern
· 9 years ago
8faf491
xfrm: optimise to search the inexact policy list
by Li RongQing
· 10 years ago
de2ad48
xfrm: move the checking for old xfrm_policy hold_queue to beginning
by Li RongQing
· 10 years ago
586f2eb
xfrm: remove the unnecessary checking before call xfrm_pol_hold
by Li RongQing
· 10 years ago
f31e8d4f
xfrm: fix the return code when xfrm_*_register_afinfo failed
by Li RongQing
· 10 years ago
8007770
xfrm: optimise the use of walk list header in xfrm_policy/state_walk
by Li RongQing
· 10 years ago
1ee5e66
xfrm: remove the xfrm_queue_purge definition
by Li RongQing
· 10 years ago
ac37e25
xfrm: release dst_orig in case of error in xfrm_lookup()
by huaibin Wang
· 10 years ago
6db70e3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
12bfa8b
xfrm: Use __xfrm_policy_link in xfrm_policy_insert
by Herbert Xu
· 10 years ago
53c2e28
xfrm: Do not hash socket policies
by Herbert Xu
· 10 years ago
39bb5e6
net: skb_fclone_busy() needs to detect orphaned skb
by Eric Dumazet
· 10 years ago
5c1e9f2
xfrm: fix set but not used warning in xfrm_policy_queue_process()
by Fabian Frederick
· 10 years ago
d0bf4a9
net: cleanup and document skb fclone layout
by Eric Dumazet
· 10 years ago
f5c7e1a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
b8c203b
xfrm: Generate queueing routes only from route lookup functions
by Steffen Klassert
· 10 years ago
f92ee61
xfrm: Generate blackhole routes only from route lookup functions
by Steffen Klassert
· 10 years ago
880a6fa
xfrm: configure policy hash table thresholds by netlink
by Christophe Gouault
· 10 years ago
b58555f
xfrm: hash prefixed policies based on preflen thresholds
by Christophe Gouault
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
b7eea45
xfrm: Fix refcount imbalance in xfrm_lookup
by Steffen Klassert
· 11 years ago
65db611
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
698365f
net: clean up snmp stats code
by WANG Cong
· 11 years ago
2e71029
xfrm: Remove useless xfrm_audit struct.
by Tetsuo Handa
· 11 years ago
f1370cc
xfrm: Remove useless secid field from xfrm_audit.
by Tetsuo Handa
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
4a93f50
flowcache: Fix resource leaks on namespace exit.
by Steffen Klassert
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3a9016f
xfrm: Fix unlink race when policies are deleted.
by Steffen Klassert
· 11 years ago
1a1ccc9
xfrm: Remove caching of xfrm_policy_sk_bundles
by Steffen Klassert
· 11 years ago
ca925cf
flowcache: Make flow cache name space aware
by Fan Du
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
6dd9158
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
aef2b45
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
Next »