index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: Add filtering support for default_pvid
Vlad Yasevich
2014-10-05
1
-0
/
+3
*
net: bridge: add a br_set_state helper function
Florian Fainelli
2014-10-01
1
-1
/
+1
*
bridge: switch order of rx_handler reg and upper dev link
Jiri Pirko
2014-09-09
1
-7
/
+8
*
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
1
-1
/
+1
*
bridge: Fix incorrect judgment of promisc
Toshiaki Makita
2014-06-05
1
-1
/
+2
*
bridge: fix the unbalanced promiscuous count when add_if failed
wangweidong
2014-06-01
1
-1
/
+1
*
bridge: fix spelling of promiscuous
stephen hemminger
2014-05-18
1
-1
/
+1
*
bridge: Automatically manage port promiscuous mode.
Vlad Yasevich
2014-05-16
1
-7
/
+98
*
bridge: Introduce BR_PROMISC flag
Vlad Yasevich
2014-05-16
1
-1
/
+1
*
bridge: Keep track of ports capable of automatic discovery.
Vlad Yasevich
2014-05-16
1
-0
/
+24
*
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2014-03-29
1
-1
/
+1
*
bridge: Change local fdb entries whenever mac address of bridge device changes
Toshiaki Makita
2014-02-10
1
-3
/
+3
*
bridge: move br_net_exit() to br.c
WANG Cong
2014-01-13
1
-15
/
+0
*
bridge: spelling fixes
tanxiaojun
2013-12-18
1
-1
/
+1
*
bridge: flush br's address entry in fdb when remove the
Ding Tianhong
2013-11-20
1
-0
/
+2
*
bridge: Fix memory leak when deleting bridge with vlan filtering enabled
Toshiaki Makita
2013-11-14
1
-0
/
+1
*
bridge: inherit slave devices needed_headroom
Florian Fainelli
2013-08-29
1
-0
/
+3
*
bridge: cleanup netpoll code
stephen hemminger
2013-07-26
1
-1
/
+2
*
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
2013-06-11
1
-1
/
+1
*
bridge: Add flag to control mac learning.
Vlad Yasevich
2013-06-11
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
1
-1
/
+2
|
\
|
*
bridge: make user modified path cost sticky
stephen hemminger
2013-04-15
1
-1
/
+2
*
|
bridge: remove a redundant synchronize_net()
Eric Dumazet
2013-04-02
1
-1
/
+0
|
/
*
bridge: Add vlan support for local fdb entries
Vlad Yasevich
2013-02-13
1
-1
/
+1
*
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
2013-02-13
1
-0
/
+1
*
bridge: Add vlan filtering infrastructure
Vlad Yasevich
2013-02-13
1
-0
/
+1
*
bridge: remove usage of netdev_set_master()
Jiri Pirko
2013-01-04
1
-3
/
+3
*
bridge: respect RFC2863 operational state
stephen hemminger
2012-12-30
1
-3
/
+3
*
bridge: call br_netpoll_disable in br_add_if
Gao feng
2012-12-21
1
-3
/
+5
*
bridge: add some comments for NETDEV_RELEASE
Amerigo Wang
2012-08-14
1
-0
/
+4
*
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-08-14
1
-1
/
+1
*
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
stephen hemminger
2012-06-26
1
-0
/
+1
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
1
-2
/
+3
*
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-10-24
1
-4
/
+5
|
\
|
*
bridge: fix hang on removal of bridge via netlink
stephen hemminger
2011-10-18
1
-4
/
+5
*
|
bridge: fix ordering of NEWLINK and NEWNEIGH events
stephen hemminger
2011-10-03
1
-8
/
+7
*
|
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
1
-1
/
+5
|
\
\
|
|
/
|
*
bridge: fix a possible net_device leak
Eric Dumazet
2011-08-22
1
-1
/
+5
*
|
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
2011-09-15
1
-1
/
+1
*
|
br: remove redundant check and init
Jiri Pirko
2011-09-15
1
-14
/
+12
|
/
*
Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.
Andrei Warkentin
2011-08-09
1
-1
/
+5
*
bridge: notifier called with the wrong device
stephen hemminger
2011-07-22
1
-1
/
+1
*
net: remove synchronize_net() from netdev_set_master()
Eric Dumazet
2011-05-22
1
-0
/
+1
*
bridge: call NETDEV_JOIN notifiers when add a slave
Amerigo Wang
2011-05-22
1
-0
/
+2
*
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
2011-04-29
1
-2
/
+2
*
bridge: convert br_features_recompute() to ndo_fix_features
Michał Mirosław
2011-04-28
1
-8
/
+9
*
bridge: allow creating bridge devices with netlink
stephen hemminger
2011-04-04
1
-78
/
+5
*
bridge: notify applications if address of bridge device changes
stephen hemminger
2011-03-27
1
-1
/
+5
*
bridge: implement [add/del]_slave ops
Jiri Pirko
2011-02-13
1
-1
/
+10
*
net: reduce and unify printk level in netdev_fix_features()
Michał Mirosław
2011-01-24
1
-1
/
+1
[next]