1. f2808d2 bridge: Prepare for forwarding another bridge group addresses by Toshiaki Makita · 10 years ago
  2. 8580e21 bridge: Prepare for 802.1ad vlan filtering support by Toshiaki Makita · 10 years ago
  3. 1c5abb6 bridge: Add 802.1ad tx vlan acceleration by Toshiaki Makita · 10 years ago
  4. 2cd4143 bridge: memorize and export selected IGMP/MLD querier port by Linus Lüssing · 10 years ago
  5. 07f8ac4 bridge: add export of multicast database adjacent to net_dev by Linus Lüssing · 10 years ago
  6. dc4eb53 bridge: adhere to querier election mechanism specified by RFCs by Linus Lüssing · 10 years ago
  7. 90010b3 bridge: rename struct bridge_mcast_query/querier by Linus Lüssing · 10 years ago
  8. e0a47d1 bridge: Fix incorrect judgment of promisc by Toshiaki Makita · 10 years ago
  9. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 10 years ago
  11. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 10 years ago
  12. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 10 years ago
  13. 019ee79 bridge: fix the unbalanced promiscuous count when add_if failed by wangweidong · 10 years ago
  14. 1708803 netfilter: bridge: fix Kconfig unmet dependencies by Pablo Neira · 10 years ago
  15. b128272 bridge: make br_device_notifier static by Cong Wang · 10 years ago
  16. 8af750d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  17. 025559e bridge: fix spelling of promiscuous by stephen hemminger · 10 years ago
  18. d4f0e09 net: bridge: fix build by Alexei Starovoitov · 10 years ago
  19. 2796d0c bridge: Automatically manage port promiscuous mode. by Vlad Yasevich · 10 years ago
  20. 145beee bridge: Add addresses from static fdbs to non-promisc ports by Vlad Yasevich · 10 years ago
  21. f3a6ddf bridge: Introduce BR_PROMISC flag by Vlad Yasevich · 10 years ago
  22. 8db24af bridge: Add functionality to sync static fdb entries to hw by Vlad Yasevich · 10 years ago
  23. e028e4b bridge: Keep track of ports capable of automatic discovery. by Vlad Yasevich · 10 years ago
  24. 63c3a62 bridge: Turn flag change macro into a function. by Vlad Yasevich · 10 years ago
  25. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  26. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  27. aff09ce bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit by Vasily Averin · 10 years ago
  28. 30313a3 bridge: Handle IFLA_ADDRESS correctly when creating bridge device by Toshiaki Makita · 10 years ago
  29. f5efc69 netfilter: nf_tables: Add meta expression key for bridge interface name by Tomasz Bursztyka · 10 years ago
  30. eb70761 bridge: Fix double free and memory leak around br_allowed_ingress by Toshiaki Makita · 10 years ago
  31. c58dd2d netfilter: Can't fail and free after table replacement by Thomas Graf · 10 years ago
  32. f6367b4 bridge: use is_skb_forwardable in forward path by Vlad Yasevich · 10 years ago
  33. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  35. fc92f74 bridge: Fix crash with vlan filtering and tcpdump by Vlad Yasevich · 10 years ago
  36. 99b192d bridge: Fix handling stacked vlan tags by Toshiaki Makita · 10 years ago
  37. 12464bb bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled by Toshiaki Makita · 10 years ago
  38. cd18721 net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c by Monam Agarwal · 10 years ago
  39. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  40. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. 20a599b bridge: multicast: enable snooping on general queries only by Linus Lüssing · 10 years ago
  42. 9ed973c bridge: multicast: add sanity check for general query destination by Linus Lüssing · 10 years ago
  43. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 10 years ago
  44. 6565b9e bridge: multicast: add sanity check for query source addresses by Linus Lüssing · 10 years ago
  45. 0409114 bridge: netfilter: Use ether_addr_copy by Joe Perches · 10 years ago
  46. e5a727f bridge: Use ether_addr_copy and ETH_ALEN by Joe Perches · 10 years ago
  47. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  48. ac4c886 bridge: Prevent possible race condition in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  49. 424bb9c bridge: Properly check if local fdb entry can be deleted when deleting vlan by Toshiaki Makita · 10 years ago
  50. a778e6d bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_port by Toshiaki Makita · 10 years ago
  51. 960b589 bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  52. 2b292fb bridge: Fix the way to check if a local fdb entry can be deleted by Toshiaki Makita · 10 years ago
  53. a4b816d bridge: Change local fdb entries whenever mac address of bridge device changes by Toshiaki Makita · 10 years ago
  54. a3ebb7e bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  55. 2836882 bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  56. a5642ab bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr by Toshiaki Makita · 10 years ago
  57. dbe1730 bridge: fix netconsole setup over bridge by Cong Wang · 10 years ago
  58. bdf4351 bridge: Remove unnecessary vlan_put_tag in br_handle_vlan by Toshiaki Makita · 10 years ago
  59. b86f81cc bridge: move br_net_exit() to br.c by WANG Cong · 10 years ago
  60. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 10 years ago
  61. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 10 years ago
  62. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 10 years ago
  63. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 10 years ago
  64. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 10 years ago
  65. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 10 years ago
  66. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. fbf2671 bridge: use DEVICE_ATTR_xx macros by sfeldma@cumulusnetworks.com · 10 years ago
  68. fe0d692 bridge: use spin_lock_bh() in br_multicast_set_hash_max by Curt Brune · 10 years ago
  69. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  70. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  71. 97ad8b5 bridge: change the position of '{' to the pre line by tanxiaojun · 11 years ago
  72. 56b148e bridge: change "foo* bar" to "foo *bar" by tanxiaojun · 11 years ago
  73. 31a5b83 bridge: add space before '(/{', after ',', etc. by tanxiaojun · 11 years ago
  74. a97bfc1 bridge: remove unnecessary parentheses by tanxiaojun · 11 years ago
  75. 87e823b bridge: remove unnecessary condition judgment by tanxiaojun · 11 years ago
  76. 1a81a2e bridge: spelling fixes by tanxiaojun · 11 years ago
  77. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  78. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  79. 859828c br: fix use of ->rx_handler_data in code executed on non-rx_handler path by Jiri Pirko · 11 years ago
  80. e664eab netfilter: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  81. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  82. f873042 bridge: flush br's address entry in fdb when remove the by Ding Tianhong · 11 years ago
  83. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  84. acab78b netfilter: ebt_ip6: fix source and destination matching by Luís Fernando Cornachioni Estrozi · 11 years ago
  85. b4e09b2 bridge: Fix memory leak when deleting bridge with vlan filtering enabled by Toshiaki Makita · 11 years ago
  86. dbbaf94 bridge: Call vlan_vid_del for all vids at nbp_vlan_flush by Toshiaki Makita · 11 years ago
  87. 1923683 bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls by Toshiaki Makita · 11 years ago
  88. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  90. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  91. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  92. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  94. 4641382 netfilter: bridge: nf_tables: add filter chain type by Pablo Neira Ayuso · 11 years ago
  95. 6e078bc netfilter: bridge: fix nf_tables bridge dependencies with main core by Pablo Neira Ayuso · 11 years ago
  96. 6b8dbcf bridge: netfilter: orphan skb before invoking ip netfilter hooks by Florian Westphal · 11 years ago
  97. afb14c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  98. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. 454594f Revert "bridge: only expire the mdb entry when query is received" by Linus Lüssing · 11 years ago
  100. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago