index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: reset bridge mtu after deleting an interface
Venkat Venkatsubra
2015-03-14
1
-0
/
+2
*
net: bridge: reject DSA-enabled master netdevices as bridge members
Florian Fainelli
2015-01-19
1
-2
/
+8
*
bridge: Add ability to enable TSO
Toshiaki Makita
2015-01-12
1
-0
/
+1
*
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
[next]