summaryrefslogtreecommitdiffstats
path: root/net/netlabel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-5/+10
|\
| * cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-5/+10
* | netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring2015-02-031-25/+24
* | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1
* | netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring2015-02-031-2/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-183-4/+8
|/
* netlabel: kernel-doc warning fixFabian Frederick2014-10-091-1/+0
* netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick2014-10-081-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+0
|\
| * netlabel: remove unnecessary break after gotoFabian Frederick2014-07-151-1/+0
* | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-011-57/+52
* | netlabel: fix the catmap walking functionsPaul Moore2014-08-011-48/+54
* | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-50/+166
* | netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-011-8/+18
|/
* netlabel: Fix FSF address in file headersJeff Kirsher2013-12-0613-26/+13
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-193-3/+3
* genetlink: make all genl_ops users constJohannes Berg2013-11-143-3/+3
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-1/+1
* netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-026-158/+130
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-4/+3
* netlabel: improve domain mapping validationPaul Moore2013-05-191-0/+69
* 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-023-4/+4
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-103-4/+4
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-172-2/+2
|/
* netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter2012-03-221-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-122-6/+4
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-117-41/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-8/+14
|\
| * netlabel: Fix build problems when IPv6 is not enabledPaul Moore2011-11-291-8/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-2/+2
|\ \ | |/
| * net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter2011-11-251-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-223-6/+6
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-8/+12
|\
| * net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall2011-08-111-8/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-0714-15/+13
|\ \ | |/
| * doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-0114-15/+13
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-022-6/+6
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-265-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-4/+2
|\
| * rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-082-4/+2
* | net: Remove casts of void *Joe Perches2011-06-161-6/+4
|/
* Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds2011-05-221-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-4/+0
|\
| * netlabel: Fix set-but-unused variables.David S. Miller2011-04-171-4/+0
* | 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
|/
* Fix common misspellingsLucas De Marchi2011-03-312-6/+6
* netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-3/+3
OpenPOWER on IntegriCloud