Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ad733e98a9ec7eb28f794068630929dfe459153b
/
net
/
decnet
/
dn_dev.c
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
b5c5c36
dn_dev: Use time_before
by Himangi Saraogi
· 10 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
9a32b86
dn_dev: add support for IFA_FLAGS nl attribute
by Jiri Pirko
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
9bdcc88
net decnet: Convert to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b21dddb
decnet: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
06f8fe1
decnet: Reduce switch/case indent
by Joe Perches
· 13 years ago
ea11073
net: Remove casts of void *
by Joe Perches
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
1e54775
net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
fc766e4c
decnet: RCU conversion and get rid of dev_base_lock
by Eric Dumazet
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
e5c140a
decnet: convert dndev_lock to spinlock
by stephen hemminger
· 15 years ago
41bdecf
decnet: add RTNL lock when reading address list
by stephen hemminger
· 15 years ago
fa91860
decnet: use RCU to find network devices
by stephen hemminger
· 15 years ago
b4d745d
decnet: avoid touching device refcount in dn_dev_by_index()
by Eric Dumazet
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
e57c624
decnet: fix sparse warnings: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
8521c27
decnet: fix sparse warnings: context imbalance
by Hannes Eder
· 16 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
5eaa65b
net: Make static
by Roel Kluin
· 16 years ago
c4106aa
decnet: remove private wrappers of endian helpers
by Harvey Harrison
· 16 years ago
b225ee5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
cb23832
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
f221e72
sysctl: simplify ->strategy
by Alexey Dobriyan
· 16 years ago
8fa0b31
decnet: Fix compiler warning in dn_dev.c
by David S. Miller
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3151a9a
[DECNET]: Switch to using ctl_paths.
by Pavel Emelyanov
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
3ccd862
[DECNET]: dn_nl_deladdr() almost always returns no error
by Pavel Emelyanov
· 17 years ago
4e05806
[DECNET]: "addr" module param can't be __initdata
by Alexey Dobriyan
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
8b14a53
[NET]: all net/ cleanup with ARRAY_SIZE
by Denis Cheng
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
a2221f3
[DECNET]: Fix interface address listing regression.
by Patrick McHardy
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
75ebe8f
[NET]: dev_mcast: unexport dev_mc_upload
by Patrick McHardy
· 17 years ago
ef7c79e
[NETLINK]: Mark netlink policies const
by Patrick McHardy
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
6313c1e
[RTNETLINK]: Remove unnecessary locking in dump callbacks
by Patrick McHardy
· 18 years ago
fa34ddd
[DECNet]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
3fbfa98
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
by Eric W. Biederman
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
429eb0f
[NET] DECNET: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
95743de
[DECNET]: Handle a failure in neigh_parms_alloc (take 2)
by Eric W. Biederman
· 18 years ago
1f29bcd
[PATCH] sysctl: remove unused "context" param
by Alexey Dobriyan
· 18 years ago
4a89c25
[DECNET] address: Convert to new netlink interface
by Thomas Graf
· 18 years ago
b020b94
[DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify()
by Thomas Graf
· 18 years ago
a6f01ca
[DECNET] address: Calculate accurate message size for netlink notifications
by Thomas Graf
· 18 years ago
c66b721
[DECNET]: Use kmemdup
by Arnaldo Carvalho de Melo
· 18 years ago
dc738dd
[DECNET]: Convert DECnet notifications to use rtnl_notify()
by Thomas Graf
· 18 years ago
a8731cb
[DECNET]: Covert rules to use generic code
by Steven Whitehouse
· 18 years ago
1823730
[IPv4]: Move interface address bits to linux/if_addr.h
by Thomas Graf
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
6a57b2e
[DECNET]: Fix refcount
by Patrick Caulfield
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
c4ea94a
[DECnet]: Endian annotation and fixes for DECnet.
by Steven Whitehouse
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
b6544c0
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
by Jamal Hadi Salim
· 19 years ago
25ae3f5
[DECNET]: Fix build after C99 netlink initializer change.
by Rafael J. Wysocki
· 20 years ago
db46edc
[RTNETLINK] Cleanup rtnetlink_link tables
by Thomas Graf
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago