aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)Author
2015-03-18macvtap: make sure neighbour code can push ethernet headerEric Dumazet
2014-11-21macvtap: Fix csum_start when VLAN tags are presentHerbert Xu
2014-01-15macvtap: signal truncated packetsJason Wang
2014-01-15macvtap: update file current positionZhi Yong Wu
2014-01-15macvtap: Do not double-count received packetsVlad Yasevich
2013-12-08macvtap: limit head length of skb allocatedJason Wang
2013-07-28macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang
2013-07-28macvtap: correctly linearize skb when zerocopy is usedJason Wang
2013-06-25macvtap: fix recovery from gup errorsMichael S. Tsirkin
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang
2013-03-26macvtap: set transport header before passing skb to lower deviceJason Wang
2013-02-27macvtap: convert to idr_alloc()Tejun Heo
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2012-08-12macvtap: rcu_dereference outside read-lock sectionDenis Efremov
2012-06-07macvtap: use prepare_to_wait/finish_wait to ensure mbHong zhi guo
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-11macvtap: restore vlan header on user readBasil Gor
2012-05-02macvtap: zerocopy: validate vectors before building skbJason Wang
2012-05-02macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfullyJason Wang
2012-05-02macvtap: zerocopy: put page when fail to get all requested user pagesJason Wang
2012-05-02macvtap: zerocopy: fix truesize underestimationJason Wang
2012-05-02macvtap: zerocopy: fix offset calculation when building skbJason Wang
2012-02-14security: trim security.hAl Viro
2011-12-20macvtap: Fix macvtap_get_queue to use rxhash firstKrishna Kumar
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-10-21macvtap: Fix the minor device number allocationEric W. Biederman
2011-10-21macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman
2011-10-21macvtap: Don't leak unreceived packets when we delete a macvtap device.Eric W. Biederman
2011-10-21macvtap: Fix macvtap_open races in the zero copy enable code.Eric W. Biederman
2011-10-21macvtap: Close a race between macvtap_open and macvtap_dellink.Eric W. Biederman
2011-09-20macvtap: fix the uninitialized var using in macvtap_alloc_skb()Jason Wang
2011-09-15macvtap: convert to SKB paged frag API.Ian Campbell
2011-07-07macvtap: macvtapTX zero-copy supportShirley Ma
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-07drivers/net/macvtap: fix error checkNicolas Kaiser
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
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-07-10macvtap: Use dev_t for macvtap_major.David S. Miller
2010-05-04macvtap: add ioctl to modify vnet header sizeMichael S. Tsirkin
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-26net: use sk_sleep()Eric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18macvtap: add GSO/csum offload supportArnd Bergmann