summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_unlabeled.c
Commit message (Expand)AuthorAgeFilesLines
* netlabel: Add an address family to domain hash entries.Huw Davies2016-06-271-0/+1
* netlabel: Mark rcu pointers with __rcu.Huw Davies2016-06-271-2/+2
* netlink: do not initialise statics to 0 or NULLWei Tang2016-03-071-3/+3
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-16/+12
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* netlabel: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-1/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-021-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-4/+3
* netlabel: fix build problems when CONFIG_IPV6=nPaul Moore2013-03-081-10/+5
* netlabel: correctly list all the static label mappingsPaul Moore2013-03-071-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+1
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
|/
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-4/+2
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-13/+13
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-1/+1
|\
| * doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1
|\
| * rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-2/+1
* | net: Remove casts of void *Joe Perches2011-06-161-6/+4
|/
* net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu()Lai Jiangshan2011-05-071-21/+1
* net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu()Lai Jiangshan2011-05-071-19/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-47/+19
|\
| * netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2010-04-011-47/+19
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-3/+0
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-1/+1
* netlabel: remove dev_put() callsEric Dumazet2009-11-051-4/+2
* netlabel: Use genl_register_family_with_ops()Michał Mirosław2009-05-211-14/+2
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-13/+13
* netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
* netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-101-83/+13
* netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore2008-10-101-215/+135
* netlabel: Fix some sparse warningsPaul Moore2008-10-101-6/+6
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-101-5/+1
* netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore2008-06-271-1/+1
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-0/+1
* [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-171-3/+3
* [NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov2008-02-171-62/+24
* [NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.Pavel Emelyanov2008-02-121-0/+2