David S. Miller
|
816f3258e7
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
|
17 years ago |
David S. Miller
|
b0e1e6462d
netdev: Move rest of qdisc state into struct netdev_queue
|
17 years ago |
David S. Miller
|
555353cfa1
netdev: The ingress_lock member is no longer needed.
|
17 years ago |
David S. Miller
|
dc2b48475a
netdev: Move queue_lock into struct netdev_queue.
|
17 years ago |
David S. Miller
|
bb949fbd18
netdev: Create netdev_queue abstraction.
|
17 years ago |
Patrick McHardy
|
4b5a698ef4
net: fix dev_set_promiscuity() breakage
|
17 years ago |
David S. Miller
|
ea2aca084b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
17 years ago |
Wang Chen
|
93b3cff991
netdevice: Fix wrong string handle in kernel command line parsing
|
17 years ago |
David S. Miller
|
1b63ba8a86
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
17 years ago |
Wang Chen
|
5dbaec5dc6
netdevice: Fix typo of dev_unicast_add() comment
|
17 years ago |
Eric W. Biederman
|
b9f75f45a6
netns: Don't receive new packets in a dead network namespace.
|
17 years ago |
Ben Hutchings
|
0187bdfb05
net: Disable LRO on devices that are forwarding
|
17 years ago |
Wang Chen
|
dad9b335c6
netdevice: Fix promiscuity and allmulti overflow
|
17 years ago |
Or Gerlitz
|
c1da4ac752
net/core: add NETDEV_BONDING_FAILOVER event
|
17 years ago |
Ben Hutchings
|
6de329e26c
net: Fix test for VLAN TX checksum offload capability
|
17 years ago |
David Woodhouse
|
0e91796eb4
net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()
|
17 years ago |
Stephen Hemminger
|
dcc997738e
net: handle errors from device_rename
|
17 years ago |
Ben Hutchings
|
e46b66bc42
net: Added ASSERT_RTNL() to dev_open() and dev_close().
|
17 years ago |
Pavel Emelyanov
|
aca51397d0
netns: Fix arbitrary net_device-s corruptions on net_ns stop.
|
17 years ago |
Daniel Lezcano
|
aaf8cdc34d
netns: Fix device renaming for sysfs
|
17 years ago |
Mike Travis
|
0c0b0aca66
net: remove NR_CPUS arrays in net/core/dev.c
|
17 years ago |
Hirofumi Nakagawa
|
801678c5a3
Remove duplicated unlikely() in IS_ERR()
|
17 years ago |
Alexey Dobriyan
|
d1643d24c6
[NET]: Fix and allocate less memory for ->priv'less netdevices
|
17 years ago |
Pavel Emelyanov
|
d0498d9ae1
[NET]: Do not allocate unneeded memory for dev->priv alignment.
|
17 years ago |
Denis V. Lunev
|
f3005d7f4a
[NETNS]: Add netns refcnt debug for network devices.
|
17 years ago |
David S. Miller
|
8e8e43843b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
|
17 years ago |
Patrick McHardy
|
61ee6bd487
[NET]: Fix multicast device ioctl checks
|
17 years ago |
YOSHIFUJI Hideaki
|
878628fbf2
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
|
17 years ago |
YOSHIFUJI Hideaki
|
c346dca108
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
|
17 years ago |
Pavel Emelyanov
|
2feb27dbe0
[NETNS]: Minor information leak via /proc/net/ptype file.
|
17 years ago |