1. ef40b7e bridge: Use the correct bit length for bitmap functions in the VLAN code by Toshiaki Makita · 11 years ago
  2. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 11 years ago
  3. 9ba1889 bridge: Add flag to control mac learning. by Vlad Yasevich · 11 years ago
  4. c60ee67 bridge: remove unused variable ifm by Hong zhi guo · 11 years ago
  5. 7b99a99 bridge: avoid br_ifinfo_notify when nothing changed by Hong zhi guo · 11 years ago
  6. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. 3d84fa9 bridge: Add support for setting BR_ROOT_BLOCK flag. by Vlad Yasevich · 11 years ago
  8. 74694e7 bridge: using for_each_set_bit to simplify the code by Wei Yongjun · 11 years ago
  9. 3da889b bridge: reserve space for IFLA_BRPORT_FAST_LEAVE by stephen hemminger · 11 years ago
  10. 15004ca bridge: make ifla_br_policy and br_af_ops static by Cong Wang · 11 years ago
  11. 35e03f3 bridge: Separate egress policy bitmap by Vlad Yasevich · 11 years ago
  12. 552406c bridge: Add the ability to configure pvid by Vlad Yasevich · 11 years ago
  13. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 11 years ago
  14. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 11 years ago
  15. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 3ec8e9f bridge: Correctly unregister MDB rtnetlink handlers by Vlad Yasevich · 12 years ago
  17. 576eb62 bridge: respect RFC2863 operational state by stephen hemminger · 12 years ago
  18. 6323315 bridge: Do not unregister all PF_BRIDGE rtnl operations by Vlad Yasevich · 12 years ago
  19. 2062cc2 bridge: make buffer larger in br_setlink() by Dan Carpenter · 12 years ago
  20. c2d3bab bridge: implement multicast fast leave by David S. Miller · 12 years ago
  21. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  22. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  23. 1007dd1 bridge: add root port blocking by stephen hemminger · 12 years ago
  24. a2e01a6 bridge: implement BPDU blocking by stephen hemminger · 12 years ago
  25. 25c71c7 bridge: bridge port parameters over netlink by stephen hemminger · 12 years ago
  26. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  27. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  28. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  29. 149ddd8 bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) by stephen hemminger · 12 years ago
  30. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  31. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  32. 2eb812e bridge: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  33. b03b6dd bridge: master device stuck in no-carrier state forever when in user-stp mode by Vitalii Demianets · 13 years ago
  34. 1ce5cce bridge: fix hang on removal of bridge via netlink by stephen hemminger · 13 years ago
  35. 4ecb961 bridge: add notification over netlink when STP changes state by stephen hemminger · 13 years ago
  36. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  37. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  38. bb900b2 bridge: allow creating bridge devices with netlink by stephen hemminger · 13 years ago
  39. 36fd2b6 bridge: allow creating/deleting fdb entries via netlink by stephen hemminger · 13 years ago
  40. b078f0d bridge: add netlink notification on forward entry changes by stephen hemminger · 13 years ago
  41. ec1e561 bridge: add RCU annotations to bridge port lookup by Eric Dumazet · 14 years ago
  42. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  43. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  44. 28a16c9 bridge: change console message interface by stephen hemminger · 14 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  46. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  47. 4aa678b netns bridge: allow bridges in netns! by Alexey Dobriyan · 16 years ago
  48. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  49. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  50. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  51. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  52. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  53. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  54. 9cde070 bridge: add support for user mode STP by Stephen Hemminger · 17 years ago
  55. 32fe21c [BRIDGE]: Use rtnl registration interface by Thomas Graf · 17 years ago
  56. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 17 years ago
  57. 7468596 [BRIDGE] netlink: Convert bridge netlink code to new netlink interface by Thomas Graf · 18 years ago
  58. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  59. 280a306 [BRIDGE]: Convert notifications to use rtnl_notify() by Thomas Graf · 18 years ago
  60. bea1b42 [BRIDGE]: netlink status fix by Stephen Hemminger · 18 years ago
  61. 69ee20a [BRIDGE]: br_dump_ifinfo index fix by Andrey Savochkin · 18 years ago
  62. 11dc1f3 [BRIDGE]: netlink interface for link management by Stephen Hemminger · 18 years ago