aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_unlabeled.c
AgeCommit message (Expand)Author
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies
2016-06-27netlabel: Mark rcu pointers with __rcu.Huw Davies
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-08-02netlabel: use domain based selectors when address based selectors are not ava...Paul Moore
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore
2013-03-07netlabel: correctly list all the static label mappingsPaul Moore
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-06-16net: Remove casts of void *Joe Perches
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu()Lai Jiangshan
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-05netlabel: remove dev_put() callsEric Dumazet
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław
2008-12-31netlabel: Update kernel configuration APIPaul Moore
2008-12-11netlabel: Compiler warning and NULL pointer dereference fixPaul Moore
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore
2008-10-10netlabel: Fix some sparse warningsPaul Moore
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev
2008-06-27netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore
2008-04-28Audit: collect sessionid in netlink messagesEric Paris
2008-04-17[NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not ...Jesper Juhl
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki