Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1d531062cdc5fcb5e417886bb16f8228b6b1131d
/
net
/
key
776e9dd
xfrm: export verify_userspi_info for pkfey and netlink interface
by Fan Du
· 11 years ago
5b8ef34
xfrm: Remove ancient sleeping when the SA is in acquire state
by Steffen Klassert
· 11 years ago
283bc9f
xfrm: Namespacify xfrm state/policy locks
by Fan Du
· 11 years ago
8d549c4
xfrm: Using the right namespace to migrate key info
by Fan Du
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
33fce60
xfrm: Guard IPsec anti replay window against replay bitmap
by Fan Du
· 11 years ago
af83fde
xfrm: Remove rebundant address family checking
by Fan Du
· 11 years ago
8603b955
af_key: constify lookup tables
by Mathias Krause
· 11 years ago
e473fcb
xfrm: constify mark argument of xfrm_find_acq()
by Mathias Krause
· 11 years ago
ff862a4
af_key: more info leaks in pfkey messages
by Dan Carpenter
· 11 years ago
a5cc68f
af_key: fix info leaks in notify messages
by Mathias Krause
· 11 years ago
e4c1721
xfrm: force a garbage collection after deleting a policy
by Paul Moore
· 11 years ago
0fb031f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 12 years ago
d0d79c3
afkey: fix a typo
by Junwei Zhang
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
85dfb74
af_key: initialize satype in key_notify_policy_flush()
by Nicolas Dichtel
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
e0376d0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 12 years ago
7e50f84
pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support
by Jussi Kivilinna
· 12 years ago
70e94e6
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
cdfa1fe
af_key: remove a duplicated skb_orphan()
by Cong Wang
· 12 years ago
df008c9
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
by Eric W. Biederman
· 12 years ago
f674e72
net/key/af_key.c: add range checks on ->sadb_x_policy_len
by Dan Carpenter
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
65e0736
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
by Fan Du
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
89eb06f
net/key/af_key.c: add missing kfree_skb
by Julia Lawall
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
ea11073
net: Remove casts of void *
by Joe Perches
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
7f6daa6
pfkey: fix warning
by Stephen Hemminger
· 14 years ago
4c93fbb
pfkey: Use const where possible.
by David S. Miller
· 14 years ago
183cad1
xfrm: Const'ify pointer args to km_migrate() and implementations.
by David S. Miller
· 14 years ago
214e005
xfrm: Pass km_event pointers around as const when possible.
by David S. Miller
· 14 years ago
ada440e
afkey: add sparse annotation about rcu
by stephen hemminger
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
207024b
pfkey: add severity to printk
by stephen hemminger
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9a127aa
af_key: return error if pfkey_xfrm_policy2msg_prep() fails
by Dan Carpenter
· 15 years ago
8ca2e93
xfrm: SP lookups signature with mark
by Jamal Hadi Salim
· 15 years ago
bd55775
xfrm: SA lookups signature with mark
by Jamal Hadi Salim
· 15 years ago
7f6b9db
af_key: locking change
by stephen hemminger
· 15 years ago
2f1eb65
xfrm: Flushing empty SPD generates false events
by Jamal Hadi Salim
· 15 years ago
9e64cc9
xfrm: Flushing empty SAD generates false events
by Jamal Hadi Salim
· 15 years ago
8be987d
pfkey: fix SA and SP flush sequence
by Jamal Hadi Salim
· 15 years ago
069c474
xfrm: Revert false event eliding commits.
by David S. Miller
· 15 years ago
0dca3a8
xfrm: Flushing empty SPD generates false events
by jamal
· 15 years ago
19f4c71
xfrm: Flushing empty SAD generates false events
by jamal
· 15 years ago
27b5b86
net: af_key: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
9c119ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
180211b
af_key: fix netns ops ordering on module load/unload
by Alexey Dobriyan
· 15 years ago
28aecb9
xfrm: avoid spinlock in get_acqseq()
by Eric Dumazet
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
c20a66f
xfrm: Fix truncation length of authentication algorithms installed via PF_KEY
by Martin Willi
· 15 years ago
23c049c
net: Simplify af_key pernet operations.
by Eric W. Biederman
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
5ca1b99
net: file_operations should be const
by Stephen Hemminger
· 15 years ago
98147d5
net: seq_operations should be const
by Stephen Hemminger
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
6f96106
af_key: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
a8d694c
af_key: initialize xfrm encap_oa
by Timo Teras
· 16 years ago
7013ec3
netns PF_KEY: per-netns /proc/pfkey
by Alexey Dobriyan
· 16 years ago
07fb0f1
netns PF_KEY: part 2
by Alexey Dobriyan
· 16 years ago
3fa87a3
netns PF_KEY: part 1
by Alexey Dobriyan
· 16 years ago
7067802
netns xfrm: pass netns with KM notifications
by Alexey Dobriyan
· 16 years ago
cdcbca7
netns xfrm: policy walking in netns
by Alexey Dobriyan
· 16 years ago
8d1211a
netns xfrm: finding policy in netns
by Alexey Dobriyan
· 16 years ago
33ffbbd
netns xfrm: policy flushing in netns
by Alexey Dobriyan
· 16 years ago
284fa7d
netns xfrm: state walking in netns
by Alexey Dobriyan
· 16 years ago
5447c5e
netns xfrm: finding states in netns
by Alexey Dobriyan
· 16 years ago
221df1e
netns xfrm: state lookup in netns
by Alexey Dobriyan
· 16 years ago
0e60245
netns xfrm: state flush in netns
by Alexey Dobriyan
· 16 years ago
0331b1f
netns xfrm: add struct xfrm_policy::xp_net
by Alexey Dobriyan
· 16 years ago
50a3065
netns xfrm: per-netns km_waitq
by Alexey Dobriyan
· 16 years ago
673c09b
netns xfrm: add struct xfrm_state::xs_net
by Alexey Dobriyan
· 16 years ago
70e9067
af_key: mark policy as dead before destroying
by Alexey Dobriyan
· 16 years ago
920da69
key: fix setkey(8) policy set breakage
by Alexey Dobriyan
· 16 years ago
1839faa
af_key: fix SADB_X_SPDDELETE response
by Tobias Brunner
· 16 years ago
13c1d18
xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)
by Arnaud Ebalard
· 16 years ago
12a169e
ipsec: Put dumpers on the dump list
by Herbert Xu
· 16 years ago
0523820
af_key: Free dumping state on socket close
by Timo Teras
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
81b302a
key: Use xfrm_addr_cmp() where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
5f95ac9
key: Share common code path to extract address from sockaddr{}.
by YOSHIFUJI Hideaki
· 17 years ago
e5b5665
key: Share common code path to fill sockaddr{}.
by YOSHIFUJI Hideaki
· 17 years ago
9e8b4ed
key: Introduce pfkey_sockaddr_len() for raw sockaddr{} length.
by YOSHIFUJI Hideaki
· 17 years ago
99c6f60
ipsec: pfkey should ignore events when no listeners
by Jamal Hadi Salim
· 16 years ago
4da5105
af_key: Fix selector family initialization.
by Kazunori MIYAZAWA
· 16 years ago
2532386
Audit: collect sessionid in netlink messages
by Eric Paris
· 17 years ago
2db3e47
af_key: Fix af_key.c compiler warning
by Brian Haley
· 17 years ago
c5d18e9
[IPSEC]: Fix catch-22 with algorithm IDs above 31
by Herbert Xu
· 17 years ago
Next »