1. a55d824 bridge: mcast: add support for temporary port router by Nikolay Aleksandrov · 8 years ago
  2. 4950cfd bridge: mcast: do nothing if port's multicast_router is set to the same val by Nikolay Aleksandrov · 8 years ago
  3. 7f0aec7 bridge: mcast: use names for the different multicast_router types by Nikolay Aleksandrov · 8 years ago
  4. 9e8430f bridge: mdb: Passing the port-group pointer to br_mdb module by Elad Raz · 8 years ago
  5. 9d06b6d bridge: mdb: Separate br_mdb_entry->state from net_bridge_port_group->state by Elad Raz · 8 years ago
  6. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  8. c2d4fbd bridge: fix igmpv3 / mldv2 report parsing by Linus Lüssing · 9 years ago
  9. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
  11. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. 544586f bridge: mcast: give fast leave precedence over multicast router and querier by Satish Ashok · 9 years ago
  13. 949f1e3 bridge: mdb: notify on router port add and del by Satish Ashok · 9 years ago
  14. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. e10177a bridge: multicast: fix handling of temp and perm entries by Satish Ashok · 9 years ago
  16. ef8299de bridge: multicast: notify on group delete by Nikolay Aleksandrov · 9 years ago
  17. bc8c20a bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leave by Satish Ashok · 9 years ago
  18. 09cf021 bridge: mdb: fill state in br_mdb_notify by Nikolay Aleksandrov · 9 years ago
  19. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  20. 754bc54 bridge: multicast: restore router configuration on port link down/up by Satish Ashok · 9 years ago
  21. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. 1a040ea bridge: fix multicast router rlist endless loop by Nikolay Aleksandrov · 9 years ago
  23. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 71d9f61 bridge: fix br_multicast_query_expired() bug by Eric Dumazet · 9 years ago
  25. 6ae4ae8 bridge: allow setting hash_max + multicast_router if interface is down by Linus Lüssing · 9 years ago
  26. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  27. 47cc84c bridge: fix parsing of MLDv2 reports by Thadeu Lima de Souza Cascardo · 9 years ago
  28. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  29. 3c9e4f8 bridge: multicast: call skb_checksum_{simple_, }validate by Linus Lüssing · 9 years ago
  30. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  31. f0b4eec bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries by Linus Lüssing · 10 years ago
  32. 0932997 br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  33. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  34. c34963e bridge: export knowledge about the presence of IGMP/MLD queriers by Linus Lüssing · 10 years ago
  35. 3993c4e bridge: fix compile error when compiling without IPv6 support by Linus Lüssing · 10 years ago
  36. 6c03ee8 bridge: fix smatch warning / potential null pointer dereference by Linus Lüssing · 10 years ago
  37. 2cd4143 bridge: memorize and export selected IGMP/MLD querier port by Linus Lüssing · 10 years ago
  38. 07f8ac4 bridge: add export of multicast database adjacent to net_dev by Linus Lüssing · 10 years ago
  39. dc4eb53 bridge: adhere to querier election mechanism specified by RFCs by Linus Lüssing · 10 years ago
  40. 90010b3 bridge: rename struct bridge_mcast_query/querier by Linus Lüssing · 10 years ago
  41. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. 20a599b bridge: multicast: enable snooping on general queries only by Linus Lüssing · 10 years ago
  43. 9ed973c bridge: multicast: add sanity check for general query destination by Linus Lüssing · 10 years ago
  44. 6565b9e bridge: multicast: add sanity check for query source addresses by Linus Lüssing · 10 years ago
  45. e5a727f bridge: Use ether_addr_copy and ETH_ALEN by Joe Perches · 10 years ago
  46. fe0d692 bridge: use spin_lock_bh() in br_multicast_set_hash_max by Curt Brune · 11 years ago
  47. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  48. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  49. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. 454594f Revert "bridge: only expire the mdb entry when query is received" by Linus Lüssing · 11 years ago
  51. f144feb bridge: update mdb expiration timer upon reports. by Vlad Yasevich · 11 years ago
  52. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  53. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  54. 3c3769e bridge: apply multicast snooping to IPv6 link-local, too by Linus Lüssing · 11 years ago
  55. 8fad9c39 bridge: prevent flooding IPv6 packets that do not have a listener by Linus Lüssing · 11 years ago
  56. e3f5b17 net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation by Daniel Borkmann · 11 years ago
  57. 2d98c29 net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay by Daniel Borkmann · 11 years ago
  58. cc0fdd8 bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones by Linus Lüssing · 11 years ago
  59. 248ba8e bridge: don't try to update timers in case of broken MLD queries by Linus Lüssing · 11 years ago
  60. b00589a bridge: disable snooping if there is no querier by Linus Lüssing · 11 years ago
  61. 1faabf2 bridge: do not call setup_timer() multiple times by Eric Dumazet · 11 years ago
  62. c7e8e8a bridge: fix some kernel warning in multicast timer by Cong Wang · 11 years ago
  63. 7c77602 bridge: fix a typo in comments by Cong Wang · 11 years ago
  64. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  65. 32de868 bridge: fix switched interval for MLD Query types by Linus Lüssing · 11 years ago
  66. 6b7df11 bridge: send query as soon as leave is received by Cong Wang · 11 years ago
  67. 9f00b2e bridge: only expire the mdb entry when query is received by Cong Wang · 11 years ago
  68. 1c8ad5b bridge: use the bridge IP addr as source addr for querier by Cong Wang · 11 years ago
  69. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 11 years ago
  71. bf5e4dd bridge: use ipv4_is_local_multicast() helper by Amerigo Wang · 11 years ago
  72. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  73. b0e9a30 bridge: Add vlan id to multicast groups by Vlad Yasevich · 11 years ago
  74. 3ec8e9f bridge: Correctly unregister MDB rtnetlink handlers by Vlad Yasevich · 12 years ago
  75. 6323315 bridge: Do not unregister all PF_BRIDGE rtnl operations by Vlad Yasevich · 12 years ago
  76. ccb1c31 bridge: add flags to distinguish permanent mdb entires by Amerigo Wang · 12 years ago
  77. 8fa45a7 bridge: remove temporary variable for MLDv2 maximum response code computation by Ang Way Chuang · 12 years ago
  78. eca2a43 bridge: fix icmpv6 endian bug and other sparse warnings by stephen hemminger · 12 years ago
  79. cfd5675 bridge: add support of adding and deleting mdb entries by Cong Wang · 12 years ago
  80. 37a393b bridge: notify mdb changes via netlink by Cong Wang · 12 years ago
  81. 2ce297f bridge: fix seq check in br_mdb_dump() by Cong Wang · 12 years ago
  82. ee07c6e bridge: export multicast database via netlink by Cong Wang · 12 years ago
  83. c2d3bab bridge: implement multicast fast leave by David S. Miller · 12 years ago
  84. 50426b5 bridge: implement multicast fast leave by Amerigo Wang · 12 years ago
  85. 036be6d bridge: Fix enforcement of multicast hash_max limit by Thomas Graf · 12 years ago
  86. 4715213 bridge: fix endian by Li RongQing · 12 years ago
  87. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 12 years ago
  88. bb63f1f bridge: Fix fatal typo in setup of multicast_querier_expired by Herbert Xu · 12 years ago
  89. c5c2326 bridge: Add multicast_querier toggle and disable queries by default by Herbert Xu · 12 years ago
  90. c83b8fa bridge: Restart queries when last querier expires by Herbert Xu · 12 years ago
  91. 7485721 bridge: Add br_multicast_start_querier by Herbert Xu · 12 years ago
  92. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  93. 996304b bridge: Do not send queries on multicast group leaves by Herbert Xu · 12 years ago
  94. d1d81d4 bridge: check return value of ipv6_dev_get_saddr() by Ulrich Weber · 12 years ago
  95. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  96. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  97. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  98. fa2da8c bridge: correct IPv6 checksum after pull by stephen hemminger · 13 years ago
  99. ef5e0d8 bridge: Fix potential deadlock on br->multicast_lock by Andrey Vagin · 13 years ago
  100. 22df133 bridge: fix a possible use after free by Eric Dumazet · 13 years ago