aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
6 daysnetlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti1-3/+4
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao1-4/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-2/+2
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long1-1/+1
2022-07-08cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"wangzhitong1-1/+1
2021-09-03net: remove the unnecessary check in cipso_v4_doi_free王贇1-10/+8
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_free王贇1-8/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-08net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun1-0/+1
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian1-2/+1
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-10/+1
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai1-1/+1
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-2/+4
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov1-2/+2
2020-05-12netlabel: cope with NULL catmapPaolo Abeni1-2/+4
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2019-02-27netlabel: fix out-of-bounds memory accessesPaul Moore1-1/+2
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-2/+15
2018-09-17net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-17/+7
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena1-6/+6
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-02-04netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-79/+9
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies1-79/+9
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-1/+2
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-18/+18
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-21/+30
2014-11-04cipso: remove NULL assignment on staticFabian Frederick1-1/+3
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick1-1/+1
2014-11-04cipso: kerneldoc warning fixFabian Frederick1-1/+1
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick1-1/+1
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-19/+16
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-12/+0
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-3/+3
2013-12-26ipv4: ERROR: code indent should use tabs where possibleWeilong Chen1-6/+3
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney1-8/+3
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-50/+63
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-10-07ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer1-1/+1
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-12/+118
2009-02-23cipso: Fix documentation commentPaul Moore1-2/+7
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-21/+65
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+4
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin1-3/+4
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan1-1/+0
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore1-20/+107
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-0/+74
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-39/+183
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-137/+98
2008-05-13cipso: Relax too much careful cipso hash function.Pavel Emelyanov1-2/+2
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison1-10/+8
2008-03-22[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev1-1/+0
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore1-2/+2
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structPaul Moore1-22/+37
2008-01-28[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore1-29/+10
2007-10-10[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore1-73/+42
2007-06-08[CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Paul Moore1-10/+13
2007-06-08[NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore1-33/+8
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-9/+32
2007-04-26NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore1-1/+3
2007-04-26NetLabel: cleanup and document CIPSO constantsPaul Moore1-8/+29
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[IPV4]: cleanupStephen Hemminger1-1/+1
2007-03-12[NetLabel]: parse the CIPSO ranged tag on incoming packetsPaul Moore1-0/+5
2007-03-02[NetLabel]: Verify sensitivity level has a valid CIPSO mappingPaul Moore1-3/+4
2006-12-02NetLabel: add the ranged tag to the CIPSOv4 protocolPaul Moore1-0/+268
2006-12-02NetLabel: add the enumerated tag to the CIPSOv4 protocolPaul Moore1-0/+233
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore1-99/+69
2006-12-02[CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro1-1/+1
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore1-3/+3
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore1-0/+4
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore1-60/+53
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore1-0/+14
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore1-2/+0
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore1-8/+14
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo1-2/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-4/+4
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore1-4/+3
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore1-2/+2
2006-10-15NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore1-6/+12
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com1-8/+10
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore1-2/+2
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-2/+6
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore1-179/+24
2006-09-25[NetLabel]: make the CIPSOv4 cache spinlocks bottom half safePaul Moore1-8/+8
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore1-15/+33
2006-09-22[NET]: Make code static.Adrian Bunk1-1/+1
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore1-0/+1607