1. 3bd2095 macvlan: add cond_resched() during multicast processing by Mahesh Bandewar · 4 years, 2 months ago
  2. bde7568 macvlan: use skb_reset_mac_header() in macvlan_queue_xmit() by Eric Dumazet · 4 years, 4 months ago
  3. 9b266c6 macvlan: do not assume mac_header is set in macvlan_broadcast() by Eric Dumazet · 4 years, 5 months ago
  4. cb07e9c macvlan: schedule bc_work even if error by Menglong Dong · 4 years, 6 months ago
  5. f19a40b macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 6 years ago
  6. 88f72bd macvlan: Fix one possible double free by Gao Feng · 6 years ago
  7. 31eb410 macvlan: Only deliver one copy of the frame to the macvlan interface by Alexander Duyck · 7 years ago
  8. ae88c43 macvlan: Fix device ref leak when purging bc_queue by Herbert Xu · 7 years ago
  9. c3891fa driver: macvlan: Check if need rollback multicast setting in macvlan_open by Gao Feng · 7 years ago
  10. aa5fd0f driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed. by Gao Feng · 8 years ago
  11. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  12. 24ffd75 net: macvlan: call netdev_lockdep_set_classes() by Eric Dumazet · 8 years ago
  13. 9c127a0 macvlan: Avoid unnecessary multicast cloning by Herbert Xu · 8 years ago
  14. 260916d macvlan: Fix potential use-after free for broadcasts by Herbert Xu · 8 years ago
  15. 3083796 macvlan: fix failure during registration v3 by Francesco Ruggeri · 8 years ago
  16. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 8 years ago
  17. 85f9581 net: macvlan: use __ethtool_get_ksettings by David Decotigny · 8 years ago
  18. 7009212 macvlan: convert to use IFF_NO_QUEUE by Zhang Shengju · 8 years ago
  19. de7d244 macvlan: make operstate and carrier more accurate by Nikolay Aleksandrov · 8 years ago
  20. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 8 years ago
  21. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 8 years ago
  22. e639b8d macvlan: fix leak in macvlan_handle_frame by Sabrina Dubroca · 9 years ago
  23. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  24. f56e67b macvlan: Don't segment multiple tagged packets on macvlan device by Toshiaki Makita · 9 years ago
  25. efdbd2b macvlan: Propagate promiscuity setting to lower devices. by Vlad Yasevich · 9 years ago
  26. ef5fa6b macvlan: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  27. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 9 years ago
  28. eaca400 macvlan: advertise link netns via netlink by Nicolas Dichtel · 9 years ago
  29. d6b00fe macvlan: play well with ipvlan device by Mahesh Bandewar · 9 years ago
  30. 62dbe83 macvlan: allow setting LRO independently of lower device by Michal Kubeček · 9 years ago
  31. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 9 years ago
  32. a523a5e macvlan: delay the header check for dodgy packets into lower device by Jason Wang · 9 years ago
  33. fe0ca73 macvlan: fix a race on port dismantle and possible skb leaks by Eric Dumazet · 10 years ago
  34. d1dd9119 macvlan: optimize the receive path by jbaron@akamai.com · 10 years ago
  35. 4c97993 macvlan: pass 'bool' type to macvlan_count_rx() by jbaron@akamai.com · 10 years ago
  36. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  37. 79cf79a macvlan: add source mode by Michael Braun · 10 years ago
  38. 07d92d5 macvlan: allow to enqueue broadcast pkt on virtual device by Nicolas Dichtel · 10 years ago
  39. 0d0162e net: allow macvlans to move to net namespace by Francesco Ruggeri · 10 years ago
  40. 8a50f11 macvlan: Allow setting multicast filter on all macvlan types by Vlad Yasevich · 10 years ago
  41. 5e3c516 Revert "macvlan: simplify the structure port" by David S. Miller · 10 years ago
  42. 081e83a macvlan: Initialize vlan_features to turn on offload support. by Vlad Yasevich · 10 years ago
  43. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 87757a9 net: force a list_del() in unregister_netdevice_many() by Eric Dumazet · 10 years ago
  45. 4c99125 macvlan: Support bonding events by Vlad Yasevich · 10 years ago
  46. 688cea8 macvlan: add netpoll support by dingtianhong · 10 years ago
  47. e289fd2 macvlan: fix the problem when mac address changes for passthru mode by dingtianhong · 10 years ago
  48. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. c674ac3 macvlan: Fix lockdep warnings with stacked macvlan devices by Vlad Yasevich · 10 years ago
  50. a188a54 macvlan: simplify the structure port by dingtianhong · 10 years ago
  51. 3763e7e macvlan: Propagate lowerdev MTU changes by dingtianhong · 10 years ago
  52. bbeb0ea macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces. by Peter Christensen · 10 years ago
  53. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. f114890 Revert "macvlan : fix checksums error when we are in bridge mode" by Vlad Yasevich · 10 years ago
  55. e676f19 macvlan: Fix leak and NULL dereference on error path by Herbert Xu · 10 years ago
  56. 412ca15 macvlan: Move broadcasts into a work queue by Herbert Xu · 10 years ago
  57. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  58. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. 8b4703e macvlan: Add support for 'always_on' offload features by Vlad Yasevich · 10 years ago
  60. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  61. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  62. da37705 macvlan: unregister net device when netdev_upper_dev_link() fails by Cong Wang · 10 years ago
  63. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 10 years ago
  65. b13ba1b macvlan: forbid L2 fowarding offload for macvtap by Jason Wang · 10 years ago
  66. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. cdf3e27 macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats by Li RongQing · 10 years ago
  68. 0db901b macvlan: make start_xmit local by stephen hemminger · 10 years ago
  69. 797f87f macvlan: fix netdev feature propagation from lower device by Florian Westphal · 10 years ago
  70. 2f6a1b6 macvlan: Remove custom recieve and forward handlers by Vlad Yasevich · 10 years ago
  71. d70f2cf macvlan: Support creating macvtaps from macvlans by Kevin Wallace · 10 years ago
  72. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  74. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  75. 47d4ab9 macvlan: resolve ENOENT errors on creation by John Fastabend · 11 years ago
  76. de9e8f3 macvlan: Move skb_clone check closer to call by Herbert Xu · 11 years ago
  77. 8b98604 net: macvlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  78. 7174012 macvlan: fix typo in assignment by Lutz Jaenicke · 11 years ago
  79. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 1512747 macvlan: validate flags by Michael S. Tsirkin · 11 years ago
  81. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  82. 7873814 macvlan: handle set_promiscuity failures by Michael S. Tsirkin · 11 years ago
  83. 266e834 macvlan: better mode validation by Michael S. Tsirkin · 11 years ago
  84. ab2cfbb macvlan fdb replace support by Thomas Richter · 11 years ago
  85. 2be5c76 macvtap: Let TUNSETOFFLOAD actually controll offload features. by Vlad Yasevich · 11 years ago
  86. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  87. 99ffc3e macvlan: don't touch promisc without passthrough by Michael S. Tsirkin · 11 years ago
  88. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  89. 233c7df macvlan: fix passthru mode race between dev removal and rx path by Jiri Pirko · 11 years ago
  90. 28d2b13 net: vlan: announce STAG offload capability in some drivers by Patrick McHardy · 11 years ago
  91. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  92. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  93. e052f7e macvlan: use the right RCU api by Eric Dumazet · 11 years ago
  94. 87ab7f6 macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode. by Vlad Yasevich · 11 years ago
  95. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  96. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  97. 3807ff5 macvlan: add a salt to mc_hash() by Eric Dumazet · 11 years ago
  98. d527043 macvlan: broadcast addr should be part of mc_filter by Eric Dumazet · 11 years ago
  99. cd431e7 macvlan: add multicast filter by Eric Dumazet · 11 years ago
  100. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago