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