1. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. 0255284 net: bridge: start hello timer only if device is up by Nikolay Aleksandrov · 7 years ago
  3. 77d3588 Merge 4.9.31 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. ee72e7e bridge: start hello_timer when enabling KERNEL_STP in br_stp_start by Xin Long · 7 years ago
  5. 2ea4221 bridge: netlink: check vlan_default_pvid range by Tobias Jungel · 7 years ago
  6. aa93808 bridge: drop netfilter fake rtable unconditionally am: 9bce26f224 by Florian Westphal · 7 years ago
  7. 61a8ace net: bridge: allow IPv6 when multicast flood is disabled am: fa7c48fb3a by Mike Manning · 7 years ago
  8. 9bce26f bridge: drop netfilter fake rtable unconditionally by Florian Westphal · 7 years ago
  9. fa7c48f net: bridge: allow IPv6 when multicast flood is disabled by Mike Manning · 7 years ago
  10. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  11. 7442314 bridge: netlink: call br_changelink() during br_dev_newlink() by Ivan Vecera · 7 years ago
  12. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  13. d457781 ANDROID: bridge: Have tx_bytes count headers like rx_bytes. by Ashish Sharma · 13 years ago
  14. 259495a bridge: netfilter: Fix dropping packets that moving through bridge interface by Artur Molchanov · 8 years ago
  15. b595896 net: bridge: set error code on failure by Pan Bian · 8 years ago
  16. 7cb3f92 bridge: multicast: restore perm router ports on multicast enable by Nikolay Aleksandrov · 8 years ago
  17. 4eb6753 net: bridge: add the multicast_flood flag attribute to brport_attrs by Nikolay Aleksandrov · 8 years ago
  18. d4ef9f7 netfilter: bridge: clarify bridge/netfilter message by Stefan Agner · 8 years ago
  19. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  20. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  21. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  22. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  23. c5136b1 netfilter: bridge: add and use br_nf_hook_thresh by Florian Westphal · 8 years ago
  24. 3084331 net: bridge: add helper to call /sbin/bridge-stp by Vivien Didelot · 8 years ago
  25. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 23d0750 netfilter: Add the missed return value check of nft_register_chain_type by Gao Feng · 8 years ago
  27. 10151d7 netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate by Pablo Neira Ayuso · 8 years ago
  28. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 8 years ago
  29. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  30. b6cb5ac net: bridge: add per-port multicast flood flag by Nikolay Aleksandrov · 8 years ago
  31. 8addd5e net: bridge: change unicast boolean to exact pkt_type by Nikolay Aleksandrov · 8 years ago
  32. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  33. 85a3d4a net: bridge: don't increment tx_dropped in br_do_proxy_arp by Nikolay Aleksandrov · 8 years ago
  34. 9264251 bridge: re-introduce 'fix parsing of MLDv2 reports' by Davide Caratti · 8 years ago
  35. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  36. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  37. 72f4af4 net: bridge: export also pvid flag in the xstats flags by Nikolay Aleksandrov · 8 years ago
  38. 4249fc1 netfilter: ebtables: put module reference when an incorrect extension is found by Sabrina Dubroca · 8 years ago
  39. 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 8 years ago
  40. 61ba1a2 net: bridge: export vlan flags with the stats by Nikolay Aleksandrov · 8 years ago
  41. d5ff8c4 net: bridge: consolidate bridge and port linkxstats calls by Nikolay Aleksandrov · 8 years ago
  42. 7bb90c3 bridge: Fix problems around fdb entries pointing to the bridge device by Toshiaki Makita · 8 years ago
  43. baedbe5 bridge: Fix incorrect re-injection of LLDP packets by Ido Schimmel · 8 years ago
  44. 9e0b27f net: bridge: br_set_ageing_time takes a clock_t by Vivien Didelot · 8 years ago
  45. dba479f net: bridge: fix br_stp_enable_bridge comment by Vivien Didelot · 8 years ago
  46. 37b090e net: bridge: remove _deliver functions and consolidate forward code by Nikolay Aleksandrov · 8 years ago
  47. b35c5f6 net: bridge: drop skb2/skb0 variables and use a local_rcv boolean by Nikolay Aleksandrov · 8 years ago
  48. e151aab net: bridge: rearrange flood vs unicast receive paths by Nikolay Aleksandrov · 8 years ago
  49. 46c0772 net: bridge: minor style adjustments in br_handle_frame_finish by Nikolay Aleksandrov · 8 years ago
  50. a65056e net: bridge: extend MLD/IGMP query stats by Nikolay Aleksandrov · 8 years ago
  51. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  53. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 8 years ago
  54. c37a2df netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF by Joe Perches · 8 years ago
  55. 4ae89ad etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_masked by Joe Perches · 8 years ago
  56. fedbb6b4 ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output by Shmulik Ladkani · 8 years ago
  57. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 8 years ago
  58. 80e73cc net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute by Nikolay Aleksandrov · 8 years ago
  59. 565ce8f net: bridge: fix vlan stats continue counter by Nikolay Aleksandrov · 8 years ago
  60. 0888d5f Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address by daniel · 8 years ago
  61. 56fae40 bridge: Fix incorrect re-injection of STP packets by Ido Schimmel · 8 years ago
  62. 0b148de bridge: Don't insert unnecessary local fdb entry on changing mac address by Toshiaki Makita · 8 years ago
  63. 402f903 bridge: netfilter: checkpatch data type fixes by Tobin C Harding · 8 years ago
  64. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 856ce5d bridge: fix igmp / mld query parsing by Linus Lüssing · 8 years ago
  66. 31ca045 net: bridge: fix old ioctl unlocked net device walk by Nikolay Aleksandrov · 8 years ago
  67. a60c090 bridge: netlink: export per-vlan stats by Nikolay Aleksandrov · 8 years ago
  68. 6dada9b bridge: vlan: learn to count by Nikolay Aleksandrov · 8 years ago
  69. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  70. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  71. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 12a0faa bridge: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  73. 45ebcce bridge: mdb: Marking port-group as offloaded by Elad Raz · 8 years ago
  74. 6dd684c bridge: mdb: Common function for mdb entry translation by Elad Raz · 8 years ago
  75. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. bf871ad bridge: a netlink notification should be sent when those attributes are changed by ioctl by Xin Long · 8 years ago
  77. bdaf0d5 bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_if by Xin Long · 8 years ago
  78. 047831a bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_br by Xin Long · 8 years ago
  79. 4436156 bridge: simplify the stp_state_store by calling store_bridge_parm by Xin Long · 8 years ago
  80. 347db6b bridge: simplify the forward_delay_store by calling store_bridge_parm by Xin Long · 8 years ago
  81. 14f31bb bridge: simplify the flush_store by calling store_bridge_parm by Xin Long · 8 years ago
  82. da0caad Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  83. bcf4934 netfilter: ebtables: Fix extension lookup with identical name by Phil Sutter · 8 years ago
  84. 32fa270 Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr" by David S. Miller · 8 years ago
  85. c862cc9b bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr by Bastien Philbert · 8 years ago
  86. 5e263f7 bridge: Allow set bridge ageing time when switchdev disabled by Haishuang Yan · 8 years ago
  87. ac28634 netfilter: bridge: add nf_afinfo to enable queuing to userspace by Stephane Bryant · 8 years ago
  88. 2942119 netfilter: ipv4: fix NULL dereference by Liping Zhang · 8 years ago
  89. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 8 years ago
  90. ae74f10 bridge: update max_gso_segs and max_gso_size by Eric Dumazet · 8 years ago
  91. 8626c56 bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict by Florian Westphal · 8 years ago
  92. 4c656c1 bridge: allow zero ageing time by Stephen Hemminger · 8 years ago
  93. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  94. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. 5f6c253 netfilter: bridge: register hooks only when bridge interface is added by Florian Westphal · 8 years ago
  96. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  97. 59f78f9 bridge: mcast: add support for more router port information dumping by Nikolay Aleksandrov · 8 years ago
  98. a55d824 bridge: mcast: add support for temporary port router by Nikolay Aleksandrov · 8 years ago
  99. 4950cfd bridge: mcast: do nothing if port's multicast_router is set to the same val by Nikolay Aleksandrov · 8 years ago
  100. 7f0aec7 bridge: mcast: use names for the different multicast_router types by Nikolay Aleksandrov · 8 years ago