1. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 11 years ago
  2. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  3. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  4. 85f46c6 bridge: Verify that a vlan is allowed to egress on given port by Vlad Yasevich · 11 years ago
  5. a37b85c bridge: Validate that vlan is permitted on ingress by Vlad Yasevich · 11 years ago
  6. 46acc46 eth: Make is_link_local() consistent with other address tests by Ben Hutchings · 12 years ago
  7. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  8. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  9. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  10. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  11. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  12. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  13. f01cb5f Revert "bridge: Forward reserved group addresses if !STP" by David S. Miller · 13 years ago
  14. 7cd8861 bridge: track last used time in forwarding table by stephen hemminger · 13 years ago
  15. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  16. 8a87017 bridge: Replace mp->mglist hlist with a bool by Herbert Xu · 13 years ago
  17. a386f99 bridge: add proper RCU annotation to should_route_hook by Eric Dumazet · 14 years ago
  18. 1e253c3 bridge: Forward reserved group addresses if !STP by Benjamin Poirier · 14 years ago
  19. c2368e7 bridge: is PACKET_LOOPBACK unlikely()? by Simon Horman · 14 years ago
  20. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  22. 406818f bridge: 64bit rx/tx counters by Eric Dumazet · 14 years ago
  23. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  24. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  25. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  26. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  27. 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
  28. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  29. 14bb478 bridge: per-cpu packet statistics (v3) by stephen hemminger · 14 years ago
  30. 32dec5d bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  31. 7f7708f bridge: Fix br_forward crash in promiscuous mode by Michael Braun · 14 years ago
  32. c4fcb78 bridge: Add multicast data-path hooks by Herbert Xu · 14 years ago
  33. b33084b bridge: Avoid unnecessary clone on forward path by Herbert Xu · 14 years ago
  34. 68b7c89 bridge: Allow tail-call on br_pass_frame_up by Herbert Xu · 14 years ago
  35. 87557c1 bridge: Do br_pass_frame_up after other ports by Herbert Xu · 14 years ago
  36. a598f6a bridge: relay bridge multicast pkgs if !STP by Stephen Hemminger · 15 years ago
  37. 43aa192 bridge: handle process all link-local frames by Stephen Hemminger · 16 years ago
  38. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  39. a339f1c bridge: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  40. 91c5ec3 [BRIDGE]: Use cpu_to_be16() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  41. 82de382 [BRIDGE]: Properly dereference the br_should_route_hook by Pavel Emelyanov · 17 years ago
  42. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  43. 7b99565 [BRIDGE]: Unshare skb upon entry by Herbert Xu · 17 years ago
  44. e081e1e [BRIDGE]: Kill clone argument to br_flood_* by Herbert Xu · 17 years ago
  45. df1c0b8 [BRIDGE]: Packets leaking out of disabled/blocked ports. by Stephen Hemminger · 17 years ago
  46. 582ee43 net/* misc endianness annotations by Al Viro · 17 years ago
  47. c2886d6 [BRIDGE]: if no STP then forward all BPDUs by Stephen Hemminger · 17 years ago
  48. 2111f8b [BRIDGE]: drop PAUSE frames by Stephen Hemminger · 17 years ago
  49. 83aa093 [BRIDGE]: don't change packet type by Stephen Hemminger · 17 years ago
  50. 467aea0 bridge: don't route packets while learning by Stephen Hemminger · 17 years ago
  51. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 17 years ago
  52. fd74e6c [BRIDGE]: faster compare for link local addresses by Stephen Hemminger · 17 years ago
  53. 9d6f229 [NET] BRIDGE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  54. 1c29fc4 [BRIDGE]: keep track of received multicast packets by Stephen Hemminger · 18 years ago
  55. b7595b4 [BRIDGE]: receive link-local on disabled ports. by Stephen Hemminger · 18 years ago
  56. b3e83d6 [BRIDGE]: Remove duplicate const from is_link_local() argument type. by Andrew Morton · 18 years ago
  57. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 18 years ago
  58. cf0f02d [BRIDGE]: use llc for receiving STP packets by Stephen Hemminger · 18 years ago
  59. d5513a7 [BRIDGE]: optimize frame pass up by Stephen Hemminger · 18 years ago
  60. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 18 years ago
  61. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 18 years ago
  62. 0e5eaba [BRIDGE]: filter packets in learning state by Stephen Hemminger · 19 years ago
  63. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  64. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  65. 7ce54e3 [BRIDGE]: receive path optimization by Stephen Hemminger · 19 years ago
  66. 85967bb [BRIDGE]: prevent bad forwarding table updates by Stephen Hemminger · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago