1. 5be5a2d bridge: Add filtering support for default_pvid by Vlad Yasevich · 10 years ago
  2. 3df6bf4 bridge: Simplify pvid checks. by Vlad Yasevich · 10 years ago
  3. 96a20d9 bridge: Add a default_pvid sysfs attribute by Vlad Yasevich · 10 years ago
  4. 775dd69 net: bridge: add a br_set_state helper function by Florian Fainelli · 10 years ago
  5. 8522484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  6. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  7. 20adfa1 bridge: Check if vlan filtering is enabled only once. by Vlad Yasevich · 10 years ago
  8. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  9. 204177f bridge: Support 802.1ad vlan filtering by Toshiaki Makita · 10 years ago
  10. f2808d2 bridge: Prepare for forwarding another bridge group addresses by Toshiaki Makita · 10 years ago
  11. 8580e21 bridge: Prepare for 802.1ad vlan filtering support by Toshiaki Makita · 10 years ago
  12. 2cd4143 bridge: memorize and export selected IGMP/MLD querier port by Linus Lüssing · 10 years ago
  13. 07f8ac4 bridge: add export of multicast database adjacent to net_dev by Linus Lüssing · 10 years ago
  14. dc4eb53 bridge: adhere to querier election mechanism specified by RFCs by Linus Lüssing · 10 years ago
  15. 90010b3 bridge: rename struct bridge_mcast_query/querier by Linus Lüssing · 10 years ago
  16. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 10 years ago
  18. b128272 bridge: make br_device_notifier static by Cong Wang · 10 years ago
  19. d4f0e09 net: bridge: fix build by Alexei Starovoitov · 10 years ago
  20. 2796d0c bridge: Automatically manage port promiscuous mode. by Vlad Yasevich · 10 years ago
  21. f3a6ddf bridge: Introduce BR_PROMISC flag by Vlad Yasevich · 10 years ago
  22. 8db24af bridge: Add functionality to sync static fdb entries to hw by Vlad Yasevich · 10 years ago
  23. e028e4b bridge: Keep track of ports capable of automatic discovery. by Vlad Yasevich · 10 years ago
  24. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  25. e5a727f bridge: Use ether_addr_copy and ETH_ALEN by Joe Perches · 10 years ago
  26. 424bb9c bridge: Properly check if local fdb entry can be deleted when deleting vlan by Toshiaki Makita · 10 years ago
  27. 2b292fb bridge: Fix the way to check if a local fdb entry can be deleted by Toshiaki Makita · 10 years ago
  28. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  29. b86f81cc bridge: move br_net_exit() to br.c by WANG Cong · 10 years ago
  30. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  31. 31a5b83 bridge: add space before '(/{', after ',', etc. by tanxiaojun · 11 years ago
  32. 859828c br: fix use of ->rx_handler_data in code executed on non-rx_handler path by Jiri Pirko · 11 years ago
  33. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  34. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  35. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  36. 454594f Revert "bridge: only expire the mdb entry when query is received" by Linus Lüssing · 11 years ago
  37. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  38. d1c6c70 bridge: Fix the way the PVID is referenced by Toshiaki Makita · 11 years ago
  39. 716ec05 bridge: fix NULL pointer deref of br_port_get_rcu by Hong Zhiguo · 11 years ago
  40. 1fb1754 bridge: use br_port_get_rtnl within rtnl lock by Hong Zhiguo · 11 years ago
  41. be4f154 bridge: Clamp forward_delay when enabling STP by Herbert Xu · 11 years ago
  42. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. 3c3769e bridge: apply multicast snooping to IPv6 link-local, too by Linus Lüssing · 11 years ago
  44. cc0fdd8 bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones by Linus Lüssing · 11 years ago
  45. 762a3d8 bridge: fix rcu check warning in multicast port group by stephen hemminger · 11 years ago
  46. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. b00589a bridge: disable snooping if there is no querier by Linus Lüssing · 11 years ago
  48. 93d8bf9 bridge: cleanup netpoll code by stephen hemminger · 11 years ago
  49. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 11 years ago
  50. 9ba1889 bridge: Add flag to control mac learning. by Vlad Yasevich · 11 years ago
  51. 9f00b2e bridge: only expire the mdb entry when query is received by Cong Wang · 11 years ago
  52. 1c8ad5b bridge: use the bridge IP addr as source addr for querier by Cong Wang · 11 years ago
  53. 8f3359b bridge: make user modified path cost sticky by stephen hemminger · 11 years ago
  54. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 11 years ago
  55. 35e03f3 bridge: Separate egress policy bitmap by Vlad Yasevich · 11 years ago
  56. bc9a25d bridge: Add vlan support for local fdb entries by Vlad Yasevich · 11 years ago
  57. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  58. b0e9a30 bridge: Add vlan id to multicast groups by Vlad Yasevich · 11 years ago
  59. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  60. 552406c bridge: Add the ability to configure pvid by Vlad Yasevich · 11 years ago
  61. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  62. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 11 years ago
  63. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 11 years ago
  64. 85f46c6 bridge: Verify that a vlan is allowed to egress on given port by Vlad Yasevich · 11 years ago
  65. a37b85c bridge: Validate that vlan is permitted on ingress by Vlad Yasevich · 11 years ago
  66. 243a2e6 bridge: Add vlan filtering infrastructure by Vlad Yasevich · 11 years ago
  67. b274826 bridge: use dev->addr_assign_type to see if user change mac by Jiri Pirko · 11 years ago
  68. fdb184d bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. by Rami Rosen · 12 years ago
  69. 6323315 bridge: Do not unregister all PF_BRIDGE rtnl operations by Vlad Yasevich · 12 years ago
  70. ccb1c31 bridge: add flags to distinguish permanent mdb entires by Amerigo Wang · 12 years ago
  71. cfd5675 bridge: add support of adding and deleting mdb entries by Cong Wang · 12 years ago
  72. 37a393b bridge: notify mdb changes via netlink by Cong Wang · 12 years ago
  73. 2ce297f bridge: fix seq check in br_mdb_dump() by Cong Wang · 12 years ago
  74. ee07c6e bridge: export multicast database via netlink by Cong Wang · 12 years ago
  75. c2d3bab bridge: implement multicast fast leave by David S. Miller · 12 years ago
  76. 50426b5 bridge: implement multicast fast leave by Amerigo Wang · 12 years ago
  77. 1007dd1 bridge: add root port blocking by stephen hemminger · 12 years ago
  78. a2e01a6 bridge: implement BPDU blocking by stephen hemminger · 12 years ago
  79. 0cb2bbb bridge: Avoid 'statement with no effect' compiler warnings by Lee Jones · 12 years ago
  80. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  81. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  82. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  83. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  84. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  85. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  86. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  87. 149ddd8 bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) by stephen hemminger · 12 years ago
  88. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  89. c5c2326 bridge: Add multicast_querier toggle and disable queries by default by Herbert Xu · 12 years ago
  90. 996304b bridge: Do not send queries on multicast group leaves by Herbert Xu · 12 years ago
  91. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  92. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  93. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 13 years ago
  94. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  95. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  96. 1ce5cce bridge: fix hang on removal of bridge via netlink by stephen hemminger · 13 years ago
  97. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  98. 0c03150 bridge: send proper message_age in config BPDU by stephen hemminger · 13 years ago
  99. c4d27ef bridge: convert br_features_recompute() to ndo_fix_features by Michał Mirosław · 13 years ago
  100. 14f98f2 bridge: range check STP parameters by stephen hemminger · 13 years ago