1. 6f0b5b5 Merge 4.9.207 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
  2. b979958 net: bridge: deny dev_set_mac_address() when unregistering by Nikolay Aleksandrov · 4 years, 6 months ago
  3. 9452b2c Merge 4.9.51 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. b5a3ae8 bridge: switchdev: Clear forward mark when transmitting packet by Ido Schimmel · 7 years ago
  5. d457781 ANDROID: bridge: Have tx_bytes count headers like rx_bytes. by Ashish Sharma · 13 years ago
  6. 8addd5e net: bridge: change unicast boolean to exact pkt_type by Nikolay Aleksandrov · 8 years ago
  7. 37b090e net: bridge: remove _deliver functions and consolidate forward code by Nikolay Aleksandrov · 8 years ago
  8. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 8 years ago
  9. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 8 years ago
  10. c6894de bridge: fix lockdep addr_list_lock false positive splat by Nikolay Aleksandrov · 8 years ago
  11. 907b1e6 bridge: vlan: use proper rcu for the vlgrp member by Nikolay Aleksandrov · 9 years ago
  12. 77751ee bridge: vlan: move pvid inside net_bridge_vlan_group by Nikolay Aleksandrov · 9 years ago
  13. 2594e90 bridge: vlan: add per-vlan struct and move to rhashtables by Nikolay Aleksandrov · 9 years ago
  14. a79e88d bridge: define some min/max/default ageing time constants by Scott Feldman · 9 years ago
  15. ccecb2a net: bridge: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  16. 6678053 bridge: Don't segment multiple tagged packets on bridge device by Toshiaki Makita · 9 years ago
  17. 1a4ba64 netfilter: bridge: use rcu hook to resolve br_netfilter dependency by Pablo Neira Ayuso · 9 years ago
  18. e5de75b netfilter: bridge: move DNAT helper to br_netfilter by Pablo Neira Ayuso · 9 years ago
  19. 5be5a2d bridge: Add filtering support for default_pvid by Vlad Yasevich · 10 years ago
  20. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  21. f2808d2 bridge: Prepare for forwarding another bridge group addresses by Toshiaki Makita · 10 years ago
  22. 8580e21 bridge: Prepare for 802.1ad vlan filtering support by Toshiaki Makita · 10 years ago
  23. 1c5abb6 bridge: Add 802.1ad tx vlan acceleration by Toshiaki Makita · 10 years ago
  24. 2796d0c bridge: Automatically manage port promiscuous mode. by Vlad Yasevich · 10 years ago
  25. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  26. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  28. 12464bb bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled by Toshiaki Makita · 10 years ago
  29. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  30. e5a727f bridge: Use ether_addr_copy and ETH_ALEN by Joe Perches · 10 years ago
  31. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  32. a4b816d bridge: Change local fdb entries whenever mac address of bridge device changes by Toshiaki Makita · 10 years ago
  33. a3ebb7e bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address by Toshiaki Makita · 10 years ago
  34. dbe1730 bridge: fix netconsole setup over bridge by Cong Wang · 10 years ago
  35. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  36. 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
  37. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  38. 0649909 bridge: pass correct vlan id to multicast code by Vlad Yasevich · 11 years ago
  39. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. cc0fdd8 bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones by Linus Lüssing · 11 years ago
  41. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. b00589a bridge: disable snooping if there is no querier by Linus Lüssing · 11 years ago
  43. 93d8bf9 bridge: cleanup netpoll code by stephen hemminger · 11 years ago
  44. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 11 years ago
  45. 161f65b bridge: Set vlan_features to allow offloads on vlans. by Vlad Yasevich · 11 years ago
  46. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  47. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 11 years ago
  48. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 11 years ago
  49. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  50. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 11 years ago
  51. a37b85c bridge: Validate that vlan is permitted on ingress by Vlad Yasevich · 11 years ago
  52. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 11 years ago
  53. b274826 bridge: use dev->addr_assign_type to see if user change mac by Jiri Pirko · 11 years ago
  54. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  55. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 11 years ago
  56. 2bc8005 eth: Rename and properly align br_reserved_address array by Ben Hutchings · 12 years ago
  57. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  58. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  59. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  60. c03307e bridge: fix rcu dereference outside of rcu_read_lock by Stephen Hemminger · 12 years ago
  61. 4e3828c bridge: use list_for_each_entry() in netpoll functions by Amerigo Wang · 12 years ago
  62. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  63. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  64. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  65. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  66. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  67. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  68. 7ca1e11 br_device: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  69. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  70. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 12 years ago
  71. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  72. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  73. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  74. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  75. b64b73d bridge: leave carrier on for empty bridge by stephen hemminger · 13 years ago
  76. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  77. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  78. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 13 years ago
  79. c4d27ef bridge: convert br_features_recompute() to ndo_fix_features by Michał Mirosław · 13 years ago
  80. bb900b2 bridge: allow creating bridge devices with netlink by stephen hemminger · 13 years ago
  81. 1faa435 bridge: control carrier based on ports online by stephen hemminger · 13 years ago
  82. afc6151 bridge: implement [add/del]_slave ops by Jiri Pirko · 13 years ago
  83. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 13 years ago
  84. 361ff8a bridge: Add support for TX vlan offload. by Jesse Gross · 14 years ago
  85. 00dad5e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 6d1d1d3 bridge: Fix skb leak when multicast parsing fails on TX by Herbert Xu · 14 years ago
  87. eeaf61d bridge: add rcu_read_lock on transmit by stephen hemminger · 14 years ago
  88. 573201f bridge: Partially disable netpoll support by Herbert Xu · 14 years ago
  89. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  90. 406818f bridge: 64bit rx/tx counters by Eric Dumazet · 14 years ago
  91. 91d2c34 bridge: Fix netpoll support by Herbert Xu · 14 years ago
  92. 3665504 bridge: Remove redundant npinfo NULL setting by Herbert Xu · 14 years ago
  93. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  94. 28a16c9 bridge: change console message interface by stephen hemminger · 14 years ago
  95. cfb478d bridge: netpoll cleanup by stephen hemminger · 14 years ago
  96. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  97. c06ee96 bridge: make bridge support netpoll by WANG Cong · 14 years ago
  98. 7180f77 bridge: use is_multicast_ether_addr by stephen hemminger · 14 years ago
  99. ea2d9b4 netfilter: bridge-netfilter: simplify IP DNAT by Bart De Schuymer · 14 years ago
  100. 14bb478 bridge: per-cpu packet statistics (v3) by stephen hemminger · 14 years ago