1. f02fac6 Merge commit 'v3.4-rc6' into android-3.4 by Colin Cross · 12 years ago
  2. a881e96 set fake_rtable's dst to NULL to avoid kernel Oops by Peter Huang (Peng) · 12 years ago
  3. ab2965e Merge commit 'v3.4-rc3' into android-3.4 by Colin Cross · 12 years ago
  4. 996304b bridge: Do not send queries on multicast group leaves by Herbert Xu · 12 years ago
  5. 21ab850 bridge: Have tx_bytes count headers like rx_bytes. by Ashish Sharma · 13 years ago
  6. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  7. 5200959 bridge: fix state reporting when port is disabled by Paulius Zaleckas · 12 years ago
  8. d9e179e bridge: br_log_state() s/entering/entered/ by Paulius Zaleckas · 12 years ago
  9. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 12 years ago
  10. a157b9d netfilter: bridge: fix wrong pointer dereference by Pablo Neira Ayuso · 12 years ago
  11. 848edc6 netfilter: ebtables: fix wrong name length while copying to user-space by Santosh Nayak · 12 years ago
  12. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  13. d1d81d4 bridge: check return value of ipv6_dev_get_saddr() by Ulrich Weber · 12 years ago
  14. 709e1b5 bridge: message age needs to increase, not decrease. by Joakim Tjernlund · 12 years ago
  15. aaca735 bridge: Adjust min age inc for HZ > 256 by Joakim Tjernlund · 12 years ago
  16. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. e899b11 netfilter: bridge: fix module autoload in compat case by Florian Westphal · 12 years ago
  18. 7ca1e11 br_device: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  19. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  20. 27a4293 bridge: BH already disabled in br_fdb_cleanup() by Eric Dumazet · 13 years ago
  21. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  22. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  23. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  24. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  25. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  26. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 13 years ago
  27. 31e8a49 bridge: rearrange fdb notifications (v2) by stephen hemminger · 13 years ago
  28. f58ee4e bridge: refactor fdb_notify by stephen hemminger · 13 years ago
  29. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  30. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  31. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  32. b03b6dd bridge: master device stuck in no-carrier state forever when in user-stp mode by Vitalii Demianets · 13 years ago
  33. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  34. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  35. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  36. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  37. fa2da8c bridge: correct IPv6 checksum after pull by stephen hemminger · 13 years ago
  38. 292d139 bridge: add NTF_USE support by stephen hemminger · 13 years ago
  39. ef5e0d8 bridge: Fix potential deadlock on br->multicast_lock by Andrey Vagin · 13 years ago
  40. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  41. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  42. 79bb1ee net: fix implicit kmod.h usage in bridge/br_stp_if.c by Paul Gortmaker · 13 years ago
  43. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  44. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  45. 1ce5cce bridge: fix hang on removal of bridge via netlink by stephen hemminger · 13 years ago
  46. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  47. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  48. b64b73d bridge: leave carrier on for empty bridge by stephen hemminger · 13 years ago
  49. 64af1ba bridge: allow updating existing fdb entries by stephen hemminger · 13 years ago
  50. 77f9859 bridge: fix ordering of NEWLINK and NEWNEIGH events by stephen hemminger · 13 years ago
  51. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  52. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  53. fa3df92 br: remove redundant check and init by Jiri Pirko · 13 years ago
  54. 7858241 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  55. 22df133 bridge: fix a possible use after free by Eric Dumazet · 13 years ago
  56. 4b275d7 bridge: Pseudo-header required for the checksum of ICMPv6 by Yan, Zheng · 13 years ago
  57. 11f3a6b bridge: fix a possible net_device leak by Eric Dumazet · 13 years ago
  58. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  59. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  60. 5189054 net/bridge/netfilter/ebtables.c: use available error handling code by Julia Lawall · 13 years ago
  61. 9be6dd6 Bridge: Always send NETDEV_CHANGEADDR up on br MAC change. by Andrei Warkentin · 13 years ago
  62. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  63. 9823d9f netfilter: ebtables: fix ebtables build dependency by Bart De Schuymer · 13 years ago
  64. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  65. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  66. 160d73b bridge: minor cleanups by stephen hemminger · 13 years ago
  67. 4ecb961 bridge: add notification over netlink when STP changes state by stephen hemminger · 13 years ago
  68. 56139fc bridge: notifier called with the wrong device by stephen hemminger · 13 years ago
  69. 0652cac bridge: ignore bogus STP config packets by stephen hemminger · 13 years ago
  70. 0c03150 bridge: send proper message_age in config BPDU by stephen hemminger · 13 years ago
  71. f0da7ee net, netfilter: Remove redundant goto in ebt_ulog_packet by Jesper Juhl · 13 years ago
  72. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  73. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  74. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  75. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  76. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  77. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  78. bd4265f bridge: Only flood unregistered groups to routers by Herbert Xu · 13 years ago
  79. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  80. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 13 years ago
  81. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  82. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 13 years ago
  83. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  84. 6407d74 bridge: provide a cow_metrics method for fake_ops by Alexander Holler · 13 years ago
  85. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  86. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 13 years ago
  87. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  88. 6df427f net: remove synchronize_net() from netdev_set_master() by Eric Dumazet · 13 years ago
  89. bb8ed63 bridge: call NETDEV_JOIN notifiers when add a slave by Amerigo Wang · 13 years ago
  90. 9cbc94e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  91. cb68552 bridge: fix forwarding of IPv6 by Stephen Hemminger · 13 years ago
  92. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  93. 103a977 netfilter: ebtables: only call xt_compat_add_offset once per rule by Florian Westphal · 13 years ago
  94. 5a6351e netfilter: fix ebtables compat support by Eric Dumazet · 13 years ago
  95. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  96. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  97. c4d27ef bridge: convert br_features_recompute() to ndo_fix_features by Michał Mirosław · 13 years ago
  98. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  99. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  100. f01cb5f Revert "bridge: Forward reserved group addresses if !STP" by David S. Miller · 13 years ago