summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-13netlabel: fix out-of-bounds memory accessesPaul Moore2-2/+4
2018-10-18netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-05-30netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines1-0/+10
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Huw Davies4-0/+238
2016-06-27calipso: Add a label cache.Huw Davies8-12/+360
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies6-12/+19
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies6-4/+308
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies6-8/+163
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies10-10/+728
2016-06-27netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies3-79/+85
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies4-0/+150
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies4-5/+89
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies4-0/+165
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies4-0/+193
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies12-2/+604
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies6-58/+192
2016-06-27netlabel: Mark rcu pointers with __rcu.Huw Davies2-4/+4
2016-06-09netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore1-5/+4
2016-06-06netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-04-05netlabel: fix a problem with netlbl_secattr_catmap_setrng()Janak Desai1-1/+1
2016-03-07netlabel: do not initialise statics to NULLWei Tang1-2/+2
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang1-3/+3
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc29-124/+139
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds45-1082/+2658
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore3-35/+56
2015-02-04netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring1-25/+24
2015-02-04netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring1-2/+1
2015-02-04netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring1-2/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg51-158/+203
2014-10-09netlabel: kernel-doc warning fixFabian Frederick1-1/+0
2014-10-08netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick1-5/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1159-30780/+70878
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore8-157/+139
2014-08-01netlabel: fix the catmap walking functionsPaul Moore1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore5-146/+240
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore4-16/+26
2014-07-15netlabel: remove unnecessary break after gotoFabian Frederick1-1/+0
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher13-26/+13
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-14genetlink: make all genl_ops users constJohannes Berg17-21/+21
2013-10-10inet: includes a sock_common in request_sockEric Dumazet19-188/+169
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Paul Moore6-158/+130
2013-05-28net: pass info struct via netdevice notifierJiri Pirko80-127/+172
2013-05-19netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore1-10/+5
2013-03-07netlabel: correctly list all the static label mappingsPaul Moore1-6/+6
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds967-21732/+42560
2012-09-18userns: Convert the audit loginuid to be a kuidEric W. Biederman18-66/+80
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman75-728/+728
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
[next]