Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7d720c3e4f0c4fc152a6bf17e24244a3c85412d2
/
net
/
xfrm
/
xfrm_policy.c
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
0dca3a8
xfrm: Flushing empty SPD generates false events
by jamal
· 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
96c5340
NET: XFRM: Fix spelling of neighbour.
by Ralf Baechle
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
29fa0b3
xfrm: Cleanup for unlink SPD entry
by Wei Yongjun
· 16 years ago
22d5532
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
d5654ef
xfrm: Fix kernel panic when flush and dump SPD entries
by Wei Yongjun
· 16 years ago
b27aead
netns xfrm: per-netns sysctls
by Alexey Dobriyan
· 16 years ago
c68cd1a
netns xfrm: /proc/net/xfrm_stat in netns
by Alexey Dobriyan
· 16 years ago
59c9940
netns xfrm: per-netns MIBs
by Alexey Dobriyan
· 16 years ago
7c2776e
netns xfrm: flush SA/SPDs on netns stop
by Alexey Dobriyan
· 16 years ago
fbda33b
netns xfrm: ->get_saddr in netns
by Alexey Dobriyan
· 16 years ago
c5b3cf4
netns xfrm: ->dst_lookup in netns
by Alexey Dobriyan
· 16 years ago
ddcfd79
netns xfrm: dst garbage-collecting in netns
by Alexey Dobriyan
· 16 years ago
3dd0b49
netns xfrm: flushing/pruning bundles in netns
by Alexey Dobriyan
· 16 years ago
99a6665
netns xfrm: xfrm_route_forward() in netns
by Alexey Dobriyan
· 16 years ago
f6e1e25
netns xfrm: xfrm_policy_check in netns
by Alexey Dobriyan
· 16 years ago
52479b6
netns xfrm: lookup in netns
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
1121994
netns xfrm: policy insertion in netns
by Alexey Dobriyan
· 16 years ago
e92303f
netns xfrm: propagate netns into policy byidx hash
by Alexey Dobriyan
· 16 years ago
98806f7
netns xfrm: trivial netns propagations
by Alexey Dobriyan
· 16 years ago
66caf62
netns xfrm: per-netns policy hash resizing work
by Alexey Dobriyan
· 16 years ago
dc2caba
netns xfrm: per-netns policy counts
by Alexey Dobriyan
· 16 years ago
a35f6c5
netns xfrm: per-netns xfrm_policy_bydst hash
by Alexey Dobriyan
· 16 years ago
8b18f8e
netns xfrm: per-netns inexact policies
by Alexey Dobriyan
· 16 years ago
8100bea
netns xfrm: per-netns xfrm_policy_byidx hashmask
by Alexey Dobriyan
· 16 years ago
93b851c
netns xfrm: per-netns xfrm_policy_byidx hash
by Alexey Dobriyan
· 16 years ago
adfcf0b
netns xfrm: per-netns policy list
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
d62ddc2
netns xfrm: add netns boilerplate
by Alexey Dobriyan
· 16 years ago
c958396
xfrm: initialise xfrm_policy_gc_work statically
by Alexey Dobriyan
· 16 years ago
7a12122
net: Remove unused parameter of xfrm_gen_index()
by Arnaud Ebalard
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
bbb770e
xfrm: Fix xfrm_policy_gc_lock handling.
by Alexey Dobriyan
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
d5917a3
xfrm: C99 for xfrm_dev_notifier
by Alexey Dobriyan
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
a4322266
xfrm: do not leak ESRCH to user space
by fernando@oss.ntt.co
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
fdb46ee
net, misc: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 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
47abf28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
28faa97
ipsec: Make xfrm_larval_drop default to 1.
by David S. Miller
· 16 years ago
225f400
ipsec: Restore larval states and socket policies in dump
by Herbert Xu
· 16 years ago
9d7d740
net/xfrm: Use an IS_ERR test rather than a NULL test
by Julien Brunel
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
2532386
Audit: collect sessionid in netlink messages
by Eric Paris
· 17 years ago
c5d18e9
[IPSEC]: Fix catch-22 with algorithm IDs above 31
by Herbert Xu
· 17 years ago
03e1ad7
LSM: Make the Labeled IPsec hooks more stack friendly
by Paul Moore
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
9bb182a
[XFRM] MIP6: Fix address keys for routing search.
by YOSHIFUJI Hideaki
· 17 years ago
4c563f7
[XFRM]: Speed up xfrm_policy and xfrm_state walking
by Timo Teras
· 17 years ago
b791160
[XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().
by YOSHIFUJI Hideaki
· 17 years ago
1486cbd
[XFRM] xfrm_policy: kill some bloat
by Ilpo Järvinen
· 17 years ago
64c31b3
[XFRM] xfrm_policy_destroy: Rename and relative fixes.
by WANG Cong
· 17 years ago
d66e37a
[XFRM] Statistics: Add outbound-dropping error.
by Masahide NAKAMURA
· 17 years ago
afeb14b
[XFRM]: RFC4303 compliant auditing
by Paul Moore
· 17 years ago
68277ac
[XFRM]: Assorted IPsec fixups
by Paul Moore
· 17 years ago
0aa6477
[XFRM]: Support to increment packet dropping statistics.
by Masahide NAKAMURA
· 17 years ago
558f82e
[XFRM]: Define packet dropping statistics.
by Masahide NAKAMURA
· 17 years ago
a1b0514
[XFRM] IPv6: Fix dst/routing check at transformation.
by Masahide NAKAMURA
· 17 years ago
aef2178
[IPSEC]: Fix zero return value in xfrm_lookup on error
by Herbert Xu
· 17 years ago
8b7817f
[IPSEC]: Add ICMP host relookup support
by Herbert Xu
· 17 years ago
d5422ef
[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse
by Herbert Xu
· 17 years ago
815f4e5
[IPSEC]: Make xfrm_lookup flags argument a bit-field
by Herbert Xu
· 17 years ago
5a3e55d
[NET]: Multiple namespaces in the all dst_ifdown routines.
by Denis V. Lunev
· 17 years ago
875179f
[IPSEC]: SPD auditing fix to include the netmask/prefix-length
by Paul Moore
· 17 years ago
25ee328
[IPSEC]: Merge common code into xfrm_bundle_create
by Herbert Xu
· 17 years ago
66cdb3c
[IPSEC]: Move flow construction into xfrm_dst_lookup
by Herbert Xu
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
5951cab
[XFRM]: Audit function arguments misordered
by Paul Moore
· 17 years ago
75b8c13
[IPSEC]: Fix potential dst leak in xfrm_lookup
by Herbert Xu
· 17 years ago
5e5234f
[IPSEC]: Fix uninitialised dst warning in __xfrm_lookup
by Herbert Xu
· 17 years ago
1399637
[IPSEC]: Rename mode to outer_mode and add inner_mode
by Herbert Xu
· 17 years ago
1bfcb10
[IPSEC]: Add missing BEET checks
by Herbert Xu
· 17 years ago
aa5d62c
[IPSEC]: Move type and mode map into xfrm_state.c
by Herbert Xu
· 17 years ago
1ecafed
[IPSEC]: Remove bogus ref count in xfrm_secpath_reject
by Herbert Xu
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
ab5f5e8
[XFRM]: xfrm audit calls
by Joy Latten
· 17 years ago
f7944fb
[XFRM] policy: Replace magic number with XFRM_POLICY_OUT
by Thomas Graf
· 17 years ago
b5890d8
[XFRM]: Clean up duplicate includes in net/xfrm/
by Jesper Juhl
· 17 years ago
e6e0871
Net/Security: fix memory leaks from security_secid_to_secctx()
by Paul Moore
· 17 years ago
48b8d78
[XFRM]: State selection update to use inner addresses.
by Joakim Koskela
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
7dc12d6
[NET] XFRM: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
bd0bf07
[XFRM]: Fix crash introduced by struct dst_entry reordering
by Patrick McHardy
· 17 years ago
4aa2e62
xfrm: Add security check before flushing SAD/SPD
by Joy Latten
· 17 years ago
aad0e0b
[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.
by David S. Miller
· 17 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 17 years ago
b5505c6
[IPSEC]: Check validity of direction in xfrm_policy_byid
by Herbert Xu
· 17 years ago
5a6d341
[XFRM] SPD info TLV aggregation
by Jamal Hadi Salim
· 18 years ago
Next »