index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
cipso_ipv4.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-20
1
-21
/
+54
|
\
|
*
cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
Ondrej Mosnacek
2024-06-14
1
-25
/
+54
|
*
cipso: fix total option length computation
Ondrej Mosnacek
2024-06-14
1
-4
/
+8
*
|
net: use unrcu_pointer() helper
Eric Dumazet
2024-06-06
1
-1
/
+1
|
/
*
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
2024-05-13
1
-3
/
+4
*
netlabel: remove impossible return value in netlbl_bitmap_walk
Zhengchao Shao
2024-02-29
1
-4
/
+1
*
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-16
1
-2
/
+2
*
cipso_ipv4: use iph_set_totlen in skbuff_setattr
Xin Long
2023-02-02
1
-1
/
+1
*
cipso: Fix data-races around sysctl.
Kuniyuki Iwashima
2022-07-08
1
-5
/
+7
*
NET: IPV4: fix error "do not initialise globals to 0"
wangzhitong
2021-09-19
1
-1
/
+1
*
net: remove the unnecessary check in cipso_v4_doi_free
王贇
2021-09-03
1
-10
/
+8
*
net: fix NULL pointer reference in cipso_v4_doi_free
王贇
2021-08-26
1
-8
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-0
/
+1
|
\
|
*
net: ipv4: fix memory leak in netlbl_cipsov4_add_std
Nanyong Sun
2021-06-08
1
-0
/
+1
*
|
cipso: correct comments of cipso_v4_cache_invalidate()
Zheng Yejian
2021-05-18
1
-2
/
+1
|
/
*
CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdr
Sergey Nazarov
2021-03-05
1
-1
/
+1
*
cipso,calipso: resolve a number of problems with the DOI refcounts
Paul Moore
2021-03-05
1
-10
/
+1
*
cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c
Wang Hai
2020-09-09
1
-1
/
+1
*
net: ipv4: kerneldoc fixes
Andrew Lunn
2020-07-14
1
-2
/
+4
*
Replace HTTP links with HTTPS ones: IPv*
Alexander A. Klimov
2020-07-06
1
-2
/
+2
*
netlabel: cope with NULL catmap
Paolo Abeni
2020-05-13
1
-2
/
+4
*
ipv4: ensure rcu_read_lock() in cipso_v4_error()
Matteo Croce
2020-02-23
1
-1
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
1
-15
/
+1
*
netlabel: fix out-of-bounds memory accesses
Paul Moore
2019-02-28
1
-1
/
+2
*
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
2019-02-25
1
-2
/
+15
*
net/ipv4: defensive cipso option parsing
Stefan Nuernberger
2018-09-18
1
-4
/
+7
*
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-10-21
1
-17
/
+7
*
Cipso: cipso_v4_optptr enter infinite loop
yujuan.qi
2017-08-02
1
-2
/
+10
*
net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-6
/
+6
*
net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-2
/
+2
*
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
2017-02-05
1
-0
/
+4
*
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
2016-07-07
1
-79
/
+9
|
\
|
*
netlabel: Move bitmap manipulation functions to the NetLabel core.
Huw Davies
2016-06-27
1
-79
/
+9
*
|
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
2016-04-07
1
-1
/
+2
|
/
*
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
1
-3
/
+3
*
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-04-03
1
-18
/
+18
*
cipso: don't use IPCB() to locate the CIPSO IP option
Paul Moore
2015-02-11
1
-21
/
+30
*
cipso: remove NULL assignment on static
Fabian Frederick
2014-11-04
1
-1
/
+3
*
ipv4: include linux/bug.h instead of asm/bug.h
Fabian Frederick
2014-11-04
1
-1
/
+1
*
cipso: kerneldoc warning fix
Fabian Frederick
2014-11-04
1
-1
/
+1
*
cipso: add __init to cipso_v4_cache_init
Fabian Frederick
2014-10-01
1
-1
/
+1
*
netlabel: shorter names for the NetLabel catmap funcs/structs
Paul Moore
2014-08-01
1
-19
/
+16
*
netlabel: fix the horribly broken catmap functions
Paul Moore
2014-08-01
1
-12
/
+0
*
netlabel: fix a problem when setting bits below the previously lowest bit
Paul Moore
2014-08-01
1
-3
/
+3
*
ipv4: ERROR: code indent should use tabs where possible
Weilong Chen
2013-12-26
1
-6
/
+3
*
ipv4/ipv6: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
*
cipso: don't follow a NULL pointer when setsockopt() is called
Paul Moore
2012-07-18
1
-2
/
+4
*
ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()
Paul E. McKenney
2012-02-21
1
-8
/
+3
*
cipso: remove an unneeded NULL check in cipso_v4_doi_add()
Dan Carpenter
2011-10-12
1
-1
/
+1
[next]