1. fcfb894 net: bridge: fix net device refcount tracking issue in error path by Eric Dumazet · 3 years ago
  2. b2dcdc7 net: bridge: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
  3. 6d872df net: annotate accesses to dev->gso_max_segs by Eric Dumazet · 3 years, 1 month ago
  4. 4b66d21 net: annotate accesses to dev->gso_max_size by Eric Dumazet · 3 years, 1 month ago
  5. cc0be1a net: bridge: Slightly optimize 'find_portno()' by Christophe JAILLET · 3 years, 1 month ago
  6. f6814fd net: bridge: rename br_fdb_insert to br_fdb_add_local by Vladimir Oltean · 3 years, 2 months ago
  7. 254ec03 net: make use of helper netif_is_bridge_master() by Kyungrok Chung · 3 years, 2 months ago
  8. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  9. 519133d net: bridge: fix memleak in br_add_if() by Yang Yingliang · 3 years, 5 months ago
  10. 893b195 net: bridge: fix ioctl locking by Nikolay Aleksandrov · 3 years, 5 months ago
  11. 2f5dc00 net: bridge: switchdev: let drivers inform which bridge ports are offloaded by Vladimir Oltean · 3 years, 5 months ago
  12. 8582661 net: bridge: switchdev: recycle unused hwdoms by Tobias Waldekranz · 3 years, 5 months ago
  13. f7cf972 net: bridge: disambiguate offload_fwd_mark by Tobias Waldekranz · 3 years, 5 months ago
  14. a019abd net: bridge: sync fdb to new unicast-filtering ports by Wolfgang Bumiller · 3 years, 6 months ago
  15. 86a14b7 bridge: cfm: Kernel space implementation of CFM. MEP create/delete. by Henrik Bjoernlund · 4 years, 2 months ago
  16. 9eb8eff net: bridge: allow enslaving some DSA master network devices by Vladimir Oltean · 4 years, 8 months ago
  17. 6536993 bridge: mrp: Integrate MRP into the bridge by Horatiu Vultur · 4 years, 8 months ago
  18. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  19. bdfad5a bridge: Fix error path for kobject_init_and_add() by Tobin C. Harding · 6 years ago
  20. 35f861e net: bridge: use netif_is_bridge_port() by Julian Wiedmann · 6 years ago
  21. ca935da net: bridge: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  22. 169327d net: bridge: Propagate extack to switchdev by Petr Machata · 6 years ago
  23. 085ddc8 bridge: Allow querying bridge port flags by Ido Schimmel · 6 years ago
  24. 3341d91 net: bridge: convert mtu_set_by_user to a bit by Nikolay Aleksandrov · 6 years ago
  25. 459479d bridge: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  26. 2756f68 net: bridge: add support for backup port by Nikolay Aleksandrov · 6 years ago
  27. 705e0de bridge: make sure objects belong to container's owner by Tyler Hicks · 6 years ago
  28. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. faa1cd8 net: bridge: avoid duplicate notification on up/down/change netdev events by Nikolay Aleksandrov · 7 years ago
  30. e8238fc bridge: check iface upper dev when setting master via ioctl by Hangbin Liu · 7 years ago
  31. 804b854 net: bridge: disable bridge MTU auto tuning if it was set manually by Nikolay Aleksandrov · 7 years ago
  32. f40aa23 net: bridge: set min MTU on port events and allow user to set max by Nikolay Aleksandrov · 7 years ago
  33. 82792a0 net: bridge: fix direct access to bridge vlan_enabled and use helper by Nikolay Aleksandrov · 7 years ago
  34. 419d14a bridge: Allow max MTU when multiple VLANs present by Chas Williams · 7 years ago
  35. 9289906 net: bridge: add notifications for the bridge dev on vlan change by Nikolay Aleksandrov · 7 years ago
  36. 821f1b2 bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood by Roopa Prabhu · 7 years ago
  37. ca752be net: bridge: Pass extack to down to netdev_master_upper_dev_link by David Ahern · 7 years ago
  38. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  39. 1f51445 bridge: Export VLAN filtering state by Ido Schimmel · 8 years ago
  40. 99f906e bridge: add per-port broadcast flood flag by Mike Manning · 8 years ago
  41. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. b1b9d36 bridge: move bridge multicast cleanup to ndo_uninit by Xin Long · 8 years ago
  43. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. b6fe044 bridge: implement missing ndo_uninit() by Ido Schimmel · 8 years ago
  45. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  46. f7cdee8 bridge: move to workqueue gc by Nikolay Aleksandrov · 8 years ago
  47. b6cb5ac net: bridge: add per-port multicast flood flag by Nikolay Aleksandrov · 8 years ago
  48. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  49. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 9 years ago
  50. ae74f10 bridge: update max_gso_segs and max_gso_size by Eric Dumazet · 9 years ago
  51. 45493d4 bridge: notify enslaved devices of headroom changes by Paolo Abeni · 9 years ago
  52. 702b26a net: bridge: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  53. 08474cc bridge: Propagate vlan add failure to user by Elad Raz · 9 years ago
  54. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  55. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  56. 5660738 bridge: defer switchdev fdb del call in fdb_del_external_learn by Jiri Pirko · 9 years ago
  57. f409d0e bridge: vlan: move back vlan_flush by Nikolay Aleksandrov · 9 years ago
  58. 263344e bridge: vlan: fix possible null ptr derefs on port init and deinit by Nikolay Aleksandrov · 9 years ago
  59. e10177a bridge: multicast: fix handling of temp and perm entries by Satish Ashok · 9 years ago
  60. 1ea2d02 bridge: vlan: flush the dynamically learned entries on port vlan delete by Nikolay Aleksandrov · 10 years ago
  61. 4c906c2 bridge: reset bridge mtu after deleting an interface by Venkat Venkatsubra · 10 years ago
  62. 8db0a2e net: bridge: reject DSA-enabled master netdevices as bridge members by Florian Fainelli · 10 years ago
  63. f902e88 bridge: Add ability to enable TSO by Toshiaki Makita · 10 years ago
  64. 5be5a2d bridge: Add filtering support for default_pvid by Vlad Yasevich · 10 years ago
  65. 775dd69 net: bridge: add a br_set_state helper function by Florian Fainelli · 10 years ago
  66. 0f49579 bridge: switch order of rx_handler reg and upper dev link by Jiri Pirko · 10 years ago
  67. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  68. e0a47d1 bridge: Fix incorrect judgment of promisc by Toshiaki Makita · 11 years ago
  69. 019ee79 bridge: fix the unbalanced promiscuous count when add_if failed by wangweidong · 11 years ago
  70. 025559e bridge: fix spelling of promiscuous by stephen hemminger · 11 years ago
  71. 2796d0c bridge: Automatically manage port promiscuous mode. by Vlad Yasevich · 11 years ago
  72. f3a6ddf bridge: Introduce BR_PROMISC flag by Vlad Yasevich · 11 years ago
  73. e028e4b bridge: Keep track of ports capable of automatic discovery. by Vlad Yasevich · 11 years ago
  74. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  75. a4b816d bridge: Change local fdb entries whenever mac address of bridge device changes by Toshiaki Makita · 11 years ago
  76. b86f81cc bridge: move br_net_exit() to br.c by WANG Cong · 11 years ago
  77. 1a81a2e bridge: spelling fixes by tanxiaojun · 11 years ago
  78. f873042 bridge: flush br's address entry in fdb when remove the by Ding Tianhong · 11 years ago
  79. b4e09b2 bridge: Fix memory leak when deleting bridge with vlan filtering enabled by Toshiaki Makita · 11 years ago
  80. fd09480 bridge: inherit slave devices needed_headroom by Florian Fainelli · 11 years ago
  81. 93d8bf9 bridge: cleanup netpoll code by stephen hemminger · 11 years ago
  82. 867a594 bridge: Add a flag to control unicast packet flood. by Vlad Yasevich · 12 years ago
  83. 9ba1889 bridge: Add flag to control mac learning. by Vlad Yasevich · 12 years ago
  84. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. 8f3359b bridge: make user modified path cost sticky by stephen hemminger · 12 years ago
  86. 4a0b5ec bridge: remove a redundant synchronize_net() by Eric Dumazet · 12 years ago
  87. bc9a25d bridge: Add vlan support for local fdb entries by Vlad Yasevich · 12 years ago
  88. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 12 years ago
  89. 243a2e6 bridge: Add vlan filtering infrastructure by Vlad Yasevich · 12 years ago
  90. 74fdd93 bridge: remove usage of netdev_set_master() by Jiri Pirko · 12 years ago
  91. 576eb62 bridge: respect RFC2863 operational state by stephen hemminger · 12 years ago
  92. 9b1536c bridge: call br_netpoll_disable in br_add_if by Gao feng · 12 years ago
  93. d30362c bridge: add some comments for NETDEV_RELEASE by Amerigo Wang · 12 years ago
  94. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  95. 149ddd8 bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) by stephen hemminger · 13 years ago
  96. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  97. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  98. 1ce5cce bridge: fix hang on removal of bridge via netlink by stephen hemminger · 13 years ago
  99. 77f9859 bridge: fix ordering of NEWLINK and NEWNEIGH events by stephen hemminger · 13 years ago
  100. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago