Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo
2018-04-25macvlan: Provide function for interfaces to release HW offloadAlexander Duyck
2018-04-25macvlan: Add function to test for destination filtering supportAlexander Duyck
2018-04-25macvlan: macvlan_count_rx shouldn't be static inline AND externAlexander Duyck
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck
2017-12-08macvlan: fix memory hole in macvlan_devGirish Moodalbail
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail
2017-10-05net: Add extack to upper device linkingDavid Ahern
2017-02-12tap: Renaming tap related APIs, data structures, macrosSainath Grandhi
2015-06-23macvtap: Increase limit of macvtap queuesPankaj Gupta
2014-09-29macvlan: add source modeMichael Braun
2014-06-03macvlan: add netpoll supportdingtianhong
2014-05-17macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich
2014-01-05macvlan: 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-16macvlan: introduce macvlan_dev_real_dev() helper functionMichal Kubeček
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-06-26macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich
2013-06-13macvtap: slient sparse warningsJason Wang
2013-06-08macvtap: add TUNSETQUEUE ioctlJason Wang
2013-06-08macvlan: change the max number of queues to 16Jason Wang
2013-06-08macvlan: switch to use IS_ENABLED()Jason Wang
2013-02-07macvlan: 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-17macvtap: Implement multiqueue for macvtap driverKrishna Kumar
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-23macvtap: Limit packet queue lengthHerbert Xu
2010-06-29macvlan: 64 bit rx countersEric Dumazet
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-05-16net: adjust handle_macvlan to pass port struct to hookJiri Pirko
2010-02-19net/macvtap: add vhost supportArnd Bergmann
2010-02-17percpu: add __percpu sparse annotations to net driversTejun Heo
2010-02-04net: macvtap driverArnd Bergmann
2010-02-04macvlan: allow multiple driver backendsArnd Bergmann
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2007-07-15[NET]: Add macvlan driverPatrick McHardy