summaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-79/+9
|\
| * netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-79/+9
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-1/+2
|/
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-3/+3
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-18/+18
* cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-21/+30
* cipso: remove NULL assignment on staticFabian Frederick2014-11-041-1/+3
* ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick2014-11-041-1/+1
* cipso: kerneldoc warning fixFabian Frederick2014-11-041-1/+1
* cipso: add __init to cipso_v4_cache_initFabian Frederick2014-10-011-1/+1
* netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-011-19/+16
* netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-12/+0
* netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-011-3/+3
* ipv4: ERROR: code indent should use tabs where possibleWeilong Chen2013-12-261-6/+3
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-07-181-2/+4
* ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney2012-02-211-8/+3
* cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter2011-10-111-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-50/+63
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer2009-10-071-1/+1
* netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-281-12/+118
* cipso: Fix documentation commentPaul Moore2009-02-231-2/+7
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-21/+65
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-3/+4
|\
| * cipso: unsigned buf_len cannot be negativeroel kluin2008-10-291-3/+4
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-281-1/+0
|/
* cipso: Add support for native local labeling and fixup mapping namesPaul Moore2008-10-101-20/+107
* selinux: Set socket NetLabel based on connection endpointPaul Moore2008-10-101-0/+74
* netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-39/+183
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-101-137/+98
* cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-131-2/+2
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-10/+8
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-221-1/+0
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-051-2/+2
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-22/+37
* [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-29/+10
* [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore2007-10-101-73/+42
* [CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Paul Moore2007-06-081-10/+13
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-33/+8
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-04-271-9/+32
|\
| * NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore2007-04-261-1/+3
| * NetLabel: cleanup and document CIPSO constantsPaul Moore2007-04-261-8/+29