summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* netlabel: Add configuration support for local labelingPaul Moore2008-10-103-2/+48
* cipso: Add support for native local labeling and fixup mapping namesPaul Moore2008-10-103-11/+11
* selinux: Set socket NetLabel based on connection endpointPaul Moore2008-10-101-1/+77
* netlabel: Add functionality to set the security attributes of a packetPaul Moore2008-10-101-0/+60
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-108-222/+811
* netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore2008-10-104-216/+569
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-105-118/+123
* selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore2008-10-101-2/+3
* netlabel: Remove unneeded in-kernel API functionsPaul Moore2008-10-101-61/+23
* netlabel: Fix some sparse warningsPaul Moore2008-10-103-14/+14
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-2/+1
|\
| * Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-2/+1
| |\
| | * Merge branch 'linus' into core/rcuIngo Molnar2008-07-111-1/+1
| | |\
| | * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-2/+1
* | | | netlabel: return msg overflow error from netlbl_cipsov4_list fasterDenis V. Lunev2008-07-141-1/+1
|/ / /
* | / netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-103-21/+4
| |/ |/|
* | netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore2008-06-271-1/+1
|/
* Audit: collect sessionid in netlink messagesEric Paris2008-04-283-1/+5
* [NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not ...Jesper Juhl2008-04-171-0/+4
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov2008-02-175-7/+7
* [NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov2008-02-173-144/+64
* [NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.Pavel Emelyanov2008-02-121-0/+2
* [NETLABEL]: Don't produce unused variables when IPv6 is off.Pavel Emelyanov2008-02-121-10/+18
* [NETLABEL]: Compilation for CONFIG_AUDIT=n case.Pavel Emelyanov2008-02-121-2/+1
* [NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.Pavel Emelyanov2008-02-121-3/+3
* NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-054-1/+182
* NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-301-14/+193
* NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore2008-01-303-17/+1519
* NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...Paul Moore2008-01-301-0/+2
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-0/+1
* NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore2008-01-301-21/+9
* NetLabel: Cleanup the LSM domain hash functionsPaul Moore2008-01-301-13/+34
* NetLabel: Remove unneeded RCU read locksPaul Moore2008-01-305-85/+15
* [NETLABEL]: Spelling fixesJoe Perches2007-12-201-1/+1
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-263-33/+12
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-101-7/+7
* [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...Paul Moore2007-08-071-4/+6
* Net/Security: fix memory leaks from security_secid_to_secctx()Paul Moore2007-08-021-1/+3
* SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore2007-07-194-0/+96
* Audit: add TTY input auditingMiloslav Trmac2007-07-161-4/+0
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-34/+9
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-073-3/+3
* SELinux: extract the NetLabel SELinux support from the security serverPaul Moore2007-04-261-3/+0
* [NET]: Fix kfree(skb)Patrick McHardy2007-02-281-1/+1
* [NET] NETLABEL: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* NetLabel: correct CIPSO tag handling when adding new DOI definitionsPaul Moore2007-01-091-3/+3
* NetLabel: correctly fill in unused CIPSOv4 level and category mappingsPaul Moore2006-12-221-0/+9
* NetLabel: perform input validation earlier on CIPSOv4 DOI add opsPaul Moore2006-12-221-11/+17