aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_phonet.c
AgeCommit message (Expand)Author
2013-07-29usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz
2013-07-25usb: gadget: free opts struct on error recoveryAndrzej Pietrasiewicz
2013-06-10usb: gadget: f_phonet: add configfs supportAndrzej Pietrasiewicz
2013-06-10usb: gadget: f_phonet: remove compatibility layerAndrzej Pietrasiewicz
2013-06-10usb: gadget: f_phonet: convert to new function interface with backward compat...Andrzej Pietrasiewicz
2013-06-10usb: gadget: phonet: move global dev variable to its userAndrzej Pietrasiewicz
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-31usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-03-27f_phonet: fix skb truesize underestimationEric Dumazet
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-17f_phonet: fix page offset of first received fragmentRémi Denis-Courmont
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-12usb: gadget: f_phonet: unlock in error caseSebastian Andrzej Siewior
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-02-28f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-12f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont
2009-08-12f_phonet: lock-less MTU changeRémi Denis-Courmont
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-01-07phonet: update to net_device_opsStephen Hemminger
2008-12-17Phonet: USB CDC Phonet function for gadget frameworkRémi Denis-Courmont