1. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  2. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  3. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  4. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  5. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  6. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  7. ba99890 rtnl/do_setlink(): notify when a netdev is modified by Nicolas Dichtel · 10 years ago
  8. 90c325e rtnl/do_setlink(): last arg is now a set of flags by Nicolas Dichtel · 10 years ago
  9. 1889b0e rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated by Nicolas Dichtel · 10 years ago
  10. 5d1180f rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated by Nicolas Dichtel · 10 years ago
  11. 945a367 rtnetlink: fix VF info size by Jiri Benc · 10 years ago
  12. c8a89c4 rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del by Alexander Duyck · 10 years ago
  13. 5517750 net: rtnetlink - make create_link take name_assign_type by Tom Gundersen · 10 years ago
  14. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  15. 5e6d243 bridge: netlink dump interface at par with brctl by Jamal Hadi Salim · 10 years ago
  16. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  17. b0ab2fa rtnetlink: allow to register ops without ops->setup set by Jiri Pirko · 10 years ago
  18. e5eca6d rtnetlink: fix userspace API breakage for iproute2 < v3.9.0 by Michal Schmidt · 10 years ago
  19. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. c5b4616 net/core: Add VF link state control policy by Doug Ledford · 10 years ago
  21. 87757a9 net: force a list_del() in unregister_netdevice_many() by Eric Dumazet · 10 years ago
  22. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. e51fb15 rtnetlink: fix a memory leak when ->newlink fails by Cong Wang · 10 years ago
  24. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 10 years ago
  26. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 10 years ago
  27. c53864f rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set by David Gibson · 10 years ago
  28. 973462b rtnetlink: Warn when interface's information won't fit in our packet by David Gibson · 10 years ago
  29. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  30. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 10 years ago
  31. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. 1c104a6 rtnetlink: fix fdb notification flags by Nicolas Dichtel · 10 years ago
  33. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. f7b1260 rtnl: make ifla_policy static by Jiri Pirko · 10 years ago
  35. 0e0eee2 net: correct error path in rtnl_newlink() by Cong Wang · 10 years ago
  36. 6049f25 rtnetlink: fix oops in rtnl_link_get_slave_info_data_size by Fernando Luis Vazquez Cao · 10 years ago
  37. 813f020 rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_info by Jiri Pirko · 10 years ago
  38. 3bad540 bonding: convert netlink to use slave data info api by Jiri Pirko · 10 years ago
  39. ba7d49b rtnetlink: provide api for getting and setting slave info by Jiri Pirko · 10 years ago
  40. df7dbcb rtnetlink: put "BOND" into nl attribute names which are related to bonding by Jiri Pirko · 10 years ago
  41. 1d3ee88 bonding: add netlink attributes to slave link dev by sfeldma@cumulusnetworks.com · 10 years ago
  42. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  43. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago
  44. a528c21 dev: update __dev_notify_flags() to send rtnl msg by Nicolas Dichtel · 11 years ago
  45. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. fce9b9b rtnetlink: remove an unneeded test by Dan Carpenter · 11 years ago
  47. 3e805ad rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header by Asbjoern Sloth Toennesen · 11 years ago
  48. 6453599 rtnetlink: Fix inverted check in ndo_dflt_fdb_del() by Sridhar Samudrala · 11 years ago
  49. 66cae9e rtnl: export physical port id via RT netlink by Jiri Pirko · 11 years ago
  50. f693dff rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del} by Mike Rapoport · 11 years ago
  51. 1d8faf4 net/core: Add VF link state control by Rony Efraim · 11 years ago
  52. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  53. 37fe066 net: fix address check in rtnl_fdb_del by Vlad Yasevich · 11 years ago
  54. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 88c5b5c rtnetlink: Call nlmsg_parse() with correct header length by Michael Riesch · 11 years ago
  56. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. 91f3e7b net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] by John Fastabend · 11 years ago
  58. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  59. fcca143 rtnetlink: fix error return code in rtnl_link_fill() by Wei Yongjun · 11 years ago
  60. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  61. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  62. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  63. 6681712 vxlan: generalize forwarding tables by David Stevens · 11 years ago
  64. a5b8db9 rtnetlink: Mask the rta_type when range checking by Vlad Yasevich · 11 years ago
  65. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 84d73cd rtnl: fix info leak on RTM_GETLINK request for VF devices by Mathias Krause · 11 years ago
  67. 090096b net: generic fdb support for drivers without ndo_fdb_<op> by Vlad Yasevich · 11 years ago
  68. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  69. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  70. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 11 years ago
  71. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 11 years ago
  72. c5c3510 netns: fdb: allow unprivileged users to add/del fdb entries by Gao feng · 11 years ago
  73. 2afb9b5 ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create by Jiri Pirko · 11 years ago
  74. 471cb5a bonding: remove usage of dev->master by Jiri Pirko · 12 years ago
  75. 898e506 rtnetlink: remove usage of dev->master by Jiri Pirko · 12 years ago
  76. e7c3273 rtnl: use dev_set_mac_address() instead of plain ndo_ by Jiri Pirko · 12 years ago
  77. 9a57247 rtnl: expose carrier value with possibility to set it by Jiri Pirko · 12 years ago
  78. c071356 rtnelink: remove unused parameter from rtnl_create_link(). by Rami Rosen · 12 years ago
  79. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  80. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  81. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. c38e01b net: fix bridge notify hook to manage flags correctly by John Fastabend · 12 years ago
  83. a7a558f rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump by John Fastabend · 12 years ago
  84. 25b1e67 net: Fix continued iteration in rtnl_bridge_getlink() by Ben Hutchings · 12 years ago
  85. 815cccb ixgbe: add setlink, getlink support to ixgbe and ixgbevf by John Fastabend · 12 years ago
  86. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  87. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  88. c80bbea netlink: cleanup the unnecessary return value check by Hans Zhang · 12 years ago
  89. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  90. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  91. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  92. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  93. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  94. 9c7dafb net: Allow to create links with given ifindex by Pavel Emelyanov · 12 years ago
  95. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  96. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  97. 8253947 ipv6: fix incorrect route 'expires' value passed to userspace by Li Wei · 12 years ago
  98. b1beb68 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling by Jiri Benc · 12 years ago
  99. 1d69c2b rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference by Mark A. Greer · 12 years ago
  100. 76ff5cc rtnl: allow to specify number of rx and tx queues on device creation by Jiri Pirko · 12 years ago