summaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-15/+1Star
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-281-1/+2
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-251-2/+15
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-09-181-4/+7
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-17/+7Star
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-021-2/+10
* net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-6/+6
* net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-051-0/+4
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-79/+9Star
|\
| * netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-79/+9Star
* | 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/+16Star
* netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-12/+0Star
* 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/+3Star
* ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* 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/+3Star
* cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter2011-10-121-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-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-181-2/+0Star
* 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/+0Star
|/
* 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/+98Star
* cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-141-2/+2
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-031-10/+8Star
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-231-1/+0Star
* 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-291-22/+37
* [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1