Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f3ea53fb3bc3908b6e9ef39e53a75b55df7f78f8
/
net
/
ipv4
/
cipso_ipv4.c
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
04f81f0
cipso: don't use IPCB() to locate the CIPSO IP option
by Paul Moore
· 10 years ago
988b134
cipso: remove NULL assignment on static
by Fabian Frederick
· 10 years ago
4c787b1
ipv4: include linux/bug.h instead of asm/bug.h
by Fabian Frederick
· 10 years ago
4973404
cipso: kerneldoc warning fix
by Fabian Frederick
· 10 years ago
cb57659
cipso: add __init to cipso_v4_cache_init
by Fabian Frederick
· 10 years ago
4fbe63d
netlabel: shorter names for the NetLabel catmap funcs/structs
by Paul Moore
· 10 years ago
4b8feff
netlabel: fix the horribly broken catmap functions
by Paul Moore
· 10 years ago
41c3bd2
netlabel: fix a problem when setting bits below the previously lowest bit
by Paul Moore
· 10 years ago
5797deb
ipv4: ERROR: code indent should use tabs where possible
by Weilong Chen
· 11 years ago
a99421d
ipv4/ipv6: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
89d7ae3
cipso: don't follow a NULL pointer when setsockopt() is called
by Paul Moore
· 12 years ago
4f9c8c1
ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()
by Paul E. McKenney
· 13 years ago
5675592
cipso: remove an unneeded NULL check in cipso_v4_doi_add()
by Dan Carpenter
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 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
4b17d50f
ipv4: Define cipso_v4_delopt static
by Hagen Paul Pfeifer
· 15 years ago
389fb800
netlabel: Label incoming TCP connections correctly in SELinux
by Paul Moore
· 16 years ago
586c250
cipso: Fix documentation comment
by Paul Moore
· 16 years ago
6c2e8ac
netlabel: Update kernel configuration API
by Paul Moore
· 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
00af5c6
cipso: unsigned buf_len cannot be negative
by roel kluin
· 16 years ago
93adcc8
net: don't use INIT_RCU_HEAD
by Alexey Dobriyan
· 16 years ago
15c45f7
cipso: Add support for native local labeling and fixup mapping names
by Paul Moore
· 16 years ago
014ab19
selinux: Set socket NetLabel based on connection endpoint
by Paul Moore
· 16 years ago
948bf85
netlabel: Add functionality to set the security attributes of a packet
by Paul Moore
· 16 years ago
b1edeb1
netlabel: Replace protocol/NetLabel linking with refrerence counts
by Paul Moore
· 16 years ago
5e0f892
cipso: Relax too much careful cipso hash function.
by Pavel Emelyanov
· 16 years ago
d3e2ce3
net: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
ef72249
[IPV4]: Remove unused ip_options->is_data.
by Denis V. Lunev
· 17 years ago
eda61d3
NetLabel: introduce a new kernel configuration API for NetLabel
by Paul Moore
· 17 years ago
16efd45
NetLabel: Add secid token support to the NetLabel secattr struct
by Paul Moore
· 17 years ago
1596c97
[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
4be2700
[NetLabel]: correct usage of RCU locking
by Paul Moore
· 17 years ago
63d804ea
[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions
by Paul Moore
· 17 years ago
50e5d35
[CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.
by Paul Moore
· 17 years ago
ba6ff9f
[NetLabel]: consolidate the struct socket/sock handling to just struct sock
by Paul Moore
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 17 years ago
a205752
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6
by Linus Torvalds
· 18 years ago
128c6b6
NetLabel: convert a BUG_ON in the CIPSO code to a runtime check
by Paul Moore
· 18 years ago
f998e8c
NetLabel: cleanup and document CIPSO constants
by Paul Moore
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
38c8947
[NetLabel]: parse the CIPSO ranged tag on incoming packets
by Paul Moore
· 18 years ago
c6387a8
[NetLabel]: Verify sensitivity level has a valid CIPSO mapping
by Paul Moore
· 18 years ago
484b366
NetLabel: add the ranged tag to the CIPSOv4 protocol
by Paul Moore
· 18 years ago
654bbc2
NetLabel: add the enumerated tag to the CIPSOv4 protocol
by Paul Moore
· 18 years ago
0275276
NetLabel: convert to an extensibile/sparse category bitmap
by Paul Moore
· 18 years ago
6662598
[CIPSO]: Missing annotation in cipso_ipv4 update.
by Al Viro
· 18 years ago
9bb5fd2
NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functions
by Paul Moore
· 18 years ago
9fade4b
NetLabel: return the correct error for translated CIPSOv4 tags
by Paul Moore
· 18 years ago
91b1ed0
NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag types
by Paul Moore
· 18 years ago
6ce61a7
NetLabel: add tag verification when adding new CIPSOv4 DOI definitions
by Paul Moore
· 18 years ago
05e00cb
NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layer
by Paul Moore
· 18 years ago
701a90b
NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand
by Paul Moore
· 18 years ago
fac5d73
[NETLABEL]: Use kmemdup in cipso_ipv4.c
by Arnaldo Carvalho de Melo
· 18 years ago
714e85b
[IPV6]: Assorted trivial endianness annotations.
by Al Viro
· 18 years ago
f8687af
[NetLabel]: protect the CIPSOv4 socket option from setsockopt()
by Paul Moore
· 18 years ago
ea614d7
NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly
by Paul Moore
· 18 years ago
044a68e
NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping
by Paul Moore
· 18 years ago
ffb733c
NetLabel: fix a cache race condition
by paul.moore@hp.com
· 18 years ago
95d4e6b
[NetLabel]: audit fixups due to delayed feedback
by Paul Moore
· 18 years ago
32f50cd
[NetLabel]: add audit support for configuration changes
by Paul Moore
· 18 years ago
fcd4828
[NetLabel]: rework the Netlink attribute handling (part 1)
by Paul Moore
· 18 years ago
609c92f
[NetLabel]: make the CIPSOv4 cache spinlocks bottom half safe
by Paul Moore
· 18 years ago
14a72f5
[NetLabel]: correct improper handling of non-NetLabel peer contexts
by Paul Moore
· 18 years ago
8ce11e6
[NET]: Make code static.
by Adrian Bunk
· 18 years ago
446fda4
[NetLabel]: CIPSOv4 engine
by Paul Moore
· 18 years ago