summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde2010-06-301-0/+1
* nl80211: Add option to adjust transmit powerJuuso Oikarinen2010-06-241-0/+9
* cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2010-06-241-0/+13
* ssb: remove the ssb DMA APIFUJITA Tomonori2010-06-041-157/+0Star
* ssb: add dma_dev to ssb_device structureFUJITA Tomonori2010-06-041-1/+1
* wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
* net: fix problem in dequeuing from input_pkt_queueTom Herbert2010-05-211-3/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-211-1/+1
|\
| * netfilter: fix description of expected checkentry return code on xt_targetLuciano Coelho2010-05-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-2125-152/+1741
|\ \
| * | USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman2010-05-201-12/+0Star
| * | USB: include/usb/*.h checkpatch cleanupGreg Kroah-Hartman2010-05-2014-88/+92
| * | USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman2010-05-201-16/+16
| * | USB: remove usb_find_deviceMing Lei2010-05-201-1/+0Star
| * | USB: f_fs: the FunctionFS driverMichal Nazarewicz2010-05-201-0/+199
| * | wait_event_interruptible_locked() interfaceMichal Nazarewicz2010-05-201-0/+149
| * | USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-201-6/+2Star
| * | USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-0/+12
| * | USB: simplify usb_sg_init()Alan Stern2010-05-201-2/+0Star
| * | USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-1/+1
| * | USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox2010-05-201-2/+5
| * | USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-0/+8
| * | USB: Add definition for the Pipe Usage descriptorMatthew Wilcox2010-05-201-0/+2
| * | USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-17/+11Star
| * | USB: remove the usb_host_ss_ep_comp structureAlan Stern2010-05-201-16/+3Star
| * | USB: export the new ch11.h file to userspceAlan Stern2010-05-202-6/+5Star
| * | USB: Composite framework: Add suspended sysfs entryFabien Chouteau2010-05-202-0/+5
| * | USB: ncm: added ncm.h with auxiliary definitionsYauheni Kaliuta2010-05-201-0/+114
| * | usb: cdc: ncm constants and structures addedYauheni Kaliuta2010-05-201-0/+94
| * | USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-202-0/+20
| * | USB: Add stream ID field to struct urb.Sarah Sharp2010-05-201-0/+1
| * | USB: Add parsing of SuperSpeed endpoint companion descriptor.Sarah Sharp2010-05-201-0/+2
| * | USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-201-4/+2Star
| * | USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-0/+9
| * | usb: otg: add global ULPI register definitionsHeikki Krogerus2010-05-201-0/+140
| * | USB: gadget: add HID gadget driverFabien Chouteau2010-05-201-0/+32
| * | USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-0/+5
| * | USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-201-3/+6
| * | USB: serial: generalise generic read implementationJohan Hovold2010-05-201-0/+3
| * | USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-201-1/+1
| * | USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-0/+5
| * | USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2010-05-201-0/+4
| * | USB: musb: allow the Blackfin vrsel gpio to be active lowCliff Cai2010-05-201-0/+1
| * | usb: musb: allow board to pass down fifo modeFelipe Balbi2010-05-201-0/+35
| * | usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+0Star
| * | USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern2010-05-201-5/+2Star
| * | USB: split hub.h into ch11.h and merge-in hcd.hEric Lescouet2010-05-202-41/+43
| * | USB: make hub.h public (drivers dependency)Eric Lescouet2010-05-202-1/+206
| * | USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-0/+578
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-2166-471/+1425
|\ \ \