1. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  2. 2fd527b net: ndo_bridge_setlink: Add extack by Petr Machata · 6 years ago
  3. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. 6d04032 net: core: dev: Add extack argument to __dev_change_flags() by Petr Machata · 6 years ago
  5. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  6. 6888389 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  7. a293974 rtnetlink: avoid frame size warning in rtnl_newlink() by Jakub Kicinski · 6 years ago
  8. 420d031 rtnetlink: remove a level of indentation in rtnl_newlink() by Jakub Kicinski · 6 years ago
  9. a428afe net: bridge: add support for user-controlled bool options by Nikolay Aleksandrov · 6 years ago
  10. 68d57f3 rtnetlink: Add more extack messages to rtnl_newlink by David Ahern · 6 years ago
  11. d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
  12. 5e1acb4 rtnetlink: restore handling of dumpit return value in rtnl_dump_all() by Alexey Kodanev · 6 years ago
  13. da71577 rtnetlink: Disallow FDB configuration for non-Ethernet device by Ido Schimmel · 6 years ago
  14. c63586d net: rtnl_dump_all needs to propagate error from dumpit function by David Ahern · 6 years ago
  15. 9163a0f net: bridge: add support for per-port vlan stats by Nikolay Aleksandrov · 6 years ago
  16. e75fa07 rtnetlink: Update comment in rtnl_stats_dump regarding strict data checking by David Ahern · 6 years ago
  17. 4565d7e rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to use by David Ahern · 6 years ago
  18. 8c6e137 rtnetlink: Update rtnl_fdb_dump for strict data checking by David Ahern · 6 years ago
  19. 8dfbda1 rtnetlink: Move input checking for rtnl_fdb_dump to helper by David Ahern · 6 years ago
  20. 841891e rtnetlink: Update rtnl_stats_dump for strict data checking by David Ahern · 6 years ago
  21. 2d011be rtnetlink: Update rtnl_bridge_getlink for strict data checking by David Ahern · 6 years ago
  22. 905cf0a rtnetlink: Update rtnl_dump_ifinfo for strict data checking by David Ahern · 6 years ago
  23. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  24. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. bd961c9 rtnetlink: fix rtnl_fdb_dump() for ndmsg header by Mauricio Faria de Oliveira · 6 years ago
  26. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. 0e1d6ec rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 by Eric Dumazet · 6 years ago
  28. 893626d6 rtnetlink: Fail dump if target netnsid is invalid by David Ahern · 6 years ago
  29. 6f99528 net: core: netlink: add helper refcount dec and lock function by Vlad Buslov · 6 years ago
  30. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 56a49d7 net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags by Roopa Prabhu · 6 years ago
  32. 7e4a8d5 rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g by Christian Brauner · 6 years ago
  33. 87ccbb1 rtnetlink: move type calculation out of loop by Christian Brauner · 6 years ago
  34. c383edc rtnetlink: add rtnl_get_net_ns_capable() by Christian Brauner · 6 years ago
  35. f707ef6 net: rtnl: return early from rtnl_unregister_all when protocol isn't registered by Sabrina Dubroca · 6 years ago
  36. 7a4c53b net: report invalid mtu value via netlink extack by Stephen Hemminger · 6 years ago
  37. 3e7a50c net: report min and max mtu network device settings by Stephen Hemminger · 6 years ago
  38. 202aabe xdp: fix uninitialized 'err' variable by Jakub Kicinski · 7 years ago
  39. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  40. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 7 years ago
  41. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  42. 4f91da2 xdp: add per mode attributes for attached programs by Jakub Kicinski · 7 years ago
  43. 8d356b8 rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  44. 644c7ee rtnetlink: validate attributes in do_setlink() by Eric Dumazet · 7 years ago
  45. af066ed rtnetlink: Fix null-ptr-deref in rtnl_newlink by Prashant Bhole · 7 years ago
  46. ccf8dbc rtnetlink: Remove VLA usage by Kees Cook · 7 years ago
  47. 3940746 net: Handle null dst in rtnl_put_cacheinfo by David Ahern · 7 years ago
  48. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  49. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  50. 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
  51. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  52. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  53. 79ffdfc net: Add rtnl_lock_killable() by Kirill Tkhai · 7 years ago
  54. 4645667 net: Convert rtnetlink_net_ops by Kirill Tkhai · 7 years ago
  55. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
  56. 4ff66ca rtnetlink: require unique netns identifier by Christian Brauner · 7 years ago
  57. 7973bfd rtnetlink: remove check for IFLA_IF_NETNSID by Christian Brauner · 7 years ago
  58. 5bb8ed0 rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK by Christian Brauner · 7 years ago
  59. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  60. 38e01b3 dev: advertise the new ifindex when the netns iface changes by Nicolas Dichtel · 7 years ago
  61. b61ad68 rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK by Christian Brauner · 7 years ago
  62. c310bfc rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK by Christian Brauner · 7 years ago
  63. 7c4f63b rtnetlink: enable IFLA_IF_NETNSID in do_setlink() by Christian Brauner · 7 years ago
  64. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  65. 65d51f2 Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  66. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. c5a9f6f net/core: Add drop counters to VF statistics by Eugenia Emantayev · 8 years ago
  68. f428fe4 rtnetlink: give a user socket to get_target_net() by Andrei Vagin · 7 years ago
  69. a0b586f rtnetlink: fix typo in GSO max segments by Stephen Hemminger · 7 years ago
  70. 46e6b99 rtnetlink: allow GSO maximums to be set on device creation by Stephen Hemminger · 7 years ago
  71. b0e9fe1 rtnetlink: fix rtnl_link msghandler rcu annotations by Florian Westphal · 7 years ago
  72. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  73. d671965 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  74. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 7 years ago
  75. e420251 rtnetlink: get reference on module before invoking handlers by Florian Westphal · 7 years ago
  76. addf9b9 net: rtnetlink: use rcu to free rtnl message handlers by Florian Westphal · 7 years ago
  77. 118b4aa net: xdp: avoid output parameters when querying XDP prog by Jakub Kicinski · 7 years ago
  78. 03ac738 rtnetlink: fix missing size for IFLA_IF_NETNSID by Colin Ian King · 7 years ago
  79. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  80. 79e1ad1 rtnetlink: use netnsid to query interface by Jiri Benc · 7 years ago
  81. ef5201c bonding: remove rtmsg_ifinfo called after bond_lower_state_changed by Xin Long · 7 years ago
  82. eeda3fb rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event by Xin Long · 7 years ago
  83. 058c8d5 net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago
  84. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 5fa85a0 net: core: rcu-ify rtnl af_ops by Florian Westphal · 7 years ago
  86. 070cbf5b rtnetlink: place link af dump into own helper by Florian Westphal · 7 years ago
  87. 2459b4c net: enable interface alias removal via rtnl by Nicolas Dichtel · 7 years ago
  88. 2d7f669 rtnetlink: do not set notification for tx_queue_len in do_setlink by Xin Long · 7 years ago
  89. 64ff90c rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink by Xin Long · 7 years ago
  90. dc709f3 rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event by Xin Long · 7 years ago
  91. e6e6659 rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event by Xin Long · 7 years ago
  92. ebdcf04 rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_event by Xin Long · 7 years ago
  93. 8a21258 rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event by Xin Long · 7 years ago
  94. b88d12e rtnetlink: bridge: use ext_ack instead of printk by Florian Westphal · 7 years ago
  95. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  97. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  98. 5c45121 rtnetlink: remove __rtnl_af_unregister by Florian Westphal · 7 years ago
  99. e774d96 rtnetlink: remove slave_validate callback by Florian Westphal · 7 years ago
  100. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago