Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bb62f791f922254dc1847d3d0b77c9b066d5280b
/
net
/
xfrm
/
xfrm_state.c
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
bdddbf6
xfrm: fix a race in xfrm_state_lookup_byspi
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
15e318b
xfrm: simplify xfrm_address_t use
by Jiri Benc
· 10 years ago
0244790
xfrm: remove useless hash_resize_mutex locks
by Ying Xue
· 10 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
995dca4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 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
cc9ab60
xfrm: Cleanup error handling of xfrm_state_clone
by Steffen Klassert
· 11 years ago
ee5c231
xfrm: Clone states properly on migration
by Steffen Klassert
· 11 years ago
8c0cba2
xfrm: Take xfrm_state_lock in xfrm_migrate_state_find
by Steffen Klassert
· 11 years ago
35ea790d
xfrm: Fix NULL pointer dereference on sub policy usage
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
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
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
c454997
{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen
by Fan Du
· 11 years ago
4ae770b
{pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find
by Fan Du
· 11 years ago
3e94c2d
xfrm: checkpatch errors with foo * bar
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
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
f59bbdf
xfrm: Simplify SA looking up when using wildcard source
by Fan Du
· 11 years ago
6f11563
xfrm: Force SA to be lookup again if SA in acquire state
by Fan Du
· 11 years ago
7b77d16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0806ae4
xfrm: announce deleation of temporary SA
by Nicolas Dichtel
· 11 years ago
99565a6c
xfrm: Make xfrm_state timer monotonic
by Fan Du
· 11 years ago
628e341
xfrm: make local error reporting more robust
by Hannes Frederic Sowa
· 11 years ago
e473fcb
xfrm: constify mark argument of xfrm_find_acq()
by Mathias Krause
· 11 years ago
a947b0a
xfrm: allow to avoid copying DSCP during encapsulation
by Nicolas Dichtel
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
70e94e6
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7a9885b
xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo
by Cong Wang
· 12 years ago
85168c0
xfrm: replace rwlock on xfrm_km_list with rcu
by Cong Wang
· 12 years ago
44abdc3
xfrm: replace rwlock on xfrm_state_afinfo with rcu
by Cong Wang
· 12 years ago
bb65a9c
xfrm: removes a superfluous check and add a statistic
by Li RongQing
· 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
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
599901c
net/xfrm/xfrm_state.c: fix error return code
by Julia Lawall
· 12 years ago
65e0736
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
by Fan Du
· 12 years ago
e3c0d04
Fix unexpected SA hard expiration after changing date
by Fan Du
· 12 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
8fcbc63
XFRM: Fix memory leak in xfrm_state_update
by Tushar Gohad
· 13 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
af2f464
xfrm: Assign esn pointers when cloning a state
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
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
a70486f
xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.
by David S. Miller
· 14 years ago
33765d0
xfrm: Const'ify xfrm_address_t args to xfrm_state_find.
by David S. Miller
· 14 years ago
1f673c5
xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.
by David S. Miller
· 14 years ago
9aa6008
xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.
by David S. Miller
· 14 years ago
0468601
xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.
by David S. Miller
· 14 years ago
2ab3850
xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.
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
b520e9f
xfrm: Mark flowi arg to xfrm_state_find() const.
by David S. Miller
· 14 years ago
1a89859
xfrm: Mark flowi arg to xfrm_init_tempstate() const.
by David S. Miller
· 14 years ago
4a08ab0
xfrm: Mark flowi arg to xfrm_state_look_at() const.
by David S. Miller
· 14 years ago
78347c8
xfrm: Fix xfrm_state_migrate leak
by Thomas Egerer
· 14 years ago
8444cf7
xfrm: Allow different selector family in temporary state
by Thomas Egerer
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
34996cb
xfrm: Remove xfrm_state_genid
by Herbert Xu
· 15 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
3d6acfa
xfrm: SA lookups with mark
by Jamal Hadi Salim
· 15 years ago
bd55775
xfrm: SA lookups signature with mark
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
2bb4646
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6836b9b
xfrm: avoid spinlock in get_acqseq() used by xfrm user
by jamal
· 15 years ago
553f911
xfrm: Fix xfrm_state_clone leak
by Herbert Xu
· 15 years ago
19f4c71
xfrm: Flushing empty SAD generates false events
by jamal
· 15 years ago
e071041
netns xfrm: fix "ip xfrm state|policy count" misreport
by Alexey Dobriyan
· 15 years ago
4447bb3
xfrm: Store aalg in xfrm_state with a user specified truncation length
by Martin Willi
· 15 years ago
9e0d57f
xfrm: SAD entries do not expire correctly after suspend-resume
by Yury Polyanskiy
· 15 years ago
1802571
xfrm: use xfrm_addr_cmp() instead of compare addresses directly
by Wei Yongjun
· 15 years ago
6a783c9
xfrm: wrong hash value for temporary SA
by Nicolas Dichtel
· 16 years ago
7d0b591
xfrm: spin_lock() should be spin_unlock() in xfrm_state.c
by Chuck Ebbert
· 16 years ago
08ec9af
xfrm: Fix xfrm_state_find() wrt. wildcard source address.
by David S. Miller
· 16 years ago
d81d228
xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts
by Martin Willi
· 16 years ago
b27aead
netns xfrm: per-netns sysctls
by Alexey Dobriyan
· 16 years ago
7c2776e
netns xfrm: flush SA/SPDs on netns stop
by Alexey Dobriyan
· 16 years ago
db983c1
netns xfrm: KM reporting in netns
by Alexey Dobriyan
· 16 years ago
a6483b7
netns xfrm: per-netns NETLINK_XFRM socket
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
12604d8
netns xfrm: fixup xfrm_alloc_spi()
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
Next »