Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
faf234220fb79a05891477a75180e1d9f7ab4105
/
drivers
a77ff70
igb: update tx DMA mapping error handling
by Nick Nunley
· 15 years ago
58fd62f
igb: change descriptor control thresholds
by Nick Nunley
· 15 years ago
fe0592b
igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectors
by Nick Nunley
· 15 years ago
d3eeb62
igb: remove unused vmolr value
by Nick Nunley
· 15 years ago
91d4ee3
igb: minor type cleanups
by Nick Nunley
· 15 years ago
40e90c2
igb: move gso_segs into buffer_info structure
by Nick Nunley
· 15 years ago
717ba08
igb: inline igb_maybe_stop_tx
by Nick Nunley
· 15 years ago
43915c7c
igb: only read phy specific stats if in internal phy mode
by Nick Nunley
· 15 years ago
e6bdb6f
igb: only support SRRCTL_DROP_EN when using multiple queues
by Nick Nunley
· 15 years ago
abe1c36
igb: cap interrupts at 20K per queue when in itr mode 3
by Nick Nunley
· 15 years ago
2d0b0f6
igb: remove adaptive IFS from driver
by Nick Nunley
· 15 years ago
3025a44
igb: Allocate rings seperately instead of as a block
by Alexander Duyck
· 15 years ago
b94f2d7
igb: call pci_save_state after pci_restore_state
by Nick Nunley
· 15 years ago
88a268c
igb: Power down link when interface is down
by Nick Nunley
· 15 years ago
53c992f
igb: ignore EEPROM APME check when shutting down serdes link
by Nick Nunley
· 15 years ago
3145535
igb: Report link status in ethtool when interface is down
by Nick Nunley
· 15 years ago
22939f0
igb: add support for wake-on-link
by Nick Nunley
· 15 years ago
26b3927
igb: remove unecessary q_vector declarations and remove itr_shift
by Alexander Duyck
· 15 years ago
f6ca057
b44: Ratelimit timeout error message.
by Jochen Friedrich
· 15 years ago
47d7427
percpu: add __percpu sparse annotations to net drivers
by Tejun Heo
· 15 years ago
2bb4646
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e06d41d
netdev: bfin_mac: drop experimental markings on RMII support
by Mike Frysinger
· 15 years ago
b0483e7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 15 years ago
1868821
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
1ed10aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
5d67767
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
771f4c8
CAPI: Remove experimental tag from middleware feature
by Jan Kiszka
· 15 years ago
79e95f4
CAPI: Schedule capifs for removal
by Jan Kiszka
· 15 years ago
c6af043
CAPI: Drop special controller lookup from capi20_put_message
by Jan Kiszka
· 15 years ago
eef0ced
CAPI: Drop return value of handle_minor_send
by Jan Kiszka
· 15 years ago
2b72b5b
CAPI: Clean up capiminor_*_ack
by Jan Kiszka
· 15 years ago
dfbb84f
CAPI: Fix locking around capiminor's output queue and drop workaround_lock
by Jan Kiszka
· 15 years ago
68d7347
CAPI: Drop capiminor's unused inbytes counter
by Jan Kiszka
· 15 years ago
4279271
CAPI: Use atomics for capiminor's datahandle and msgid
by Jan Kiszka
· 15 years ago
42651b5
CAPI: Rename datahandle_queue -> ackqueue_entry
by Jan Kiszka
· 15 years ago
a11ef7b
CAPI: Rework capiminor RX handler
by Jan Kiszka
· 15 years ago
b75b2ee
CAPI: Drop handle_minor_recv from capinc_tty_write
by Jan Kiszka
· 15 years ago
a84fdf4
CAPI: Drop atomic ttyopencount
by Jan Kiszka
· 15 years ago
3d5d30f
CAPI: Clean up capiminors_lock
by Jan Kiszka
· 15 years ago
6576c28
CAPI: Drop obsolete nccip from capiminor struct
by Jan Kiszka
· 15 years ago
30bced9
CAPI: Issue synchronous hangup on capincci_free_minor
by Jan Kiszka
· 15 years ago
2c8df72
CAPI: Drop remaining NULL checks on tty->driver_data
by Jan Kiszka
· 15 years ago
fb4b488
CAPI: Use tty_port to keep track of capiminor's tty
by Jan Kiszka
· 15 years ago
4632451
CAPI: Establish install/cleanup handlers for capiminor TTYs
by Jan Kiszka
· 15 years ago
0159d54
CAPI: Use kref on capiminor
by Jan Kiszka
· 15 years ago
e95ac14
CAPI: Use dynamic major for NCCI TTYs by default
by Jan Kiszka
· 15 years ago
40fb2d0
CAPI: Dynamically register minor devices
by Jan Kiszka
· 15 years ago
e76b154
CAPI: Clean up capinc_tty_init/exit
by Jan Kiszka
· 15 years ago
81d17fe
CAPI: Switch capiminor list to array
by Jan Kiszka
· 15 years ago
884f5c4
CAPI: Switch NCCI list to standard doubly linked list
by Jan Kiszka
· 15 years ago
28a1dbb
CAPI: Fix racy capi_read
by Jan Kiszka
· 15 years ago
54f0fad
CAPI: Use non-atomic allocation during NCCI setup
by Jan Kiszka
· 15 years ago
05b4149
CAPI: Rework locking of capidev members
by Jan Kiszka
· 15 years ago
eca39dd
CAPI: Clean up capi_open/release
by Jan Kiszka
· 15 years ago
b8f433d
CAPI: Convert capidev_list_lock into a mutex
by Jan Kiszka
· 15 years ago
501c87a
CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE
by Jan Kiszka
· 15 years ago
88c896e
CAPI: Rework application locking
by Jan Kiszka
· 15 years ago
0ca3a01
CAPI: Rework locking of controller data structures
by Jan Kiszka
· 15 years ago
ef69bb2
CAPI: Rework controller state notifier
by Jan Kiszka
· 15 years ago
3efecf7
CAPI: Rework capi_ctr_ready/down
by Jan Kiszka
· 15 years ago
9717fb8
CAPI: Convert capi drivers rwlock into mutex
by Jan Kiszka
· 15 years ago
5225303
CAPI: Call a controller 'controller', not 'card'
by Jan Kiszka
· 15 years ago
88549d6
CAPI: Reduce chattiness during module loading/removal
by Jan Kiszka
· 15 years ago
e11e7ac
CAPI: Pin capifs instead of mounting it
by Jan Kiszka
· 15 years ago
07ad603
CAPI: Eliminate capifs_root variable
by Jan Kiszka
· 15 years ago
90926f0
CAPI: Sanitize capifs API
by Jan Kiszka
· 15 years ago
c947862
CAPI: Fix leaks in capifs_new_ncci
by Jan Kiszka
· 15 years ago
bca4761
serial: 8250: add serial transmitter fully empty test
by Dick Hollenbeck
· 15 years ago
9e3f806
drivers/net/pcnet32.c: Checkpatch cleaning
by Joe Perches
· 15 years ago
13ff83b
drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers
by Joe Perches
· 15 years ago
249658d
drivers/net/tehuti.c: trivial checkpatch cleanups
by Joe Perches
· 15 years ago
cb001a1
drivers/net/tehuti.c: Hoist assigns out of ifs
by Joe Perches
· 15 years ago
865a21a
drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers
by Joe Perches
· 15 years ago
6c35aba
drivers/net/sky2: Convert to use netif_printk macros
by Joe Perches
· 15 years ago
6909c66
drivers/net/ixgb: Use netif_printk macros
by Joe Perches
· 15 years ago
18d19c9
class: Free the class private data in class_release
by Laurent Pinchart
· 15 years ago
bec9204
bnx2: Update firmwares and update version to 2.0.8.
by Michael Chan
· 15 years ago
c9885fe
bnx2: Fix bug when saving statistics.
by Patrick Rabau
· 15 years ago
beb499a
bnx2: Allow user-specified multiple advertisement speed values.
by Michael Chan
· 15 years ago
5726026
bnx2: Adjust flow control water marks.
by Michael Chan
· 15 years ago
e9f26c4
bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.
by Michael Chan
· 15 years ago
efde73a
bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.
by Michael Chan
· 15 years ago
496c185
atl1c: Add support for Atheros AR8152 and AR8152
by Luis R. Rodriguez
· 15 years ago
31e5d4a
USB: gadget: fix EEM gadget CRC usage
by Brian Niebuhr
· 15 years ago
dd091c7
USB: otg Kconfig: let USB_OTG_UTILS select USB_ULPI option
by Valentin Longchamp
· 15 years ago
dbe4a99
USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage
by Michal Nazarewicz
· 15 years ago
4c743d0
USB: FHCI: Fix build after kfifo rework
by Anton Vorontsov
· 15 years ago
1ebca9d
USB: serial: add usbid for dell wwan card to sierra.c
by Richard Farina
· 15 years ago
bbcb8bb
USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS
by Tanaka Akira
· 15 years ago
b9df794
USB: ehci: phy low power mode bug fixing
by Alek Du
· 15 years ago
6feb63b
USB: s3c-hsotg: Export usb_gadget_register_driver()
by Mark Brown
· 15 years ago
ae3a079
USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()
by Mark Brown
· 15 years ago
65e1ec6
USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)
by Andreas Mohr
· 15 years ago
39232b3
USB: storage: Remove unneeded SC/PR from unusual_devs.h
by Phil Dibowitz
· 15 years ago
a7787e5
USB: ftdi_sio: new device id for papouch AD4USB
by Radek Liboska
· 15 years ago
ddeee0b
USB: usbfs: properly clean up the as structure on error paths
by Linus Torvalds
· 15 years ago
d4a4683
USB: usbfs: only copy the actual data received
by Greg KH
· 15 years ago
07793d3
be2net: set proper value to version field in req hdr
by Ajit Khaparde
· 15 years ago
9307f6b
dm: sysfs revert add empty release function to avoid debug warning
by Alasdair G Kergon
· 15 years ago
9eef87d
dm mpath: fix stall when requeueing io
by Kiyoshi Ueda
· 15 years ago
Next »