1. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 10 years ago
  3. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 10 years ago
  4. 145beee bridge: Add addresses from static fdbs to non-promisc ports by Vlad Yasevich · 10 years ago
  5. 8db24af bridge: Add functionality to sync static fdb entries to hw by Vlad Yasevich · 10 years ago
  6. ac4c886 bridge: Prevent possible race condition in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  7. 424bb9c bridge: Properly check if local fdb entry can be deleted when deleting vlan by Toshiaki Makita · 10 years ago
  8. a778e6d bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_port by Toshiaki Makita · 10 years ago
  9. 960b589 bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  10. 2b292fb bridge: Fix the way to check if a local fdb entry can be deleted by Toshiaki Makita · 10 years ago
  11. 2836882 bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  12. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  13. 87e823b bridge: remove unnecessary condition judgment by tanxiaojun · 11 years ago
  14. 8adff41 bridge: Don't use VID 0 and 4095 in vlan filtering by Toshiaki Makita · 11 years ago
  15. ef40b7e bridge: Use the correct bit length for bitmap functions in the VLAN code by Toshiaki Makita · 11 years ago
  16. 537f7f8 bridge: check for zero ether address in fdb add by Stephen Hemminger · 11 years ago
  17. b0a397f bridge: Add fdb dst check during fdb update by roopa · 11 years ago
  18. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  19. 9b46922 bridge: fix crash when set mac address of br interface by Hong zhi guo · 11 years ago
  20. 74694e7 bridge: using for_each_set_bit to simplify the code by Wei Yongjun · 11 years ago
  21. 5096e3c bridge: using for_each_set_bit_from to simplify the code by Wei Yongjun · 11 years ago
  22. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  23. bc9a25d bridge: Add vlan support for local fdb entries by Vlad Yasevich · 11 years ago
  24. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  25. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  26. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  27. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  28. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  29. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  30. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  31. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  32. 2eb812e bridge: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  33. 27a4293 bridge: BH already disabled in br_fdb_cleanup() by Eric Dumazet · 12 years ago
  34. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  35. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 13 years ago
  36. 31e8a49c bridge: rearrange fdb notifications (v2) by stephen hemminger · 13 years ago
  37. f58ee4e bridge: refactor fdb_notify by stephen hemminger · 13 years ago
  38. 292d139 bridge: add NTF_USE support by stephen hemminger · 13 years ago
  39. 64af1ba bridge: allow updating existing fdb entries by stephen hemminger · 13 years ago
  40. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  41. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  42. 36fd2b6 bridge: allow creating/deleting fdb entries via netlink by stephen hemminger · 13 years ago
  43. b078f0d bridge: add netlink notification on forward entry changes by stephen hemminger · 13 years ago
  44. 664de48 bridge: split rcu and no-rcu cases of fdb lookup by stephen hemminger · 13 years ago
  45. 7cd8861 bridge: track last used time in forwarding table by stephen hemminger · 13 years ago
  46. 03e9b64 bridge: change arguments to fdb_create by stephen hemminger · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. 1158f76 bridge: Don't put partly initialized fdb into hash by Pavel Emelyanov · 13 years ago
  49. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  50. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  52. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. 25442e0 bridge: fdb cleanup runs too often by stephen hemminger · 14 years ago
  54. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  55. 28a16c9 bridge: change console message interface by stephen hemminger · 14 years ago
  56. 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
  57. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  58. da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 15 years ago
  59. 0bb3241 bridge: avoid an extra space in br_fdb_update() by Jiri Pirko · 15 years ago
  60. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  61. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  62. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  63. ae4f8fc bridge: forwarding table information for >256 devices by Stephen Hemminger · 16 years ago
  64. 2bec008 bridge: use time_before() in br_fdb_cleanup() by Fabio Checconi · 16 years ago
  65. 73afc90 [BRIDGE]: Section fix. by Andrew Morton · 17 years ago
  66. df1c0b8 [BRIDGE]: Packets leaking out of disabled/blocked ports. by Stephen Hemminger · 17 years ago
  67. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  68. 071f772 [BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge. by Baruch Even · 17 years ago
  69. 87a596e bridge: check kmem_cache_create() error by Akinobu Mita · 17 years ago
  70. 9cf6374 bridge: add sysfs hook to flush forwarding table by Stephen Hemminger · 17 years ago
  71. 3f89092 bridge: simpler hash with salt by Stephen Hemminger · 17 years ago
  72. b19cbe2 [BRIDGE]: Fix fdb RCU race by Patrick McHardy · 17 years ago
  73. 9d6f229 [NET] BRIDGE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  74. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  75. 1a62069 [BRIDGE]: flush forwarding table when device carrier off by Stephen Hemminger · 18 years ago
  76. f8ae737 [BRIDGE]: forwarding remove unneeded preempt and bh diasables by Stephen Hemminger · 18 years ago
  77. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  78. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago