aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_phonet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-9/+8
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-6/+6
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-5/+4
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-02-28f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont1-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-12f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont1-26/+51
2009-08-12f_phonet: lock-less MTU changeRémi Denis-Courmont1-12/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont1-5/+4
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont1-8/+2
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-07phonet: update to net_device_opsStephen Hemminger1-4/+8
2008-12-17Phonet: USB CDC Phonet function for gadget frameworkRémi Denis-Courmont1-0/+621