summaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+16
2010-07-23macvtap: Limit packet queue lengthHerbert Xu1-2/+16
2010-07-11macvtap: Use dev_t for macvtap_major.David S. Miller1-1/+1
2010-05-04macvtap: add ioctl to modify vnet header sizeMichael S. Tsirkin1-4/+23
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+9
2010-04-26net: use sk_sleep()Eric Dumazet1-3/+3
2010-04-21net: sk_sleep() helperEric Dumazet1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-19macvtap: add GSO/csum offload supportArnd Bergmann1-24/+182
2010-02-19net/macvtap: add vhost supportArnd Bergmann1-21/+77
2010-02-19macvtap: rework object lifetime rulesArnd Bergmann1-92/+91
2010-02-16net/macvtap: fix reference countingArnd Bergmann1-13/+22
2010-02-04net: macvtap driverArnd Bergmann1-0/+581