Michał Mirosław
|
c8f44affb7
net: introduce and use netdev_features_t for device features sets
|
13 years ago |
David S. Miller
|
1805b2f048
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
|
13 years ago |
stephen hemminger
|
1ce5cce895
bridge: fix hang on removal of bridge via netlink
|
13 years ago |
stephen hemminger
|
77f9859837
bridge: fix ordering of NEWLINK and NEWNEIGH events
|
13 years ago |
David S. Miller
|
8decf86879
Merge branch 'master' of github.com:davem330/net
|
13 years ago |
Jiri Pirko
|
4bc71cb983
net: consolidate and fix ethtool_ops->get_settings calling
|
13 years ago |
Jiri Pirko
|
fa3df928e0
br: remove redundant check and init
|
13 years ago |
Eric Dumazet
|
11f3a6bdc2
bridge: fix a possible net_device leak
|
14 years ago |
Andrei Warkentin
|
9be6dd6510
Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.
|
14 years ago |
stephen hemminger
|
56139fc5bd
bridge: notifier called with the wrong device
|
14 years ago |
Eric Dumazet
|
6df427fe8c
net: remove synchronize_net() from netdev_set_master()
|
14 years ago |
Amerigo Wang
|
bb8ed6302b
bridge: call NETDEV_JOIN notifiers when add a slave
|
14 years ago |
David Decotigny
|
25db033881
ethtool: Use full 32 bit speed range in ethtool's set_settings
|
14 years ago |
Michał Mirosław
|
c4d27ef957
bridge: convert br_features_recompute() to ndo_fix_features
|
14 years ago |
stephen hemminger
|
bb900b27a2
bridge: allow creating bridge devices with netlink
|
14 years ago |
stephen hemminger
|
edf947f100
bridge: notify applications if address of bridge device changes
|
14 years ago |
Jiri Pirko
|
afc6151a78
bridge: implement [add/del]_slave ops
|
14 years ago |
Michał Mirosław
|
acd1130e87
net: reduce and unify printk level in netdev_fix_features()
|
14 years ago |
Michał Mirosław
|
04ed3e741d
net: change netdev->features to u32
|
14 years ago |
Eric Dumazet
|
ec1e5610c0
bridge: add RCU annotations to bridge port lookup
|
14 years ago |
stephen hemminger
|
b5ed54e94d
bridge: fix RCU races with bridge port
|
14 years ago |
stephen hemminger
|
aa7c6e5fa0
bridge: avoid ethtool on non running interface
|
15 years ago |
Stephen Hemminger
|
944c794d64
bridge: fix locking comment
|
15 years ago |
Jiri Pirko
|
f350a0a873
bridge: use rx_handler_data pointer to store net_bridge_port pointer
|
15 years ago |
Jiri Pirko
|
93e2c32b5c
net: add rx_handler data pointer
|
15 years ago |
Herbert Xu
|
91d2c34a4e
bridge: Fix netpoll support
|
15 years ago |
Jiri Pirko
|
ab95bfe01f
net: replace hooks in __netif_receive_skb V5
|
15 years ago |
Randy Dunlap
|
b3bcb72edb
bridge: fix build for CONFIG_SYSFS disabled
|
15 years ago |
Simon Arlott
|
e0f43752a9
bridge: update sysfs link names if port device names have changed
|
15 years ago |
stephen hemminger
|
cfb478da70
bridge: netpoll cleanup
|
15 years ago |