Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
06bba80e711b9b66e9316d4d228b55f768c27749
/
net
/
xfrm
« Previous
98313ad
xfrm: Mark flowi arg to xfrm_bundle_create() const.
by David S. Miller
· 14 years ago
a6c2e61
xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const.
by David S. Miller
· 14 years ago
73ff93c
xfrm: Mark flowi arg to xfrm_expand_policies() const.
by David S. Miller
· 14 years ago
062cdb4
xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const.
by David S. Miller
· 14 years ago
47209ab
xfrm: Kill strict arg to xfrm_bundle_ok().
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
e1ad2ab
xfrm: Mark flowi arg to xfrm_selector_match() const.
by David S. Miller
· 14 years ago
8f029de
xfrm: Mark flowi arg to xfrm_type->reject() const.
by David S. Miller
· 14 years ago
0c7b3ee
xfrm: Mark flowi arg to ->fill_dst() const.
by David S. Miller
· 14 years ago
05d8402
xfrm: Mark flowi arg to ->get_tos() const.
by David S. Miller
· 14 years ago
da935c6
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3c7bd1a
net: Add initial_ref arg to dst_alloc().
by David S. Miller
· 14 years ago
0b15093
xfrm: avoid possible oopse in xfrm_alloc_dst
by Hiroaki SHIMODA
· 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
b4aa9e0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d33e455
net: Abstract default MTU metric calculation behind an accessor.
by David S. Miller
· 14 years ago
0dbaee3
net: Abstract default ADVMSS behind an accessor.
by David S. Miller
· 14 years ago
35d2856
xfrm: Add Traffic Flow Confidentiality padding XFRM attribute
by Martin Willi
· 14 years ago
78347c8
xfrm: Fix xfrm_state_migrate leak
by Thomas Egerer
· 14 years ago
defb351
net: Abstract away all dst_entry metrics accesses.
by David S. Miller
· 14 years ago
7a1c8e5
net: allow GFP_HIGHMEM in __vmalloc()
by Eric Dumazet
· 14 years ago
1c4c40c
xfrm: make xfrm_bundle_ok local
by stephen hemminger
· 14 years ago
8444cf7
xfrm: Allow different selector family in temporary state
by Thomas Egerer
· 14 years ago
e71895a
xfrm: dont assume rcu_read_lock in xfrm_output_one()
by Eric Dumazet
· 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
11fe883
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d809ec8
xfrm: do not assume that template resolving always returns xfrms
by Timo Teräs
· 14 years ago
597e608
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1823e4c8
snmp: add align parameter to snmp_mib_init()
by Eric Dumazet
· 14 years ago
b1312c8
xfrm: check bundle policy existance before dereferencing it
by Timo Teräs
· 14 years ago
8764ab2
net: check for refcount if pop a stacked dst_entry
by Steffen Klassert
· 14 years ago
fafeeb6
xfrm: force a dst reference in __xfrm_route_forward()
by Eric Dumazet
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
62db5cf
xfrm: add severity to printk
by stephen hemminger
· 14 years ago
ccbd6a5
net: Remove unnecessary semicolons after switch statements
by Joe Perches
· 14 years ago
a1aa348
xfrm: fix policy unreferencing on larval drop
by Timo Teras
· 14 years ago
4b02162
xfrm: potential uninitialized variable num_xfrms
by Changli Gao
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 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
285ead1
xfrm: remove policy garbage collection
by Timo Teräs
· 15 years ago
80c802f
xfrm: cache bundles instead of policies for outgoing flows
by Timo Teräs
· 15 years ago
fe1a5f0
flow: virtualize flow cache entry methods
by Timo Teräs
· 15 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
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
87c1e12
ipsec: Fix bogus bundle flowi
by Herbert Xu
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
37d4008
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 15 years ago
fb977e2
xfrm: clone mark when cloning policy
by Jamal Hadi Salim
· 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
34f8d88
xfrm: SP lookups with mark
by Jamal Hadi Salim
· 15 years ago
8ca2e93
xfrm: SP lookups signature with mark
by Jamal Hadi Salim
· 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
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
72032fd
xfrm: Introduce LINUX_MIB_XFRMFWDHDRERROR
by jamal
· 15 years ago
069c474
xfrm: Revert false event eliding commits.
by David S. Miller
· 15 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 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
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
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d7c7544
netns xfrm: deal with dst entries in netns
by Alexey Dobriyan
· 15 years ago
e071041
netns xfrm: fix "ip xfrm state|policy count" misreport
by Alexey Dobriyan
· 15 years ago
5833929
net: constify MIB name tables
by Alexey Dobriyan
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
73c89c1
crypto: gcm - Add RFC4543 wrapper for GCM
by Tobias Brunner
· 15 years ago
96c5340
NET: XFRM: Fix spelling of neighbour.
by Ralf Baechle
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
d79d792
net: Allow xfrm_user_net_exit to batch efficiently.
by Eric W. Biederman
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
138f3c8
ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command
by Li Yewang
· 15 years ago
bc74b0c
xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRM
by Martin Willi
· 15 years ago
4447bb3
xfrm: Store aalg in xfrm_state with a user specified truncation length
by Martin Willi
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
9e0d57f
xfrm: SAD entries do not expire correctly after suspend-resume
by Yury Polyanskiy
· 15 years ago
eb2ff96
xfrm: remove skb_icv_walk
by Steffen Klassert
· 15 years ago
5ca1b99
net: file_operations should be const
by Stephen Hemminger
· 15 years ago
b79a794
Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash addresses with addition
by Jussi Mäki
· 15 years ago
1802571
xfrm: use xfrm_addr_cmp() instead of compare addresses directly
by Wei Yongjun
· 15 years ago
245acb8
ipsec: Fix name of CAST algorithm
by Herbert Xu
· 15 years ago
d4fd3bc1
xfrm: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 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
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
9498c05
ipcomp: Remove spurious truesize increase
by Herbert Xu
· 16 years ago
Next »