index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-09
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
17
-499
/
+1204
2015-04-09
amd-xgbe: Add support for the netdev Tx watchdog
Lendacky, Thomas
2
-0
/
+12
2015-04-09
amd-xgbe: Move Rx mode configuration into init
Lendacky, Thomas
3
-17
/
+20
2015-04-09
amd-xgbe: Allow rx-frames coalescing to be changed anytime
Lendacky, Thomas
4
-28
/
+21
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
1
-10
/
+10
2015-04-09
Merge tag 'wireless-drivers-next-for-davem-2015-04-09' of git://git.kernel.or...
David S. Miller
55
-344
/
+784
2015-04-09
usbnet: rename work handler
Oliver Neukum
1
-2
/
+2
2015-04-09
e100: Use dma_rmb/wmb where appropriate
Alexander Duyck
1
-3
/
+3
2015-04-09
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2
-4
/
+4
2015-04-09
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
4
-10
/
+10
2015-04-09
cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate
Alexander Duyck
3
-14
/
+14
2015-04-09
stmmac: devm_reset_control_get can return PROBE_DEFER
Phil Reid
1
-1
/
+1
2015-04-09
mac802154: fix transmission power datatype
Varka Bhadram
1
-1
/
+1
2015-04-09
Bluetooth: btusb: Use proper data structures for Intel vendor events
Marcel Holtmann
2
-26
/
+68
2015-04-09
Merge branch 'iocb' into for-davem
Al Viro
11
-13
/
+10
2015-04-08
vxlan: do not exit on error in vxlan_stop()
WANG Cong
1
-4
/
+1
2015-04-08
be2net: Fix a bug in Rx buffer posting
Ajit Khaparde
2
-1
/
+2
2015-04-08
Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
19
-54
/
+1117
2015-04-08
sfc: Revert SRIOV changes.
David S. Miller
16
-454
/
+207
2015-04-08
net: phy: broadcom: Add BCM54616S phy entry
Alessio Igor Bogani
2
-2
/
+16
2015-04-08
stmmac: Add an optional register interface clock
Andrew Bresticker
2
-0
/
+16
2015-04-08
vxlan: fix a shadow local variable
WANG Cong
1
-1
/
+0
2015-04-08
hv_netvsc: try linearizing big SKBs before dropping them
Vitaly Kuznetsov
1
-5
/
+20
2015-04-08
hv_netvsc: use single existing drop path in netvsc_start_xmit
Vitaly Kuznetsov
1
-8
/
+6
2015-04-08
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
9
-1
/
+87
2015-04-08
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
15
-207
/
+368
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2
-7
/
+7
2015-04-08
s2io: Update driver to use dma_wmb
Alexander Duyck
1
-4
/
+4
2015-04-08
sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb
Alexander Duyck
3
-18
/
+18
2015-04-08
bonding: Remove unnecessary initialization
Mahesh Bandewar
1
-9
/
+0
2015-04-08
bonding: Code re-factoring for admin, oper-key operations
Mahesh Bandewar
1
-16
/
+13
2015-04-07
hv_netvsc: Fix the packet free when it is in skb headroom
Haiyang Zhang
3
-3
/
+6
2015-04-07
hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE
Haiyang Zhang
2
-12
/
+9
2015-04-07
hv_netvsc: Clean up two unused variables
Haiyang Zhang
3
-4
/
+0
2015-04-07
cxgb4: Move ethtool related code to a separate file
Hariprasad Shenai
5
-1608
/
+1702
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-6
/
+8
2015-04-07
cosa: fix error return code
Julia Lawall
1
-0
/
+1
2015-04-07
wan: lmc: fix error return code
Julia Lawall
1
-0
/
+1
2015-04-07
ssb: add delay after PCI reset to fix SoC reboots
Rafał Miłecki
1
-0
/
+9
2015-04-07
ath9k: add extra GPIO led support
Miaoqing Pan
4
-3
/
+27
2015-04-07
wl1251: Fix typo in MODULE_DESCRIPTION in wl1251/main.c
Masanari Iida
1
-1
/
+1
2015-04-07
wireless: Use bool function returns of true/false instead of 1/0
Joe Perches
6
-17
/
+17
2015-04-07
rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP pac...
Taehee Yoo
4
-6
/
+11
2015-04-07
ath9k_htc: check seq number instead of cmd id for timeout
Fred Chou
2
-7
/
+7
2015-04-07
Merge tag 'iwlwifi-next-for-kalle-2015-04-02' of https://git.kernel.org/pub/s...
Kalle Valo
38
-310
/
+712
2015-04-07
Bluetooth: hci_uart: Use generic Intel support for address setting
Marcel Holtmann
4
-22
/
+4
2015-04-07
Bluetooth: btusb: Move Intel command structs into its own header
Marcel Holtmann
2
-33
/
+33
2015-04-07
Bluetooth: btusb: Use generic Intel support for address support
Marcel Holtmann
2
-70
/
+10
2015-04-07
Bluetooth: btintel: Introduce generic Intel Bluetooth support
Marcel Holtmann
4
-0
/
+146
2015-04-07
Bluetooth: hci_uart: Provide generic H:4 receive framework
Marcel Holtmann
4
-60
/
+110
[prev]
[next]