aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_macvlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25macvlan: Provide function for interfaces to release HW offloadAlexander Duyck1-0/+8
2018-04-25macvlan: Add function to test for destination filtering supportAlexander Duyck1-0/+9
2018-04-25macvlan: macvlan_count_rx shouldn't be static inline AND externAlexander Duyck1-4/+0
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck1-1/+7
2017-12-08macvlan: fix memory hole in macvlan_devGirish Moodalbail1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail1-15/+0
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+2
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi1-15/+2
2015-06-23macvtap: Increase limit of macvtap queuesPankaj Gupta1-1/+1
2014-09-29macvlan: add source modeMichael Braun1-0/+1
2014-06-02macvlan: add netpoll supportdingtianhong1-0/+3
2014-05-16macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich1-0/+1
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing1-24/+3
2013-12-28macvlan: make start_xmit localstephen hemminger1-3/+0
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich1-6/+1
2013-11-15macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček1-0/+17
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-0/+1
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich1-0/+2
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1
2013-06-07macvtap: add TUNSETQUEUE ioctlJason Wang1-0/+4
2013-06-07macvlan: change the max number of queues to 16Jason Wang1-1/+1
2013-06-07macvlan: switch to use IS_ENABLED()Jason Wang1-1/+1
2013-02-06macvlan: add multicast filterEric Dumazet1-0/+6
2012-04-15macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend1-0/+1
2011-10-21macvtap: Fix the minor device number allocationEric W. Biederman1-0/+1
2010-11-16macvlan: lockless tx pathEric Dumazet1-14/+20
2010-11-15include/linux/if_macvlan.h: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-08-16macvtap: Implement multiqueue for macvtap driverKrishna Kumar1-1/+8
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-07-22macvtap: Limit packet queue lengthHerbert Xu1-0/+2
2010-06-28macvlan: 64 bit rx countersEric Dumazet1-7/+12
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-4/+0
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-1/+2
2010-02-18net/macvtap: add vhost supportArnd Bergmann1-0/+13
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo1-1/+1
2010-02-03net: macvtap driverArnd Bergmann1-0/+1
2010-02-03macvlan: allow multiple driver backendsArnd Bergmann1-0/+70
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-3/+0
2007-07-14[NET]: Add macvlan driverPatrick McHardy1-0/+9