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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
bridge: using for_each_set_bit to simplify the code
Wei Yongjun
2
-12
/
+3
2013-03-12
bridge: using for_each_set_bit_from to simplify the code
Wei Yongjun
1
-3
/
+1
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-5
/
+11
2013-03-12
bridge: reserve space for IFLA_BRPORT_FAST_LEAVE
stephen hemminger
1
-0
/
+1
2013-03-10
bridge: fix mdb info leaks
Mathias Krause
1
-0
/
+4
2013-03-08
bridge: add missing vid to br_mdb_get()
Cong Wang
4
-5
/
+6
2013-03-08
bridge: use ipv4_is_local_multicast() helper
Amerigo Wang
1
-1
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
3
-32
/
+22
2013-02-14
bridge: make ifla_br_policy and br_af_ops static
Cong Wang
1
-2
/
+2
2013-02-14
bridge: Separate egress policy bitmap
Vlad Yasevich
3
-6
/
+19
2013-02-14
bridge: Add vlan support for local fdb entries
Vlad Yasevich
4
-25
/
+125
2013-02-14
bridge: Add vlan support to static neighbors
Vlad Yasevich
2
-20
/
+134
2013-02-14
bridge: Add vlan id to multicast groups
Vlad Yasevich
2
-20
/
+50
2013-02-14
bridge: Add vlan to unicast fdb entries
Vlad Yasevich
4
-35
/
+52
2013-02-14
bridge: Add the ability to configure pvid
Vlad Yasevich
3
-17
/
+49
2013-02-14
bridge: Implement vlan ingress/egress policy with PVID.
Vlad Yasevich
5
-10
/
+125
2013-02-14
bridge: Dump vlan information from a bridge port
Vlad Yasevich
3
-12
/
+87
2013-02-14
bridge: Add netlink interface to configure vlans on bridge ports
Vlad Yasevich
4
-18
/
+124
2013-02-14
bridge: Verify that a vlan is allowed to egress on given port
Vlad Yasevich
4
-0
/
+41
2013-02-14
bridge: Validate that vlan is permitted on ingress
Vlad Yasevich
4
-0
/
+85
2013-02-14
bridge: Add vlan filtering infrastructure
Vlad Yasevich
6
-0
/
+296
2013-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2013-02-12
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
1
-1
/
+1
2013-02-11
bridge: set priority of STP packets
Stephen Hemminger
1
-0
/
+2
2013-02-11
bridge: use dev->addr_assign_type to see if user change mac
Jiri Pirko
3
-5
/
+1
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
1
-4
/
+2
2013-02-04
netns: bridge: allow unprivileged users add/delete mdb entry
Gao feng
1
-3
/
+0
2013-02-04
netns: ebtable: allow unprivileged users to operate ebtables
Gao feng
1
-10
/
+14
2013-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+18
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-4
/
+4
2013-01-05
bridge: remove usage of netdev_set_master()
Jiri Pirko
1
-3
/
+3
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2013-01-03
bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.
Rami Rosen
1
-0
/
+6
2013-01-03
bridge: Correctly unregister MDB rtnetlink handlers
Vlad Yasevich
2
-3
/
+12
2012-12-30
bridge: respect RFC2863 operational state
stephen hemminger
4
-6
/
+9
2012-12-22
bridge: call br_netpoll_disable in br_add_if
Gao feng
1
-3
/
+5
2012-12-20
bridge: Correctly encode addresses when dumping mdb entries
Vlad Yasevich
1
-2
/
+4
2012-12-20
bridge: Do not unregister all PF_BRIDGE rtnl operations
Vlad Yasevich
4
-1
/
+9
2012-12-16
bridge: add flags to distinguish permanent mdb entires
Amerigo Wang
3
-7
/
+14
2012-12-14
bridge: remove temporary variable for MLDv2 maximum response code computation
Ang Way Chuang
1
-3
/
+1
2012-12-13
bridge: fix icmpv6 endian bug and other sparse warnings
stephen hemminger
1
-4
/
+6
2012-12-12
bridge: add support of adding and deleting mdb entries
Cong Wang
3
-29
/
+289
2012-12-12
bridge: notify mdb changes via netlink
Cong Wang
3
-0
/
+84
2012-12-11
bridge: fix seq check in br_mdb_dump()
Cong Wang
3
-4
/
+5
2012-12-10
bridge: make buffer larger in br_setlink()
Dan Carpenter
1
-1
/
+1
2012-12-07
bridge: export multicast database via netlink
Cong Wang
4
-1
/
+166
2012-12-06
bridge: implement multicast fast leave
David S. Miller
4
-21
/
+6
2012-12-06
bridge: implement multicast fast leave
Amerigo Wang
3
-0
/
+42
2012-11-19
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
1
-3
/
+0
2012-11-19
net: Allow userns root to control the network bridge code.
Eric W. Biederman
3
-18
/
+19
[next]