Commit Graph

116 Commits (dd73e85f6d8f721d66bcbd2734a5f4bc3d3cd768)

Author SHA1 Message Date
Julia Lawall 94a80d63b2 net/netlabel/netlabel_kapi.c: add missing cleanup code 14 years ago
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 14 years ago
Paul Moore 8959deef0f doc: Update the email address for Paul Moore in various source files 14 years ago
Paul Moore 82c21bfab4 doc: Update the email address for Paul Moore in various source files 14 years ago
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Michal Hocko d8bf4ca9ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check 14 years ago
Joe Perches ea11073387 net: Remove casts of void * 14 years ago
Linus Torvalds a1e4891fd4 Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" 14 years ago
David S. Miller 474b4c4ff0 netlabel: Remove prefetches from list handlers. 14 years ago
Lai Jiangshan 6b26223281 net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu() 14 years ago
Lai Jiangshan c3b494209c net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu() 14 years ago
David S. Miller dab51d0e07 netlabel: Fix set-but-unused variables. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Patrick McHardy c53fa1ed92 netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms 14 years ago
Shan Wei 4c306a9291 net: kill unused macros 14 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Paul Moore b914f3a2a3 netlabel: Fix several rcu_dereference() calls used without RCU read locks 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Alexey Dobriyan dc4c2c3105 net: remove INIT_RCU_HEAD() usage 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Eric Dumazet 8964be4a9a net: rename skb->iif to skb->skb_iif 15 years ago
Eric Dumazet 122ec6ffca netlabel: remove dev_put() calls 15 years ago
Julia Lawall ca7daea612 net/netlabel: Add kmalloc NULL tests 16 years ago
Julia Lawall 4794323444 net/netlabel: Correct redundant test 16 years ago
Michał Mirosław 7ae740df3a netlabel: Use genl_register_family_with_ops() 16 years ago
Paul Moore 50b2ff1bc4 netlabel: Always remove the correct address selector 16 years ago
Paul Moore 07feee8f81 netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections 16 years ago
Paul Moore 389fb800ac netlabel: Label incoming TCP connections correctly in SELinux 16 years ago
Paul Moore 6c2e8ac095 netlabel: Update kernel configuration API 16 years ago
Paul Moore ec8f2375d7 netlabel: Compiler warning and NULL pointer dereference fix 16 years ago
Paul Moore d25830e550 netlabel: Fix a potential NULL pointer dereference 16 years ago
Qinghuang Feng cf005b1d0e net: remove redundant argument comments 16 years ago
Harvey Harrison 21454aaad3 net: replace NIPQUAD() in net/*/ 17 years ago
Manish Katiyar 47b676c0e0 netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.c 17 years ago
Paul Moore f8a024796b netlabel: Fix compiler warnings in netlabel_mgmt.c 17 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 17 years ago
Harvey Harrison fdb46ee752 net, misc: replace uses of NIP6_FMT with %p6 17 years ago
Paul Moore d91d407991 netlabel: Add configuration support for local labeling 17 years ago
Paul Moore 15c45f7b2e cipso: Add support for native local labeling and fixup mapping names 17 years ago
Paul Moore 014ab19a69 selinux: Set socket NetLabel based on connection endpoint 17 years ago
Paul Moore 948bf85c1b netlabel: Add functionality to set the security attributes of a packet 17 years ago
Paul Moore 63c4168874 netlabel: Add network address selectors to the NetLabel/LSM domain mapping 17 years ago
Paul Moore 61e1068219 netlabel: Add a generic way to create ordered linked lists of network addrs 17 years ago
Paul Moore b1edeb1023 netlabel: Replace protocol/NetLabel linking with refrerence counts 17 years ago
Paul Moore dfaebe9825 selinux: Fix missing calls to netlbl_skbuff_err() 17 years ago
Paul Moore 948a72438d netlabel: Remove unneeded in-kernel API functions 17 years ago
Paul Moore 561967010e netlabel: Fix some sparse warnings 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Denis V. Lunev 83aa2e964b netlabel: return msg overflow error from netlbl_cipsov4_list faster 17 years ago
Denis V. Lunev fe785bee05 netlabel: netlink_unicast calls kfree_skb on error path by itself 17 years ago