Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
799f933a82d878d7f15215473c5561ce984ada75
/
net
/
core
/
rtnetlink.c
c63044f
rtnetlink: rtnl_link_register() sanity test
by Eric Dumazet
· 13 years ago
5f8444a
if_link: Add additional parameter to IFLA_VF_INFO for spoof checking
by Greg Rose
· 13 years ago
e7c379d
rtnetlink: remove initialization of dev->real_num_tx_queues
by Jiri Pirko
· 13 years ago
4e985ad
rtnl: provide link dump consistency info
by Thomas Graf
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
14d74e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
by Linus Torvalds
· 13 years ago
2907c35
net: hold rtnl again in dump callbacks
by Eric Dumazet
· 13 years ago
ac3d3f8
rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event
by Amerigo Wang
· 13 years ago
f063052
net: Allow setting the network namespace by fd
by Eric W. Biederman
· 14 years ago
226bd34
net: use batched device unregister in veth and macvlan
by Eric Dumazet
· 14 years ago
1c5cae8
net: call dev_alloc_name from register_netdevice
by Jiri Pirko
· 14 years ago
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
fbaec0e
rtnetlink: implement setting of master device
by Jiri Pirko
· 14 years ago
5403c8a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
13ad177
net: Fix ip link add netns oops
by Eric W. Biederman
· 14 years ago
1397e17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6d3a9a6
net: fix validate_link_af in rtnetlink core
by Kurt Van Dijck
· 14 years ago
5bdc22a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
ffa934f
rtnetlink: fix link attribute validation with IFLA_GROUP
by Patrick McHardy
· 14 years ago
e7ed828
netlink: support setting devgroup parameters
by Vlad Dogaru
· 14 years ago
cbda10f
net_device: add support for network device groups
by Vlad Dogaru
· 14 years ago
b8f3ab4
Revert "netlink: test for all flags of the NLM_F_DUMP composite"
by David S. Miller
· 14 years ago
0ab03c2
netlink: test for all flags of the NLM_F_DUMP composite
by Jan Engelhardt
· 14 years ago
cf7afbf
rtnl: make link af-specific updates atomic
by Thomas Graf
· 14 years ago
f8ff182
rtnetlink: Link address family API
by Thomas Graf
· 14 years ago
369cf77
rtnetlink: Fix message size calculation for link messages
by Thomas Graf
· 14 years ago
8d8a0b1
rtnetlink: remove rtnl_kill_links
by stephen hemminger
· 14 years ago
afdcba3
net: copy_rtnl_link_stats64() simplification
by Eric Dumazet
· 14 years ago
9e34a5b
net/core: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
be1f3c2
net: Enable 64-bit net device statistics on 32-bit architectures
by Ben Hutchings
· 14 years ago
045de01
netlink: bug fix: wrong size was calculated for vfinfo list blob
by Scott Feldman
· 14 years ago
8ca9418
netlink: bug fix: don't overrun skbs on vf_port dump
by Scott Feldman
· 14 years ago
253683b
rtnetlink: Fix error handling in do_setlink()
by David Howells
· 14 years ago
57b6108
net: Add netlink support for virtual port management (was iovnl)
by Scott Feldman
· 14 years ago
6811d58
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c02db8c
rtnetlink: make SR-IOV VF interface symmetric
by Chris Wright
· 14 years ago
bb61187
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6
by David S. Miller
· 15 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
25239ce
net: rtnetlink: decouple rtnetlink address families from real address families
by Patrick McHardy
· 15 years ago
80032cf
rtnetlink: potential ERR_PTR dereference
by Dan Carpenter
· 15 years ago
0f87b1d
net: fib_rules: decouple address families from real address families
by Patrick McHardy
· 15 years ago
adcfe19
net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64
by Jan Engelhardt
· 15 years ago
14a4b42
net: fix unaligned access in IFLA_STATS64
by Jan Engelhardt
· 15 years ago
755d0e7
net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()
by Patrick McHardy
· 15 years ago
10708f3
net: core: add IFLA_STATS64 support
by Jan Engelhardt
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
3729d50
rtnetlink: support specifying device flags on device creation
by Patrick McHardy
· 15 years ago
bd38081
dev: support deferring device flag change notifications
by Patrick McHardy
· 15 years ago
a283576
rtnetlink: handle rtnl_link netlink notifications manually
by Patrick McHardy
· 15 years ago
10de05a
rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()
by Patrick McHardy
· 15 years ago
4edb246
rtnetlink: clean up SR-IOV config interface
by Williams, Mitch A
· 15 years ago
a898def
net: Add checking to rcu_dereference() primitives
by Paul E. McKenney
· 15 years ago
ebc08a6
rtnetlink: Add VF config code to rtnetlink
by Williams, Mitch A
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
d90a909
net: Fix userspace RTM_NEWLINK notifications.
by Eric W. Biederman
· 15 years ago
81adee4
net: Support specifying the network namespace upon device creation.
by Eric W. Biederman
· 15 years ago
e0d087a
rtnetlink: Cleanups
by Eric Dumazet
· 15 years ago
23289a3
net: add a list_head parameter to dellink() method
by Eric Dumazet
· 15 years ago
7c28bd0
rtnetlink: speedup rtnl_dump_ifinfo()
by Eric Dumazet
· 15 years ago
a3d1289
rtnetlink: rtnl_setlink() and rtnl_getlink() changes
by Eric Dumazet
· 15 years ago
af356af
net_sched: reintroduce dev->qdisc for use by sch_api
by Patrick McHardy
· 15 years ago
2e59af3
vlan: multiqueue vlan device
by Eric Dumazet
· 15 years ago
30ffee8
net: move and export get_net_ns_by_pid
by Johannes Berg
· 15 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
eeda3fd
netdev: introduce dev_get_stats()
by Stephen Hemminger
· 16 years ago
d314774
netdev: network device operations infrastructure
by Stephen Hemminger
· 16 years ago
5f9021c
rtnetlink: propagate error from dev_change_flags in do_setlink()
by Johannes Berg
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
4dd5651
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
58ec3b4
net: Fix netdev_run_todo dead-lock
by Herbert Xu
· 16 years ago
0b815a1
net: network device name ifalias support
by Stephen Hemminger
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
65b53e4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
bc3ed28
netlink: Improve returned error codes
by Thomas Graf
· 16 years ago
96e7408
net: The dev->get_stats pointer is not NULL nowadays.
by Pavel Emelyanov
· 16 years ago
c9c1014
[RTNETLINK]: Fix bogus ASSERT_RTNL warning
by Patrick McHardy
· 17 years ago
669f87b
[RTNL]: Introduce the rtnl_kill_links helper.
by Pavel Emelyanov
· 17 years ago
3a931a8
[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.
by Pavel Emelyanov
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
1840bb1
[RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK
by Thomas Graf
· 17 years ago
76e8730
[RTNL]: Add missing link netlink attribute policy definitions
by Thomas Graf
· 17 years ago
93b2d4a
Revert "[RTNETLINK]: Send a single notification on device state changes."
by David S. Miller
· 17 years ago
45b5035
[RTNETLINK]: Send a single notification on device state changes.
by Laszlo Attila Toth
· 17 years ago
03245ce
[NET] rtnetlink.c: remove no longer used functions
by Adrian Bunk
· 17 years ago
775516b
[NETNS]: Namespace stop vs 'ip r l' race.
by Denis V. Lunev
· 17 years ago
b7c6ba6
[NETNS]: Consolidate kernel netlink socket destruction.
by Denis V. Lunev
· 17 years ago
4f84d82
[NETNS]: Memory leak on network namespace stop.
by Denis V. Lunev
· 17 years ago
4b3da70
[NET]: Make the netlink methods in rtnetlink handle multiple network namespaces
by Eric W. Biederman
· 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
6836545
[NET]: rtnl_link: fix use-after-free
by Patrick McHardy
· 17 years ago
ceaa79c
[NETNS]: Fix get_net_ns_by_pid
by Eric W. Biederman
· 17 years ago
cf7b708
Make access to task's nsproxy lighter
by Pavel Emelyanov
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
1536cc0
[NET]: rtnl_unlock cleanups
by Denis V. Lunev
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
Next »