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