aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/cipso_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationGravatar Davide Caratti 1-3/+4
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkGravatar Zhengchao Shao 1-4/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsGravatar Eric Dumazet 1-2/+2
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrGravatar Xin Long 1-1/+1
2022-07-08cipso: Fix data-races around sysctl.Gravatar Kuniyuki Iwashima 1-5/+7
2021-09-19NET: IPV4: fix error "do not initialise globals to 0"Gravatar wangzhitong 1-1/+1
2021-09-03net: remove the unnecessary check in cipso_v4_doi_freeGravatar 王贇 1-10/+8
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_freeGravatar 王贇 1-8/+10
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-06-08net: ipv4: fix memory leak in netlbl_cipsov4_add_stdGravatar Nanyong Sun 1-0/+1
2021-05-18cipso: correct comments of cipso_v4_cache_invalidate()Gravatar Zheng Yejian 1-2/+1
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrGravatar Sergey Nazarov 1-1/+1
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsGravatar Paul Moore 1-10/+1
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cGravatar Wang Hai 1-1/+1
2020-07-13net: ipv4: kerneldoc fixesGravatar Andrew Lunn 1-2/+4
2020-07-06Replace HTTP links with HTTPS ones: IPv*Gravatar Alexander A. Klimov 1-2/+2
2020-05-12netlabel: cope with NULL catmapGravatar Paolo Abeni 1-2/+4
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Gravatar Matteo Croce 1-1/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-15/+1
2019-02-27netlabel: fix out-of-bounds memory accessesGravatar Paul Moore 1-1/+2
2019-02-25net: avoid use IPCB in cipso_v4_errorGravatar Nazarov Sergey 1-2/+15
2018-09-17net/ipv4: defensive cipso option parsingGravatar Stefan Nuernberger 1-4/+7
2017-10-21tcp/dccp: fix ireq->opt racesGravatar Eric Dumazet 1-17/+7
2017-08-01Cipso: cipso_v4_optptr enter infinite loopGravatar yujuan.qi 1-2/+10
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-6/+6
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2017-02-04netlabel: out of bound access in cipso_v4_validate()Gravatar Eric Dumazet 1-0/+4
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-79/+9
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Gravatar Huw Davies 1-79/+9
2016-04-07net: introduce lockdep_is_held and update various places to use itGravatar Hannes Frederic Sowa 1-1/+2
2015-04-03ipv4: coding style: comparison for inequality with NULLGravatar Ian Morris 1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLGravatar Ian Morris 1-18/+18
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionGravatar Paul Moore 1-21/+30
2014-11-04cipso: remove NULL assignment on staticGravatar Fabian Frederick 1-1/+3
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hGravatar Fabian Frederick 1-1/+1
2014-11-04cipso: kerneldoc warning fixGravatar Fabian Frederick 1-1/+1
2014-10-01cipso: add __init to cipso_v4_cache_initGravatar Fabian Frederick 1-1/+1
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 1-19/+16
2014-08-01netlabel: fix the horribly broken catmap functionsGravatar Paul Moore 1-12/+0
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitGravatar Paul Moore 1-3/+3
2013-12-26ipv4: ERROR: code indent should use tabs where possibleGravatar Weilong Chen 1-6/+3
2013-12-06ipv4/ipv6: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledGravatar Paul Moore 1-2/+4
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Gravatar Paul E. McKenney 1-8/+3
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Gravatar Dan Carpenter 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-50/+63
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-2/+0