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