Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a46fa260f6f5e8f80a725b28e4aee5a04d1bd79e
/
net
/
xfrm
/
xfrm_user.c
69b0137
ipsec: Add IV generator information to xfrm_state
by Herbert Xu
· 9 years ago
7400599
xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host
by Fan Du
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
f293a5e
xfrm: add XFRMA_REPLAY_VAL attribute to SA messages
by dingzhi
· 10 years ago
689f1c9
ipsec: Remove obsolete MAX_AH_AUTH_LEN
by Herbert Xu
· 10 years ago
880a6fa
xfrm: configure policy hash table thresholds by netlink
by Christophe Gouault
· 10 years ago
a0e5ef5
xfrm: Fix installation of AH IPsec SAs
by Tobias Brunner
· 10 years ago
c99f7ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
21ee543
xfrm: fix race between netns cleanup and state expire notification
by Michal Kubecek
· 10 years ago
65db611
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 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
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
995dca4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
52a4c64
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
by Nikolay Aleksandrov
· 11 years ago
870a2df
xfrm: rename struct xfrm_filter
by Nicolas Dichtel
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ee5c231
xfrm: Clone states properly on migration
by Steffen Klassert
· 11 years ago
d362309
ipsec: add support of limited SA dump
by Nicolas Dichtel
· 11 years ago
0f24558
xfrm: avoid creating temporary SA when there are no listeners
by Horia Geanta
· 11 years ago
0171410
xfrm: Don't prohibit AH from using ESN feature
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
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
02d0892
xfrm: checkpatch erros with space prohibited
by Weilong Chen
· 11 years ago
9b7a787
xfrm: checkpatch errors with space
by Weilong Chen
· 11 years ago
776e9dd
xfrm: export verify_userspi_info for pkfey and netlink interface
by Fan Du
· 11 years ago
ea9884b
xfrm: check user specified spi for IPComp
by Fan Du
· 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
e682adf
xfrm: Try to honor policy index if it's supplied by user
by Fan Du
· 11 years ago
33fce60
xfrm: Guard IPsec anti replay window against replay bitmap
by Fan Du
· 11 years ago
4479ff7
xfrm: Fix replay size checking on async events
by Steffen Klassert
· 11 years ago
e4c1721
xfrm: force a garbage collection after deleting a policy
by Paul Moore
· 11 years ago
05600a7
xfrm_user: constify netlink dispatch table
by Mathias Krause
· 12 years ago
a947b0a
xfrm: allow to avoid copying DSCP during encapsulation
by Nicolas Dichtel
· 12 years ago
70e94e6
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
df008c9
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
by Eric W. Biederman
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e3ac104
xfrm_user: don't copy esn replay window twice for new states
by Mathias Krause
· 12 years ago
ecd7918
xfrm_user: ensure user supplied esn replay window is valid
by Mathias Krause
· 12 years ago
1f86840
xfrm_user: fix info leak in copy_to_user_tmpl()
by Mathias Krause
· 12 years ago
7b78983
xfrm_user: fix info leak in copy_to_user_policy()
by Mathias Krause
· 12 years ago
f778a63
xfrm_user: fix info leak in copy_to_user_state()
by Mathias Krause
· 12 years ago
4c87308
xfrm_user: fix info leak in copy_to_user_auth()
by Mathias Krause
· 12 years ago
c254637
xfrm_user: return error pointer instead of NULL #2
by Mathias Krause
· 12 years ago
864745d
xfrm_user: return error pointer instead of NULL
by Mathias Krause
· 12 years ago
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
c6bb813
xfrm: Report user triggered expirations against the users socket
by Eric W. Biederman
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
9f00d97
netlink: hide struct module parameter in netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
65e0736
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
by Fan Du
· 12 years ago
a31f2d1
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
1d1e34d
xfrm_user: Propagate netlink error codes properly.
by David S. Miller
· 12 years ago
d0fde79
xfrm_user: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
80d326f
netlink: add netlink_dump_control structure for netlink_dump_start()
by Pablo Neira Ayuso
· 13 years ago
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
fd77846
security: remove the security_netlink_recv hook as it is equivalent to capable()
by Eric Paris
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
7833aa0
xfrm: Check for the new replay implementation if an esn state is inserted
by Steffen Klassert
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
02aadf7
xfrm: Restrict extended sequence numbers to esp
by Steffen Klassert
· 14 years ago
e2b1912
xfrm: Check for esn buffer len in xfrm_new_ae
by Steffen Klassert
· 14 years ago
a454f0c
xfrm: Fix initialize repl field of struct xfrm_state
by Wei Yongjun
· 14 years ago
d8647b7
xfrm: Add user interface for esn and big anti-replay windows
by Steffen Klassert
· 14 years ago
9fdc488
xfrm: Move IPsec replay detection functions to a separate file
by Steffen Klassert
· 14 years ago
c53fa1e
netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms
by Patrick McHardy
· 14 years ago
6f2f19e
xfrm: Pass name as const to xfrm_*_get_byname().
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
b8f3ab4
Revert "netlink: test for all flags of the NLM_F_DUMP composite"
by David S. Miller
· 14 years ago
fa6dd8a
xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC
by Nicolas Dichtel
· 14 years ago
0ab03c2
netlink: test for all flags of the NLM_F_DUMP composite
by Jan Engelhardt
· 14 years ago
35d2856
xfrm: Add Traffic Flow Confidentiality padding XFRM attribute
by Martin Willi
· 14 years ago
928497f
xfrm_user: avoid a warning with some compiler
by Nicolas Dichtel
· 14 years ago
2f09a4d
xfrm: Use GFP_ATOMIC in xfrm_compile_policy
by Herbert Xu
· 14 years ago
62db5cf
xfrm: add severity to printk
by stephen hemminger
· 14 years ago
ea2dea9
xfrm: remove policy lock when accessing policy->walk.dead
by Timo Teräs
· 15 years ago
c8bf4d0
xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler
by Timo Teräs
· 15 years ago
295fae5
xfrm: Allow user space manipulation of SPD mark
by Jamal Hadi Salim
· 15 years ago
6f26b61
xfrm: Allow user space config of SAD mark
by Jamal Hadi Salim
· 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
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
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
c28e930
xfrm: validate attributes
by jamal
· 15 years ago
e071041
netns xfrm: fix "ip xfrm state|policy count" misreport
by Alexey Dobriyan
· 15 years ago
d79d792
net: Allow xfrm_user_net_exit to batch efficiently.
by Eric W. Biederman
· 15 years ago
4447bb3
xfrm: Store aalg in xfrm_state with a user specified truncation length
by Martin Willi
· 15 years ago
66f9a25
Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"
by David S. Miller
· 16 years ago
fc8c7dc
xfrm: For 32/64 compatability wrt. xfrm_usersa_info
by David S. Miller
· 16 years ago
d8eb930
xfrm: join error paths
by Ilpo Järvinen
· 16 years ago
Next »