index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_if.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-02
net: bridge: add per-port multicast flood flag
Nikolay Aleksandrov
1
-1
/
+1
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
1
-3
/
+7
2016-06-30
net: bridge: add support for IGMP/MLD stats and export them via netlink
Nikolay Aleksandrov
1
-2
/
+7
2016-03-21
bridge: update max_gso_segs and max_gso_size
Eric Dumazet
1
-0
/
+16
2016-03-01
bridge: notify enslaved devices of headroom changes
Paolo Abeni
1
-2
/
+35
2016-02-26
net: bridge: use __ethtool_get_ksettings
David Decotigny
1
-3
/
+3
2016-01-06
bridge: Propagate vlan add failure to user
Elad Raz
1
-1
/
+10
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
1
-1
/
+1
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
1
-1
/
+1
2015-10-15
bridge: defer switchdev fdb del call in fdb_del_external_learn
Jiri Pirko
1
-0
/
+3
2015-10-13
bridge: vlan: move back vlan_flush
Nikolay Aleksandrov
1
-2
/
+1
2015-10-02
bridge: vlan: fix possible null ptr derefs on port init and deinit
Nikolay Aleksandrov
1
-1
/
+2
2015-07-20
bridge: multicast: fix handling of temp and perm entries
Satish Ashok
1
-0
/
+1
2015-06-24
bridge: vlan: flush the dynamically learned entries on port vlan delete
Nikolay Aleksandrov
1
-2
/
+2
2015-03-15
bridge: reset bridge mtu after deleting an interface
Venkat Venkatsubra
1
-0
/
+2
2015-01-19
net: bridge: reject DSA-enabled master netdevices as bridge members
Florian Fainelli
1
-2
/
+8
2015-01-13
bridge: Add ability to enable TSO
Toshiaki Makita
1
-0
/
+1
2014-10-06
bridge: Add filtering support for default_pvid
Vlad Yasevich
1
-0
/
+3
2014-10-02
net: bridge: add a br_set_state helper function
Florian Fainelli
1
-1
/
+1
2014-09-09
bridge: switch order of rx_handler reg and upper dev link
Jiri Pirko
1
-7
/
+8
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+1
2014-06-06
bridge: Fix incorrect judgment of promisc
Toshiaki Makita
1
-1
/
+2
2014-06-02
bridge: fix the unbalanced promiscuous count when add_if failed
wangweidong
1
-1
/
+1
2014-05-19
bridge: fix spelling of promiscuous
stephen hemminger
1
-1
/
+1
2014-05-17
bridge: Automatically manage port promiscuous mode.
Vlad Yasevich
1
-7
/
+98
2014-05-17
bridge: Introduce BR_PROMISC flag
Vlad Yasevich
1
-1
/
+1
2014-05-17
bridge: Keep track of ports capable of automatic discovery.
Vlad Yasevich
1
-0
/
+24
2014-03-30
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-1
/
+1
2014-02-11
bridge: Change local fdb entries whenever mac address of bridge device changes
Toshiaki Makita
1
-3
/
+3
2014-01-14
bridge: move br_net_exit() to br.c
WANG Cong
1
-15
/
+0
2013-12-19
bridge: spelling fixes
tanxiaojun
1
-1
/
+1
2013-11-21
bridge: flush br's address entry in fdb when remove the
Ding Tianhong
1
-0
/
+2
2013-11-15
bridge: Fix memory leak when deleting bridge with vlan filtering enabled
Toshiaki Makita
1
-0
/
+1
2013-08-29
bridge: inherit slave devices needed_headroom
Florian Fainelli
1
-0
/
+3
2013-07-27
bridge: cleanup netpoll code
stephen hemminger
1
-1
/
+2
2013-06-11
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
1
-1
/
+1
2013-06-11
bridge: Add flag to control mac learning.
Vlad Yasevich
1
-1
/
+1
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2013-04-15
bridge: make user modified path cost sticky
stephen hemminger
1
-1
/
+2
2013-04-02
bridge: remove a redundant synchronize_net()
Eric Dumazet
1
-1
/
+0
2013-02-14
bridge: Add vlan support for local fdb entries
Vlad Yasevich
1
-1
/
+1
2013-02-14
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
1
-0
/
+1
2013-02-14
bridge: Add vlan filtering infrastructure
Vlad Yasevich
1
-0
/
+1
2013-01-05
bridge: remove usage of netdev_set_master()
Jiri Pirko
1
-3
/
+3
2012-12-30
bridge: respect RFC2863 operational state
stephen hemminger
1
-3
/
+3
2012-12-22
bridge: call br_netpoll_disable in br_add_if
Gao feng
1
-3
/
+5
2012-08-15
bridge: add some comments for NETDEV_RELEASE
Amerigo Wang
1
-0
/
+4
2012-08-15
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-1
/
+1
2012-06-27
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
stephen hemminger
1
-0
/
+1
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-2
/
+3
[next]