aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0814-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-081-21/+1
* | net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu()Lai Jiangshan2011-05-081-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
* net: kill unused macrosShan Wei2010-12-193-3/+0
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-182-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-062-57/+37
|\
| * netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2010-04-012-57/+37
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
|/
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-172-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-201-1/+1
* | netlabel: remove dev_put() callsEric Dumazet2009-11-061-4/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-301-1/+1
|\
| * net/netlabel: Add kmalloc NULL testsJulia Lawall2009-07-301-1/+1
* | net/netlabel: Correct redundant testJulia Lawall2009-07-271-4/+2
|/
* netlabel: Use genl_register_family_with_ops()Michał Mirosław2009-05-213-42/+6
* netlabel: Always remove the correct address selectorPaul Moore2009-04-221-16/+10
* netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore2009-03-271-0/+13
* netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore2009-03-271-20/+132
* netlabel: Update kernel configuration APIPaul Moore2008-12-316-116/+404
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-18/+20
|\
| * netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-061-4/+6
|\|
| * netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
* | net: remove redundant argument commentsQinghuang Feng2008-11-211-1/+0