1. 8626c56 bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict by Florian Westphal · 8 years ago
  2. 907b1e6 bridge: vlan: use proper rcu for the vlgrp member by Nikolay Aleksandrov · 9 years ago
  3. 77751ee bridge: vlan: move pvid inside net_bridge_vlan_group by Nikolay Aleksandrov · 9 years ago
  4. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  5. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  6. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  7. 04eb448 bridge: Add br_netif_receive_skb remove netif_receive_skb_sk by Eric W. Biederman · 9 years ago
  8. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  9. 842a9ae bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi by Jouni Malinen · 9 years ago
  10. d92cfdb bridge: only provide proxy ARP when CONFIG_INET is enabled by Arnd Bergmann · 9 years ago
  11. 9585011 bridge: Add support for IEEE 802.11 Proxy ARP by Kyeyoon Park · 10 years ago
  12. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  13. f2808d2 bridge: Prepare for forwarding another bridge group addresses by Toshiaki Makita · 10 years ago
  14. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 10 years ago
  15. eb70761 bridge: Fix double free and memory leak around br_allowed_ingress by Toshiaki Makita · 10 years ago
  16. fc92f74 bridge: Fix crash with vlan filtering and tcpdump by Vlad Yasevich · 10 years ago
  17. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  18. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  19. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  20. cc0fdd8 bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones by Linus Lüssing · 11 years ago
  21. b00589a bridge: disable snooping if there is no querier by Linus Lüssing · 11 years ago
  22. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 11 years ago
  23. 9ba1889 bridge: Add flag to control mac learning. by Vlad Yasevich · 11 years ago
  24. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 11 years ago
  25. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  26. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  27. 85f46c6 bridge: Verify that a vlan is allowed to egress on given port by Vlad Yasevich · 11 years ago
  28. a37b85c bridge: Validate that vlan is permitted on ingress by Vlad Yasevich · 11 years ago
  29. 46acc46 eth: Make is_link_local() consistent with other address tests by Ben Hutchings · 12 years ago
  30. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  31. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  32. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  33. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  34. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  35. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. f01cb5f Revert "bridge: Forward reserved group addresses if !STP" by David S. Miller · 13 years ago
  37. 7cd8861 bridge: track last used time in forwarding table by stephen hemminger · 13 years ago
  38. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  39. 8a87017 bridge: Replace mp->mglist hlist with a bool by Herbert Xu · 13 years ago
  40. a386f99 bridge: add proper RCU annotation to should_route_hook by Eric Dumazet · 14 years ago
  41. 1e253c3 bridge: Forward reserved group addresses if !STP by Benjamin Poirier · 14 years ago
  42. c2368e7 bridge: is PACKET_LOOPBACK unlikely()? by Simon Horman · 14 years ago
  43. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  44. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  45. 406818f bridge: 64bit rx/tx counters by Eric Dumazet · 14 years ago
  46. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  47. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  48. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  49. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. 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
  51. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  52. 14bb478 bridge: per-cpu packet statistics (v3) by stephen hemminger · 14 years ago
  53. 32dec5d bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  54. 7f7708f bridge: Fix br_forward crash in promiscuous mode by Michael Braun · 14 years ago
  55. c4fcb78 bridge: Add multicast data-path hooks by Herbert Xu · 14 years ago
  56. b33084b bridge: Avoid unnecessary clone on forward path by Herbert Xu · 14 years ago
  57. 68b7c89 bridge: Allow tail-call on br_pass_frame_up by Herbert Xu · 14 years ago
  58. 87557c1 bridge: Do br_pass_frame_up after other ports by Herbert Xu · 14 years ago
  59. a598f6a bridge: relay bridge multicast pkgs if !STP by Stephen Hemminger · 15 years ago
  60. 43aa192 bridge: handle process all link-local frames by Stephen Hemminger · 16 years ago
  61. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  62. a339f1c bridge: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  63. 91c5ec3 [BRIDGE]: Use cpu_to_be16() where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  64. 82de382 [BRIDGE]: Properly dereference the br_should_route_hook by Pavel Emelyanov · 17 years ago
  65. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  66. 7b99565 [BRIDGE]: Unshare skb upon entry by Herbert Xu · 17 years ago
  67. e081e1e [BRIDGE]: Kill clone argument to br_flood_* by Herbert Xu · 17 years ago
  68. df1c0b8 [BRIDGE]: Packets leaking out of disabled/blocked ports. by Stephen Hemminger · 17 years ago
  69. 582ee43 net/* misc endianness annotations by Al Viro · 17 years ago
  70. c2886d6 [BRIDGE]: if no STP then forward all BPDUs by Stephen Hemminger · 17 years ago
  71. 2111f8b [BRIDGE]: drop PAUSE frames by Stephen Hemminger · 17 years ago
  72. 83aa093 [BRIDGE]: don't change packet type by Stephen Hemminger · 17 years ago
  73. 467aea0 bridge: don't route packets while learning by Stephen Hemminger · 17 years ago
  74. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 17 years ago
  75. fd74e6c [BRIDGE]: faster compare for link local addresses by Stephen Hemminger · 17 years ago
  76. 9d6f229 [NET] BRIDGE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  77. 1c29fc4 [BRIDGE]: keep track of received multicast packets by Stephen Hemminger · 18 years ago
  78. b7595b4 [BRIDGE]: receive link-local on disabled ports. by Stephen Hemminger · 18 years ago
  79. b3e83d6 [BRIDGE]: Remove duplicate const from is_link_local() argument type. by Andrew Morton · 18 years ago
  80. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 18 years ago
  81. cf0f02d [BRIDGE]: use llc for receiving STP packets by Stephen Hemminger · 18 years ago
  82. d5513a7 [BRIDGE]: optimize frame pass up by Stephen Hemminger · 18 years ago
  83. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 18 years ago
  84. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 18 years ago
  85. 0e5eaba [BRIDGE]: filter packets in learning state by Stephen Hemminger · 18 years ago
  86. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  87. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  88. 7ce54e3 [BRIDGE]: receive path optimization by Stephen Hemminger · 19 years ago
  89. 85967bb [BRIDGE]: prevent bad forwarding table updates by Stephen Hemminger · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago