summaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti2024-05-131-3/+4
* netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao2024-02-281-4/+1
* inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long2023-02-011-1/+1
* cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-5/+7
* NET: IPV4: fix error "do not initialise globals to 0"wangzhitong2021-09-191-1/+1
* net: remove the unnecessary check in cipso_v4_doi_free王贇2021-09-031-10/+8
* net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-261-8/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\
| * net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-081-0/+1
* | cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian2021-05-181-2/+1
|/
* CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov2021-03-051-1/+1
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-041-10/+1
* cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai2020-09-081-1/+1
* net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-2/+4
* Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-061-2/+2
* netlabel: cope with NULL catmapPaolo Abeni2020-05-121-2/+4
* ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-221-1/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-15/+1
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-271-1/+2
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-251-2/+15
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-09-171-4/+7
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-17/+7
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-011-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-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