Commit Graph

828 Commits (37130293fd50918c5498bafafd18735a24229cb9)

Author SHA1 Message Date
Hong zhi guo 7b99a99390 bridge: avoid br_ifinfo_notify when nothing changed 12 years ago
Thomas Graf 661d2967b3 rtnetlink: Remove passing of attributes into rtnl_doit functions 12 years ago
Vlad Yasevich 3d84fa98ac bridge: Add support for setting BR_ROOT_BLOCK flag. 12 years ago
Gao feng fa900b9cf5 netfilter: ebt_ulog: remove unnecessary spin lock protection 12 years ago
Silviu-Mihai Popescu 5eb358d029 bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR 12 years ago
Wei Yongjun 74694e7bd0 bridge: using for_each_set_bit to simplify the code 12 years ago
Wei Yongjun 5096e3c4b2 bridge: using for_each_set_bit_from to simplify the code 12 years ago
stephen hemminger 3da889b616 bridge: reserve space for IFLA_BRPORT_FAST_LEAVE 12 years ago
Mathias Krause c085c49920 bridge: fix mdb info leaks 12 years ago
Cong Wang fbca58a224 bridge: add missing vid to br_mdb_get() 12 years ago
Amerigo Wang bf5e4dd6b2 bridge: use ipv4_is_local_multicast() helper 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Cong Wang 15004cab94 bridge: make ifla_br_policy and br_af_ops static 12 years ago
Vlad Yasevich 35e03f3a02 bridge: Separate egress policy bitmap 12 years ago
Vlad Yasevich bc9a25d21e bridge: Add vlan support for local fdb entries 12 years ago
Vlad Yasevich 1690be63a2 bridge: Add vlan support to static neighbors 12 years ago
Vlad Yasevich b0e9a30dd6 bridge: Add vlan id to multicast groups 12 years ago
Vlad Yasevich 2ba071ecb6 bridge: Add vlan to unicast fdb entries 12 years ago
Vlad Yasevich 552406c488 bridge: Add the ability to configure pvid 12 years ago
Vlad Yasevich 7885198861 bridge: Implement vlan ingress/egress policy with PVID. 12 years ago
Vlad Yasevich 6cbdceeb1c bridge: Dump vlan information from a bridge port 12 years ago
Vlad Yasevich 407af3299e bridge: Add netlink interface to configure vlans on bridge ports 12 years ago
Vlad Yasevich 85f46c6bae bridge: Verify that a vlan is allowed to egress on given port 12 years ago
Vlad Yasevich a37b85c9fb bridge: Validate that vlan is permitted on ingress 12 years ago
Vlad Yasevich 243a2e63f5 bridge: Add vlan filtering infrastructure 12 years ago
Neil Horman 2cde6acd49 netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock 12 years ago
Stephen Hemminger 547b4e7181 bridge: set priority of STP packets 12 years ago
Jiri Pirko b2748267d6 bridge: use dev->addr_assign_type to see if user change mac 12 years ago
Ying Xue 25cc4ae913 net: remove redundant check for timer pending state before del_timer 12 years ago
Gao feng e4d343ea92 netns: bridge: allow unprivileged users add/delete mdb entry 12 years ago
Gao feng bb12b8b26e netns: ebtable: allow unprivileged users to operate ebtables 12 years ago
Jiri Pirko 7826d43f2d ethtool: fix drvinfo strings set in drivers 12 years ago
Jiri Pirko 74fdd93fbc bridge: remove usage of netdev_set_master() 12 years ago
Jiri Pirko 15c6ff3bc0 net: remove unnecessary NET_ADDR_RANDOM "bitclean" 12 years ago
Rami Rosen fdb184d146 bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. 12 years ago
Vlad Yasevich 3ec8e9f085 bridge: Correctly unregister MDB rtnetlink handlers 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
Vlad Yasevich 09d7cf7d93 bridge: Correctly encode addresses when dumping mdb entries 12 years ago
Vlad Yasevich 63233159fd bridge: Do not unregister all PF_BRIDGE rtnl operations 12 years ago
Amerigo Wang ccb1c31a7a bridge: add flags to distinguish permanent mdb entires 12 years ago
Ang Way Chuang 8fa45a70ba bridge: remove temporary variable for MLDv2 maximum response code computation 12 years ago
stephen hemminger eca2a43bb0 bridge: fix icmpv6 endian bug and other sparse warnings 12 years ago
Cong Wang cfd5675435 bridge: add support of adding and deleting mdb entries 12 years ago
Cong Wang 37a393bc49 bridge: notify mdb changes via netlink 12 years ago
Cong Wang 2ce297fc24 bridge: fix seq check in br_mdb_dump() 12 years ago
Dan Carpenter 2062cc20d0 bridge: make buffer larger in br_setlink() 12 years ago
Cong Wang ee07c6e7a6 bridge: export multicast database via netlink 12 years ago
David S. Miller c2d3babfaf bridge: implement multicast fast leave 12 years ago
Amerigo Wang 50426b5925 bridge: implement multicast fast leave 12 years ago