1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. cf332bca net: bridge: mark hash_elasticity as obsolete by Nikolay Aleksandrov · 6 years ago
  3. 19e3a9c net: bridge: convert multicast to generic rhashtable by Nikolay Aleksandrov · 6 years ago
  4. 70e4272 net: bridge: add no_linklocal_learn bool option by Nikolay Aleksandrov · 6 years ago
  5. 9163a0f net: bridge: add support for per-port vlan stats by Nikolay Aleksandrov · 6 years ago
  6. 675779a net: bridge: convert mcast options to bits by Nikolay Aleksandrov · 6 years ago
  7. 13cefad net: bridge: convert and rename mcast disabled by Nikolay Aleksandrov · 6 years ago
  8. be3664a net: bridge: convert group_addr_set option to a bit by Nikolay Aleksandrov · 6 years ago
  9. 8df3510 net: bridge: convert nf call options to bits by Nikolay Aleksandrov · 6 years ago
  10. ae75767 net: bridge: add bitfield for options and convert vlan opts by Nikolay Aleksandrov · 6 years ago
  11. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  12. 223b229 bridge: Use helpers to handle MAC address by Andy Shevchenko · 7 years ago
  13. cddbb79 net: bridge: constify attribute_group structures. by Arvind Yadav · 8 years ago
  14. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  15. f7cdee8 bridge: move to workqueue gc by Nikolay Aleksandrov · 8 years ago
  16. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. b595896 net: bridge: set error code on failure by Pan Bian · 8 years ago
  18. aa2ae3e bridge: mcast: add MLDv2 querier support by Nikolay Aleksandrov · 8 years ago
  19. 5e92358 bridge: mcast: add IGMPv3 query support by Nikolay Aleksandrov · 8 years ago
  20. 1080ab9 net: bridge: add support for IGMP/MLD stats and export them via netlink by Nikolay Aleksandrov · 9 years ago
  21. 6dada9b bridge: vlan: learn to count by Nikolay Aleksandrov · 9 years ago
  22. 047831a bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_br by Xin Long · 9 years ago
  23. 4436156 bridge: simplify the stp_state_store by calling store_bridge_parm by Xin Long · 9 years ago
  24. 347db6b bridge: simplify the forward_delay_store by calling store_bridge_parm by Xin Long · 9 years ago
  25. 14f31bb bridge: simplify the flush_store by calling store_bridge_parm by Xin Long · 9 years ago
  26. aeb7ed1 bridge: use kobj_to_dev instead of to_dev by Geliang Tang · 9 years ago
  27. af37939 bridge: fix gc_timer mod/del race condition by Nikolay Aleksandrov · 9 years ago
  28. c62987b bridge: push bridge setting ageing_time down to switchdev by Scott Feldman · 9 years ago
  29. 96a20d9 bridge: Add a default_pvid sysfs attribute by Vlad Yasevich · 10 years ago
  30. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  31. 204177f bridge: Support 802.1ad vlan filtering by Toshiaki Makita · 11 years ago
  32. fbf2671 bridge: use DEVICE_ATTR_xx macros by sfeldma@cumulusnetworks.com · 11 years ago
  33. 1540194 bridge: correct the comment for file br_sysfs_br.c by Wang Sheng-Hui · 11 years ago
  34. 1c8ad5b bridge: use the bridge IP addr as source addr for querier by Cong Wang · 12 years ago
  35. 243a2e6 bridge: Add vlan filtering infrastructure by Vlad Yasevich · 12 years ago
  36. cb99050 net: Allow userns root to control the network bridge code. by Eric W. Biederman · 12 years ago
  37. 46acc46 eth: Make is_link_local() consistent with other address tests by Ben Hutchings · 12 years ago
  38. 4197f24 bridge: Use is_link_local() in store_group_addr() by Ben Hutchings · 12 years ago
  39. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  40. c5c2326 bridge: Add multicast_querier toggle and disable queries by default by Herbert Xu · 13 years ago
  41. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  42. 515853c bridge: allow forwarding some link local frames by stephen hemminger · 13 years ago
  43. 14f98f2 bridge: range check STP parameters by stephen hemminger · 14 years ago
  44. 4df53d8 bridge: add per bridge device controls for invoking iptables by Patrick McHardy · 15 years ago
  45. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
  46. d902eee bridge: Add multicast count/interval sysfs entries by Herbert Xu · 15 years ago
  47. b195167 bridge: Add hash elasticity/max sysfs entries by Herbert Xu · 15 years ago
  48. 561f110 bridge: Add multicast_snooping sysfs toggle by Herbert Xu · 15 years ago
  49. 0909e11 bridge: Add multicast_router sysfs entries by Herbert Xu · 15 years ago
  50. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  51. af38f29 net: Fix bridgeing sysfs handling of rtnl_lock by Eric W. Biederman · 16 years ago
  52. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  53. 8d4698f7 bridge: don't allow setting hello time to zero by Stephen Hemminger · 16 years ago
  54. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  55. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  56. 43b98c4 Kobject: change net/bridge to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  57. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  58. 35b426c missing return in bridge sysfs code by Al Viro · 17 years ago
  59. 1712088 [BRIDGE]: sysfs locking fix. by Stephen Hemminger · 17 years ago
  60. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 18 years ago
  61. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  62. 98486fa [BRIDGE]: Missing rtnl. by Stephen Hemminger · 18 years ago
  63. 9cde070 bridge: add support for user mode STP by Stephen Hemminger · 18 years ago
  64. 9cf6374 bridge: add sysfs hook to flush forwarding table by Stephen Hemminger · 18 years ago
  65. 9d6f229 [NET] BRIDGE: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  66. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 23 years ago
  67. 1842c4b [BRIDGE]: correct print message typo by Randy Dunlap · 18 years ago
  68. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 19 years ago
  69. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago