1. d022578 rtnelink: Move link dump consistency check out of the loop by Jakub Sitnicki · 7 years ago
  2. 8caa38b rtnetlink: fallback to UNSPEC if current family has no doit callback by Florian Westphal · 7 years ago
  3. d38a651 rtnetlink: init handler refcounts to 1 by Florian Westphal · 7 years ago
  4. 8515ae3 rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu by Florian Westphal · 7 years ago
  5. 5c2bb9b rtnetlink: do not use RTM_GETLINK directly by Florian Westphal · 7 years ago
  6. 377cb24 rtnetlink: use rcu_dereference_raw to silence rcu splat by Florian Westphal · 7 years ago
  7. 62256f9 rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED by Florian Westphal · 7 years ago
  8. 6853dd4 rtnetlink: protect handler table with rcu by Florian Westphal · 7 years ago
  9. 0cc0902 rtnetlink: small rtnl lock pushdown by Florian Westphal · 7 years ago
  10. 019a316 rtnetlink: add reference counting to prevent module unload while dump is in progress by Florian Westphal · 7 years ago
  11. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  12. e1fa6d2 rtnetlink: call rtnl_calcit directly by Florian Westphal · 7 years ago
  13. 153711f rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 7 years ago
  14. 3753654 Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" by David Ahern · 7 years ago
  15. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  16. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
  17. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  18. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  19. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  20. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  21. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 7 years ago
  22. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 7 years ago
  23. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 5f729ea rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute by Julien Gomes · 7 years ago
  25. db833d4 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 7 years ago
  26. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 8 years ago
  27. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 0eed9cf net: Zero ifla_vf_info in rtnl_fill_vfinfo() by Mintz, Yuval · 8 years ago
  29. 8c6c918 rtnetlink: use the new rtnl_get_event() interface by Vlad Yasevich · 8 years ago
  30. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  31. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 0ff50e8 net: rtnetlink: bail out from rtnl_fdb_dump() on parse error by Alexander Potapenko · 8 years ago
  33. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  35. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  36. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  37. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  38. 77ef033 rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string by Michal Schmidt · 8 years ago
  39. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 8 years ago
  40. b5cdae3 net: Generic XDP by David S. Miller · 8 years ago
  41. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  42. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  43. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  44. 27b3b55 rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event by David Ahern · 8 years ago
  45. b6b36eb rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event by David Ahern · 8 years ago
  46. aed0735 rtnetlink: Do not generate notifications for CHANGELOWERSTATE event by David Ahern · 8 years ago
  47. bf2c298 rtnetlink: Do not generate notifications for PRECHANGEUPPER event by David Ahern · 8 years ago
  48. aef091a rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event by David Ahern · 8 years ago
  49. cd8966e rtnetlink: Do not generate notifications for CHANGEADDR event by David Ahern · 8 years ago
  50. 46ede61 rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO by David Ahern · 8 years ago
  51. 085e1a6 rtnetlink: Do not generate notifications for MTU events by David Ahern · 8 years ago
  52. bf74b20 Revert "rtnl: Add support for netdev event to link messages" by David S. Miller · 8 years ago
  53. def1288 rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  54. 5138e86 rtnetlink: Convert rtnetlink_event to white list by Vlad Yasevich · 8 years ago
  55. a7678c7 rtnetlink: Add dump all for netconf by David Ahern · 8 years ago
  56. d1892e4 rtnl: simplify error return path in rtnl_create_link() by Tobias Klauser · 8 years ago
  57. 025331d rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size by Daniel Borkmann · 8 years ago
  58. 160ca01 rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlink by Theuns Verwoerd · 8 years ago
  59. 9af15c3 device: Implement a bus agnostic dev_num_vf routine by Phil Sutter · 8 years ago
  60. aefb4d4 net: AF-specific RTM_GETSTATS attributes by Robert Shearman · 8 years ago
  61. 4775cc1 rtnl: stats - add missing netlink message size checks by Mathias Krause · 8 years ago
  62. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  63. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. 6919756 net/rtnetlink: fix attribute name in nlmsg_size() comments by Tobias Klauser · 8 years ago
  65. 2934c9d rtnetlink: return the correct error code by Zhang Shengju · 8 years ago
  66. 85de857 bpf, xdp: allow to pass flags to dev_change_xdp_fd by Daniel Borkmann · 8 years ago
  67. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. 3df5b3c net: Add net-device param to the get offloaded stats ndo by Or Gerlitz · 8 years ago
  69. 93af205 rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() by Zhang Shengju · 8 years ago
  70. 3f0ae05 rtnl: fix the loop index update error in rtnl_dump_ifinfo() by Zhang Shengju · 8 years ago
  71. f82ef3e rtnetlink: fix FDB size computation by Sabrina Dubroca · 8 years ago
  72. b3cfaa3 rtnetlink: fix rtnl message size computation for XDP by Sabrina Dubroca · 8 years ago
  73. 7e75f74 rtnetlink: fix rtnl_vfinfo_size by Sabrina Dubroca · 8 years ago
  74. f567e95 rtnl: reset calcit fptr in rtnl_unregister() by Mathias Krause · 8 years ago
  75. 775f4f0 net: rtnl: info leak in rtnl_fill_vfinfo() by Dan Carpenter · 8 years ago
  76. fa34cd9 net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handling by Arnd Bergmann · 8 years ago
  77. 79aab09 net: Update API for VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  78. 69ae6ad net: core: Add offload stats to if_stats_msg by Nogah Frankel · 8 years ago
  79. b8b867e rtnetlink: remove unused ifla_stats_policy by stephen hemminger · 8 years ago
  80. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  81. f8edcd1 net: rtnetlink: Don't export empty RTAX_FEATURES by Phil Sutter · 8 years ago
  82. 262d862 rtnl: protect do_setlink from IFLA_XDP_ATTACHED by Brenden Blanco · 8 years ago
  83. d1fdd91 rtnl: add option for setting link xdp prog by Brenden Blanco · 8 years ago
  84. 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 8 years ago
  85. 80e73cc net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute by Nikolay Aleksandrov · 8 years ago
  86. 1b5c549 net_sched: add the ability to defer skb freeing by Eric Dumazet · 9 years ago
  87. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  88. 5f8e447 net: fix infoleak in rtnetlink by Kangjie Lu · 9 years ago
  89. 97a47fa net: rtnetlink: add linkxstats callbacks and attribute by Nikolay Aleksandrov · 9 years ago
  90. e8872a2 net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter by Nikolay Aleksandrov · 9 years ago
  91. 270cb4d rtnl: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  92. 343a6d8 rtnl: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  93. 58414d3 rtnl: use the new API to align IFLA_STATS* by Nicolas Dichtel · 9 years ago
  94. 10c9ead rtnetlink: add new RTM_GETSTATS message to dump link stats by Roopa Prabhu · 9 years ago
  95. 35c5845 net: Add helpers for 64-bit aligning netlink attributes. by David S. Miller · 9 years ago
  96. 1840284 net: Align IFLA_STATS64 attributes properly on architectures that need it. by David S. Miller · 9 years ago
  97. 550bce5 rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy by Roopa Prabhu · 9 years ago
  98. c57c7a9 rtnl: fix msg size calculation in if_nlmsg_size() by Nicolas Dichtel · 9 years ago
  99. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  100. b8ba452 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago