1. 0b148de bridge: Don't insert unnecessary local fdb entry on changing mac address by Toshiaki Makita · 8 years ago
  2. 472681d net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. by MINOURA Makoto / 箕浦 真 · 8 years ago
  3. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  4. b7af147 bridge: set is_local and is_static before fdb entry is added to the fdb hashtable by Roopa Prabhu · 9 years ago
  5. 5660738 bridge: defer switchdev fdb del call in fdb_del_external_learn by Jiri Pirko · 9 years ago
  6. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  7. 3741873 bridge: allow adding of fdb entries pointing to the bridge device by Roopa Prabhu · 9 years ago
  8. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  9. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  10. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  11. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  12. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  13. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  14. dcd45e0 bridge: don't age externally added FDB entries by Siva Mannem · 9 years ago
  15. 1ea2d02 bridge: vlan: flush the dynamically learned entries on port vlan delete by Nikolay Aleksandrov · 9 years ago
  16. b4ad7ba bridge: del external_learned fdbs from device on flush or ageout by Scott Feldman · 9 years ago
  17. 8c86f96 bridge: make br_fdb_delete also check if the port matches by Nikolay Aleksandrov · 9 years ago
  18. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. c4c832f bridge: disable softirqs around br_fdb_update to avoid lockup by Nikolay Aleksandrov · 9 years ago
  20. 7ff46e7 Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup" by David S. Miller · 9 years ago
  21. 1d7c490 bridge: use _bh spinlock variant for br_fdb_update to avoid lockup by Wilson Kok · 9 years ago
  22. eb8d7ba bridge: skip fdb add if the port shouldn't learn by Wilson Kok · 9 years ago
  23. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 25d3b49 bridge: Fix inability to add non-vlan fdb entry by Toshiaki Makita · 9 years ago
  25. 3fcf901 Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging" by David S. Miller · 9 years ago
  26. 9a05dde bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging by Siva Mannem · 9 years ago
  27. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  28. 3aeb661 net: replace br_fdb_external_learn_* calls with switchdev notifier events by Jiri Pirko · 9 years ago
  29. 6cb6974 net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined by Hubert Sokolowski · 9 years ago
  30. cf6b8e1 bridge: add API to notify bridge driver of learned FBD on offloaded device by Scott Feldman · 10 years ago
  31. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  32. 020ec6b bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion by Jiri Pirko · 10 years ago
  33. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 47fab41 bridge: Don't include NDA_VLAN for FDB entries with vid 0 by Toshiaki Makita · 10 years ago
  35. 5e6d243 bridge: netlink dump interface at par with brctl by Jamal Hadi Salim · 10 years ago
  36. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  37. a3f5ee7 bridge: use list_for_each_entry_continue_reverse by Li RongQing · 10 years ago
  38. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 10 years ago
  40. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 10 years ago
  41. 145beee bridge: Add addresses from static fdbs to non-promisc ports by Vlad Yasevich · 10 years ago
  42. 8db24af bridge: Add functionality to sync static fdb entries to hw by Vlad Yasevich · 10 years ago
  43. ac4c886 bridge: Prevent possible race condition in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  44. 424bb9c bridge: Properly check if local fdb entry can be deleted when deleting vlan by Toshiaki Makita · 10 years ago
  45. a778e6d bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_port by Toshiaki Makita · 10 years ago
  46. 960b589 bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  47. 2b292fb bridge: Fix the way to check if a local fdb entry can be deleted by Toshiaki Makita · 10 years ago
  48. 2836882 bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  49. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  50. 87e823b bridge: remove unnecessary condition judgment by tanxiaojun · 11 years ago
  51. 8adff41 bridge: Don't use VID 0 and 4095 in vlan filtering by Toshiaki Makita · 11 years ago
  52. ef40b7e bridge: Use the correct bit length for bitmap functions in the VLAN code by Toshiaki Makita · 11 years ago
  53. 537f7f8 bridge: check for zero ether address in fdb add by Stephen Hemminger · 11 years ago
  54. b0a397f bridge: Add fdb dst check during fdb update by roopa · 11 years ago
  55. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. 9b46922 bridge: fix crash when set mac address of br interface by Hong zhi guo · 11 years ago
  57. 74694e7 bridge: using for_each_set_bit to simplify the code by Wei Yongjun · 11 years ago
  58. 5096e3c bridge: using for_each_set_bit_from to simplify the code by Wei Yongjun · 11 years ago
  59. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  60. bc9a25d bridge: Add vlan support for local fdb entries by Vlad Yasevich · 11 years ago
  61. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  62. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  63. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  64. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  65. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  66. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  67. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  68. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  69. 2eb812e bridge: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  70. 27a4293 bridge: BH already disabled in br_fdb_cleanup() by Eric Dumazet · 12 years ago
  71. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  72. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 13 years ago
  73. 31e8a49c bridge: rearrange fdb notifications (v2) by stephen hemminger · 13 years ago
  74. f58ee4e bridge: refactor fdb_notify by stephen hemminger · 13 years ago
  75. 292d139 bridge: add NTF_USE support by stephen hemminger · 13 years ago
  76. 64af1ba bridge: allow updating existing fdb entries by stephen hemminger · 13 years ago
  77. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  78. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  79. 36fd2b6 bridge: allow creating/deleting fdb entries via netlink by stephen hemminger · 13 years ago
  80. b078f0d bridge: add netlink notification on forward entry changes by stephen hemminger · 13 years ago
  81. 664de48 bridge: split rcu and no-rcu cases of fdb lookup by stephen hemminger · 13 years ago
  82. 7cd8861 bridge: track last used time in forwarding table by stephen hemminger · 13 years ago
  83. 03e9b64 bridge: change arguments to fdb_create by stephen hemminger · 13 years ago
  84. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  85. 1158f76 bridge: Don't put partly initialized fdb into hash by Pavel Emelyanov · 13 years ago
  86. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  87. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  89. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  90. 25442e0 bridge: fdb cleanup runs too often by stephen hemminger · 14 years ago
  91. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  92. 28a16c9 bridge: change console message interface by stephen hemminger · 14 years ago
  93. 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
  94. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  95. da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 15 years ago
  96. 0bb3241 bridge: avoid an extra space in br_fdb_update() by Jiri Pirko · 15 years ago
  97. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  98. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  99. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  100. ae4f8fc bridge: forwarding table information for >256 devices by Stephen Hemminger · 16 years ago