summaryrefslogtreecommitdiff
path: root/include/linux/if_macvlan.h
AgeCommit message (Expand)Author
2014-05-31macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing
2013-12-28macvlan: make start_xmit localstephen hemminger
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich
2013-11-15macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich
2013-06-13macvtap: slient sparse warningsJason Wang
2013-06-07macvtap: add TUNSETQUEUE ioctlJason Wang
2013-06-07macvlan: change the max number of queues to 16Jason Wang
2013-06-07macvlan: switch to use IS_ENABLED()Jason Wang
2013-02-06macvlan: add multicast filterEric Dumazet
2012-04-15macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend
2011-10-21macvtap: Fix the minor device number allocationEric W. Biederman
2010-11-16macvlan: lockless tx pathEric Dumazet
2010-11-15include/linux/if_macvlan.h: Remove unnecessary semicolonsJoe Perches
2010-08-16macvtap: Implement multiqueue for macvtap driverKrishna Kumar
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-22macvtap: Limit packet queue lengthHerbert Xu
2010-06-28macvlan: 64 bit rx countersEric Dumazet
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko
2010-02-18net/macvtap: add vhost supportArnd Bergmann
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo
2010-02-03net: macvtap driverArnd Bergmann
2010-02-03macvlan: allow multiple driver backendsArnd Bergmann
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2007-07-14[NET]: Add macvlan driverPatrick McHardy