Vlad Yasevich
|
bc9a25d21e
bridge: Add vlan support for local fdb entries
|
12 years ago |
Vlad Yasevich
|
407af3299e
bridge: Add netlink interface to configure vlans on bridge ports
|
12 years ago |
Vlad Yasevich
|
243a2e63f5
bridge: Add vlan filtering infrastructure
|
12 years ago |
Jiri Pirko
|
74fdd93fbc
bridge: remove usage of netdev_set_master()
|
12 years ago |
stephen hemminger
|
576eb62598
bridge: respect RFC2863 operational state
|
12 years ago |
Gao feng
|
9b1536c490
bridge: call br_netpoll_disable in br_add_if
|
12 years ago |
Amerigo Wang
|
d30362c071
bridge: add some comments for NETDEV_RELEASE
|
13 years ago |
Amerigo Wang
|
47be03a28c
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
|
13 years ago |
stephen hemminger
|
149ddd83a9
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
|
13 years ago |
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
|
14 years ago |
Jiri Pirko
|
fa3df928e0
br: remove redundant check and init
|
14 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 |