1. 8bc7823 net: drivers: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  2. e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  3. 2f23e5c net: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  4. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  5. 26d3f69 macvlan: Fix a typo by Zheng Yongjun · 3 years, 7 months ago
  6. bb23ffa macvlan: Use 'hash' iterators to simplify code by Christophe JAILLET · 3 years, 9 months ago
  7. 427f0c8 macvlan: Add nodst option to macvlan type source by Jethro Beekman · 3 years, 9 months ago
  8. 89430ef macvlan: remove redundant null check on data by Yunjian Wang · 4 years ago
  9. d4bff72 macvlan: Support for high multicast packet rate by Thomas Karlsson · 4 years, 1 month ago
  10. 419a38c net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setup by Menglong Dong · 4 years, 2 months ago
  11. 50a77e5 net: macvlan: Demote nonconformant function header by Lee Jones · 4 years, 2 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  13. 8b61fba macvlan: validate setting of multiple remote source MAC addresses by Alvin Šipraga · 4 years, 5 months ago
  14. be74294 net: get rid of lockdep_set_class_and_subclass() by Cong Wang · 4 years, 7 months ago
  15. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  16. 81f3dc9 macvlan: Skip loopback packets in RX handler by Alexander Sverdlin · 4 years, 8 months ago
  17. f78ed22 netpoll: accept NULL np argument in netpoll_send_skb() by Eric Dumazet · 4 years, 8 months ago
  18. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  19. d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  20. 58e64a3 macvlan: silence RCU list debugging warning by Wei Yongjun · 4 years, 9 months ago
  21. 4dee15b macvlan: fix null dereference in macvlan_device_event() by Taehee Yoo · 4 years, 9 months ago
  22. ce9a418 macvlan: add cond_resched() during multicast processing by Mahesh Bandewar · 4 years, 10 months ago
  23. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  24. 1712b2f macvlan: use skb_reset_mac_header() in macvlan_queue_xmit() by Eric Dumazet · 5 years ago
  25. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  26. 96cc4b6 macvlan: do not assume mac_header is set in macvlan_broadcast() by Eric Dumazet · 5 years ago
  27. d25de98 net: macvlan: Use the PHY time stamping interface. by Richard Cochran · 5 years ago
  28. 1d7ea55 macvlan: schedule bc_work even if error by Menglong Dong · 5 years ago
  29. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  30. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  31. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  33. 36f1843 macvlan: Replace strncpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  34. 0259625 macvlan: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  35. 6c2ea9e macvlan: disable SIOCSHWTSTAMP in container by Hangbin Liu · 6 years ago
  36. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  37. 254c0a2 macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device by Hangbin Liu · 6 years ago
  38. 2e8b4ba macvlan: add ndo_change_proto_down support by Andy Roulin · 6 years ago
  39. 913564f macvlan: use netif_is_macvlan_port() by Julian Wiedmann · 6 years ago
  40. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. bf97403 macvlan: replace kfree_skb by consume_skb for drop profiles by Yang Wei · 6 years ago
  42. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  43. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  44. 59f997b macvlan: return correct error value by Matteo Croce · 6 years ago
  45. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  46. 80fd2d6 macvlan: Change status when lower device goes down by Travis Brown · 7 years ago
  47. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 7 years ago
  48. 81d4e91 macvlan: Use software path for offloaded local, broadcast, and multicast traffic by Alexander Duyck · 7 years ago
  49. 7d775f6 macvlan: Rename fwd_priv to accel_priv and add accessor function by Alexander Duyck · 7 years ago
  50. 13fbcc8 macvlan: filter out unsupported feature flags by Shannon Nelson · 7 years ago
  51. 4e14bf4 macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 7 years ago
  52. d02fd6e macvlan: Fix one possible double free by Gao Feng · 7 years ago
  53. 56fd2b2 macvlan/macvtap: Add support for L2 forwarding offloads with macvtap by Alexander Duyck · 7 years ago
  54. c8c41ea macvlan: Only update pkt_type if destination MAC address matches by Alexander Duyck · 7 years ago
  55. dd6b9c2 macvlan: Only deliver one copy of the frame to the macvlan interface by Alexander Duyck · 7 years ago
  56. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  57. 07850a4 macvlan: code refine to check data before using by Zhang Shengju · 7 years ago
  58. f21e507 macvlan: add offload features for encapsulation by Dimitris Michailidis · 7 years ago
  59. fb652fd macvlan/macvtap: Remove NETIF_F_UFO advertisement. by David S. Miller · 8 years ago
  60. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  62. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  63. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  64. 18c8c54 macvlan: Let passthru macvlan correctly restore lower mac address by Vlad Yasevich · 8 years ago
  65. 43c2d57 macvlan: convert port passthru to flags. by Vlad Yasevich · 8 years ago
  66. e696cda macvlan: Fix passthru macvlan mac address inheritance by Vlad Yasevich · 8 years ago
  67. e26f43f macvlan: Do not return error when setting the same mac address by Vlad Yasevich · 8 years ago
  68. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. a88e267 macvlan: propagate the mac address change status for lowerdev by Zhang Shengju · 8 years ago
  70. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  71. 70957ea macvlan: Fix performance issues with vlan tagged packets by Vlad Yasevich · 8 years ago
  72. f647821 macvlan: Fix device ref leak when purging bc_queue by Herbert Xu · 8 years ago
  73. 6fe3faf tap: Abstract type of virtual interface from tap implementation by Sainath Grandhi · 8 years ago
  74. 322dc6e macvlan: use netdev_is_rx_handler_busy instead of checking specific type by Mahesh Bandewar · 8 years ago
  75. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  76. a1f5315 driver: macvlan: Remove the rcu member of macvlan_port by Gao Feng · 8 years ago
  77. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. c3891fa driver: macvlan: Check if need rollback multicast setting in macvlan_open by Gao Feng · 8 years ago
  79. fc51f2b driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_source by Gao Feng · 8 years ago
  80. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. d94d025 driver: macvlan: Replace integer number with bool value by Gao Feng · 8 years ago
  82. aa5fd0f driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed. by Gao Feng · 8 years ago
  83. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  84. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  85. 24ffd75 net: macvlan: call netdev_lockdep_set_classes() by Eric Dumazet · 9 years ago
  86. 9c127a0 macvlan: Avoid unnecessary multicast cloning by Herbert Xu · 9 years ago
  87. 260916d macvlan: Fix potential use-after free for broadcasts by Herbert Xu · 9 years ago
  88. 3083796 macvlan: fix failure during registration v3 by Francesco Ruggeri · 9 years ago
  89. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 9 years ago
  90. 85f9581 net: macvlan: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  91. 7009212 macvlan: convert to use IFF_NO_QUEUE by Zhang Shengju · 9 years ago
  92. de7d244 macvlan: make operstate and carrier more accurate by Nikolay Aleksandrov · 9 years ago
  93. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  94. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  95. e639b8d macvlan: fix leak in macvlan_handle_frame by Sabrina Dubroca · 9 years ago
  96. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  97. f56e67b macvlan: Don't segment multiple tagged packets on macvlan device by Toshiaki Makita · 9 years ago
  98. efdbd2b macvlan: Propagate promiscuity setting to lower devices. by Vlad Yasevich · 10 years ago
  99. ef5fa6b macvlan: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  100. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago