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