1. 644c7ee rtnetlink: validate attributes in do_setlink() by Eric Dumazet · 6 years ago
  2. af066ed rtnetlink: Fix null-ptr-deref in rtnl_newlink by Prashant Bhole · 6 years ago
  3. ccf8dbc rtnetlink: Remove VLA usage by Kees Cook · 6 years ago
  4. 3940746 net: Handle null dst in rtnl_put_cacheinfo by David Ahern · 7 years ago
  5. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  6. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  7. 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
  8. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  9. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  10. 79ffdfc net: Add rtnl_lock_killable() by Kirill Tkhai · 7 years ago
  11. 4645667 net: Convert rtnetlink_net_ops by Kirill Tkhai · 7 years ago
  12. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
  13. 4ff66ca rtnetlink: require unique netns identifier by Christian Brauner · 7 years ago
  14. 7973bfd rtnetlink: remove check for IFLA_IF_NETNSID by Christian Brauner · 7 years ago
  15. 5bb8ed0 rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK by Christian Brauner · 7 years ago
  16. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  17. 38e01b3 dev: advertise the new ifindex when the netns iface changes by Nicolas Dichtel · 7 years ago
  18. b61ad68 rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK by Christian Brauner · 7 years ago
  19. c310bfc rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK by Christian Brauner · 7 years ago
  20. 7c4f63b rtnetlink: enable IFLA_IF_NETNSID in do_setlink() by Christian Brauner · 7 years ago
  21. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  22. 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
  23. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. c5a9f6f net/core: Add drop counters to VF statistics by Eugenia Emantayev · 7 years ago
  25. f428fe4 rtnetlink: give a user socket to get_target_net() by Andrei Vagin · 7 years ago
  26. a0b586f rtnetlink: fix typo in GSO max segments by Stephen Hemminger · 7 years ago
  27. 46e6b99 rtnetlink: allow GSO maximums to be set on device creation by Stephen Hemminger · 7 years ago
  28. b0e9fe1 rtnetlink: fix rtnl_link msghandler rcu annotations by Florian Westphal · 7 years ago
  29. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  30. d671965 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  31. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 7 years ago
  32. e420251 rtnetlink: get reference on module before invoking handlers by Florian Westphal · 7 years ago
  33. addf9b9 net: rtnetlink: use rcu to free rtnl message handlers by Florian Westphal · 7 years ago
  34. 118b4aa net: xdp: avoid output parameters when querying XDP prog by Jakub Kicinski · 7 years ago
  35. 03ac738 rtnetlink: fix missing size for IFLA_IF_NETNSID by Colin Ian King · 7 years ago
  36. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  37. 79e1ad1 rtnetlink: use netnsid to query interface by Jiri Benc · 7 years ago
  38. ef5201c bonding: remove rtmsg_ifinfo called after bond_lower_state_changed by Xin Long · 7 years ago
  39. eeda3fb rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_event by Xin Long · 7 years ago
  40. 058c8d5 net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago
  41. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. 5fa85a0 net: core: rcu-ify rtnl af_ops by Florian Westphal · 7 years ago
  43. 070cbf5 rtnetlink: place link af dump into own helper by Florian Westphal · 7 years ago
  44. 2459b4c net: enable interface alias removal via rtnl by Nicolas Dichtel · 7 years ago
  45. 2d7f669 rtnetlink: do not set notification for tx_queue_len in do_setlink by Xin Long · 7 years ago
  46. 64ff90c rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink by Xin Long · 7 years ago
  47. dc709f3 rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event by Xin Long · 7 years ago
  48. e6e6659 rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event by Xin Long · 7 years ago
  49. ebdcf04 rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_event by Xin Long · 7 years ago
  50. 8a21258 rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event by Xin Long · 7 years ago
  51. b88d12e rtnetlink: bridge: use ext_ack instead of printk by Florian Westphal · 7 years ago
  52. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  54. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  55. 5c45121 rtnetlink: remove __rtnl_af_unregister by Florian Westphal · 7 years ago
  56. e774d96 rtnetlink: remove slave_validate callback by Florian Westphal · 7 years ago
  57. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
  58. ce024f4 net: rtnetlink: fix info leak in RTM_GETSTATS call by Nikolay Aleksandrov · 7 years ago
  59. 4c82a95 rtnetlink: rtnl_have_link_slave_info doesn't need rtnl by Florian Westphal · 7 years ago
  60. b1e66b9 rtnetlink: add helpers to dump netnsid information by Florian Westphal · 7 years ago
  61. 250fc3d rtnetlink: add helpers to dump vf information by Florian Westphal · 7 years ago
  62. 79110a0 rtnetlink: add helper to put master and link ifindexes by Florian Westphal · 7 years ago
  63. d022578 rtnelink: Move link dump consistency check out of the loop by Jakub Sitnicki · 7 years ago
  64. 8caa38b rtnetlink: fallback to UNSPEC if current family has no doit callback by Florian Westphal · 7 years ago
  65. d38a651 rtnetlink: init handler refcounts to 1 by Florian Westphal · 7 years ago
  66. 8515ae3 rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu by Florian Westphal · 7 years ago
  67. 5c2bb9b rtnetlink: do not use RTM_GETLINK directly by Florian Westphal · 7 years ago
  68. 377cb24 rtnetlink: use rcu_dereference_raw to silence rcu splat by Florian Westphal · 7 years ago
  69. 62256f9 rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED by Florian Westphal · 7 years ago
  70. 6853dd4 rtnetlink: protect handler table with rcu by Florian Westphal · 7 years ago
  71. 0cc0902 rtnetlink: small rtnl lock pushdown by Florian Westphal · 7 years ago
  72. 019a316 rtnetlink: add reference counting to prevent module unload while dump is in progress by Florian Westphal · 7 years ago
  73. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  74. e1fa6d2 rtnetlink: call rtnl_calcit directly by Florian Westphal · 7 years ago
  75. 153711f rtnetlink: allocate more memory for dev_set_mac_address() by WANG Cong · 7 years ago
  76. 3753654 Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" by David Ahern · 7 years ago
  77. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  78. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
  79. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  80. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  81. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  82. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  83. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 7 years ago
  84. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 7 years ago
  85. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  86. 5f729ea rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute by Julien Gomes · 7 years ago
  87. db833d4 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 7 years ago
  88. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 7 years ago
  89. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. 0eed9cf net: Zero ifla_vf_info in rtnl_fill_vfinfo() by Mintz, Yuval · 7 years ago
  91. 8c6c918 rtnetlink: use the new rtnl_get_event() interface by Vlad Yasevich · 7 years ago
  92. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 7 years ago
  93. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. 0ff50e8 net: rtnetlink: bail out from rtnl_fdb_dump() on parse error by Alexander Potapenko · 7 years ago
  95. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  97. f6c5775 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  98. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  99. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  100. 77ef033 rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string by Michal Schmidt · 8 years ago