Age | Commit message (Expand) | Author |
2022-06-09 | vlan: adopt u64_stats_t | Eric Dumazet |
2022-03-14 | net: macvlan: add net device refcount tracker | Ziyang Xuan |
2021-03-10 | macvlan: macvlan_count_rx() needs to be aware of preemption | Eric Dumazet |
2020-12-03 | macvlan: Support for high multicast packet rate | Thomas Karlsson |
2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo |
2018-04-25 | macvlan: Provide function for interfaces to release HW offload | Alexander Duyck |
2018-04-25 | macvlan: Add function to test for destination filtering support | Alexander Duyck |
2018-04-25 | macvlan: macvlan_count_rx shouldn't be static inline AND extern | Alexander Duyck |
2018-04-25 | macvlan: Rename fwd_priv to accel_priv and add accessor function | Alexander Duyck |
2017-12-08 | macvlan: fix memory hole in macvlan_dev | Girish Moodalbail |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-26 | macvlan: remove unused fields in struct macvlan_dev | Girish Moodalbail |
2017-10-04 | net: Add extack to upper device linking | David Ahern |
2017-02-11 | tap: Renaming tap related APIs, data structures, macros | Sainath Grandhi |
2015-06-23 | macvtap: Increase limit of macvtap queues | Pankaj Gupta |
2014-09-29 | macvlan: add source mode | Michael Braun |
2014-06-02 | macvlan: add netpoll support | dingtianhong |
2014-05-16 | macvlan: Fix lockdep warnings with stacked macvlan devices | Vlad Yasevich |
2014-01-04 | macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats | Li RongQing |
2013-12-28 | macvlan: make start_xmit local | stephen hemminger |
2013-12-12 | macvlan: Remove custom recieve and forward handlers | Vlad Yasevich |
2013-11-15 | macvlan: introduce macvlan_dev_real_dev() helper function | Michal Kubeček |
2013-11-07 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend |
2013-06-25 | macvtap: Let TUNSETOFFLOAD actually controll offload features. | Vlad Yasevich |
2013-06-13 | macvtap: slient sparse warnings | Jason Wang |
2013-06-07 | macvtap: add TUNSETQUEUE ioctl | Jason Wang |
2013-06-07 | macvlan: change the max number of queues to 16 | Jason Wang |
2013-06-07 | macvlan: switch to use IS_ENABLED() | Jason Wang |
2013-02-06 | macvlan: add multicast filter | Eric Dumazet |
2012-04-15 | macvlan: add FDB bridge ops and macvlan flags | John Fastabend |
2011-10-21 | macvtap: Fix the minor device number allocation | Eric W. Biederman |
2010-11-16 | macvlan: lockless tx path | Eric Dumazet |
2010-11-15 | include/linux/if_macvlan.h: Remove unnecessary semicolons | Joe Perches |
2010-08-16 | macvtap: Implement multiqueue for macvtap driver | Krishna Kumar |
2010-07-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-07-22 | macvtap: Limit packet queue length | Herbert Xu |
2010-06-28 | macvlan: 64 bit rx counters | Eric Dumazet |
2010-06-02 | net: replace hooks in __netif_receive_skb V5 | Jiri Pirko |
2010-05-15 | net: adjust handle_macvlan to pass port struct to hook | Jiri Pirko |
2010-02-18 | net/macvtap: add vhost support | Arnd Bergmann |
2010-02-16 | percpu: add __percpu sparse annotations to net drivers | Tejun Heo |
2010-02-03 | net: macvtap driver | Arnd Bergmann |
2010-02-03 | macvlan: allow multiple driver backends | Arnd Bergmann |
2008-04-30 | Remove "#ifdef __KERNEL__" checks from unexported headers | Robert P. J. Day |
2007-07-14 | [NET]: Add macvlan driver | Patrick McHardy |