index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
phonet
/
pn_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Remove redundant BUG_ON() check in phonet_pernet
Xu Wang
2020-01-03
1
-2
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-2
/
+4
*
phonet: exit_net cleanup check added
Vasily Averin
2017-11-14
1
-0
/
+3
*
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-18
1
-1
/
+1
*
net: fix rcu access on phonet_routes
Fabian Frederick
2014-10-06
1
-3
/
+3
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-2
/
+2
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-2
/
+2
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-2
/
+2
*
net: remove my future former mail address
Rémi Denis-Courmont
2012-06-17
1
-2
/
+2
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
Phonet: phonet_net_id can be static (sparse)
Rémi Denis-Courmont
2012-04-13
1
-1
/
+1
*
phonet: Sort out initiailziation and cleanup code.
Eric W. Biederman
2012-04-13
1
-19
/
+2
*
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2012-01-12
1
-1
/
+1
*
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-08-02
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
1
-5
/
+1
|
\
|
*
net: dont hold rtnl mutex during netlink dump callbacks
Eric Dumazet
2011-05-02
1
-5
/
+1
*
|
net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()
Lai Jiangshan
2011-05-07
1
-9
/
+1
|
/
*
Phonet: list subscribed resources via proc_fs
Rémi Denis-Courmont
2010-09-15
1
-0
/
+2
*
phonet: use for_each_set_bit
Akinobu Mita
2010-08-28
1
-2
/
+1
*
phonet: use call_rcu for phonet device free
Jiri Pirko
2010-06-09
1
-4
/
+11
*
phonet: use phonet_pernet instead of directly net_generic
Jiri Pirko
2010-04-26
1
-8
/
+15
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
phonet: use for_each_set_bit()
Akinobu Mita
2010-03-15
1
-2
/
+1
*
net: spread __net_init, __net_exit
Alexey Dobriyan
2010-01-17
1
-2
/
+2
*
net: Simplify phonet pernet operations.
Eric W. Biederman
2009-12-01
1
-10
/
+6
*
Phonet: convert devices list to RCU
Rémi Denis-Courmont
2009-11-18
1
-22
/
+41
*
netns: net_identifiers should be read_mostly
Eric Dumazet
2009-11-18
1
-1
/
+1
*
Phonet: convert routing table to RCU
Rémi Denis-Courmont
2009-11-13
1
-25
/
+34
*
Phonet: routing table Netlink interface
Rémi Denis-Courmont
2009-10-14
1
-0
/
+31
*
Phonet: routing table backend
Rémi Denis-Courmont
2009-10-14
1
-6
/
+94
*
Phonet: Netlink event for autoconfigured addresses
Rémi Denis-Courmont
2009-09-14
1
-1
/
+8
*
Phonet: back-end for autoconfigured addresses
Rémi Denis-Courmont
2009-09-11
1
-1
/
+25
*
phonet: phonet_device_get() fix
Eric Dumazet
2009-07-27
1
-1
/
+1
*
phonet: Fix build.
David S. Miller
2009-07-26
1
-0
/
+1
*
Phonet: sockets list through proc_fs
Rémi Denis-Courmont
2009-07-23
1
-0
/
+7
*
Phonet: generate Netlink RTM_DELADDR when destroying a device
Rémi Denis-Courmont
2009-06-25
1
-21
/
+31
*
Phonet: use per-namespace devices list
remi.denis-courmont@nokia
2009-01-26
1
-33
/
+75
*
Phonet: remove useless locking in device cleanup
remi.denis-courmont@nokia
2009-01-26
1
-6
/
+1
*
Phonet: handle rtnetlink registration failure
remi.denis-courmont@nokia
2009-01-26
1
-2
/
+6
*
Phonet: allow phonet_device_init() to fail, put it to __init section
remi.denis-courmont@nokia
2009-01-26
1
-1
/
+3
*
Phonet: basic net namespace support
Rémi Denis-Courmont
2008-12-03
1
-2
/
+4
*
Phonet: fix oops in phonet_address_del() on non-Phonet device
Rémi Denis-Courmont
2008-11-26
1
-1
/
+1
*
Phonet: network device and address handling
Remi Denis-Courmont
2008-09-22
1
-0
/
+208