index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcm63xx_enet: fix return value check in bcm_enet_shared_probe()
Wei Yongjun
2013-06-19
1
-2
/
+2
*
staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
2013-06-18
1
-2
/
+2
*
pxa168_eth: convert skb->end into skb_end_pointer(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
2013-06-18
1
-1
/
+1
*
fec: Add support to restart autonegotiate
Chris Healy
2013-06-18
1
-0
/
+12
*
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
2013-06-18
1
-35
/
+5
*
tg3: Prevent system hang during repeated EEH errors.
Michael Chan
2013-06-18
1
-2
/
+9
*
net/mlx4: Add VF link state support
Rony Efraim
2013-06-14
5
-2
/
+72
*
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
Florian Fainelli
2013-06-14
2
-80
/
+135
*
sh_eth: remove '__maybe_unused' annotations
Sergei Shtylyov
2013-06-13
1
-2
/
+2
*
cxgb4: Do not set net_device::dev_id to VI index
Ben Hutchings
2013-06-13
1
-1
/
+0
*
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
Jason Wang
2013-06-13
1
-0
/
+2
*
macvtap: slient sparse warnings
Jason Wang
2013-06-13
1
-1
/
+1
*
tun: Turn tun_flow_init() into void fn
Pavel Emelyanov
2013-06-13
1
-7
/
+2
*
tun: Report "persist" flag to userspace
Pavel Emelyanov
2013-06-13
1
-0
/
+3
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2013-06-12
161
-2070
/
+18914
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-11
161
-2070
/
+18914
|
|
\
|
|
*
cw1200: Fix an assorted pile of checkpatch warnings.
Solomon Peachy
2013-06-11
9
-75
/
+80
|
|
*
cw1200: Eliminate the ETF debug/engineering code.
Solomon Peachy
2013-06-11
7
-349
/
+2
|
|
*
cw1200: Remove "ITP" debug subsystem.
Solomon Peachy
2013-06-11
8
-905
/
+3
|
|
*
rt2x00: rt2x00queue: initialize data_queue fields earlier
Gabor Juhos
2013-06-10
1
-6
/
+38
|
|
*
rtlwifi: initialize local array and set value.
Yunlian Jiang
2013-06-10
1
-1
/
+1
|
|
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2013-06-10
20
-66
/
+371
|
|
|
\
|
|
|
*
iwlwifi: mvm: don't request SMPS on non-STA iface
Eytan Lifshitz
2013-06-05
1
-0
/
+3
|
|
|
*
iwlwifi: mvm: fix MCAST in AP mode
Emmanuel Grumbach
2013-06-05
1
-1
/
+1
|
|
|
*
iwlwifi: mvm: enable PM always in unassociated mode
Alexander Bondar
2013-06-05
2
-0
/
+5
|
|
|
*
iwlwifi: mvm: Change location of vif_count verification for PM
Alexander Bondar
2013-06-04
2
-26
/
+17
|
|
|
*
iwlwifi: mvm: correctly configure MCAST in AP mode
Emmanuel Grumbach
2013-06-04
3
-2
/
+13
|
|
|
*
iwlwifi: mvm: reorder Rx handler for performance purposes
Emmanuel Grumbach
2013-06-04
1
-4
/
+5
|
|
|
*
iwlwifi: mvm: Fix quota command settings
Ilan Peer
2013-06-04
1
-9
/
+16
|
|
|
*
iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is set
Eran Harary
2013-06-04
1
-1
/
+2
|
|
|
*
iwlwifi: mvm: don't enable MIMO when BT is active
Emmanuel Grumbach
2013-06-04
2
-1
/
+108
|
|
|
*
iwlwifi: mvm: don't start BA agreement when BT is active
Emmanuel Grumbach
2013-06-04
1
-0
/
+11
|
|
|
*
iwlwifi: mvm: limit the length of the AMPDU when BT is running
Emmanuel Grumbach
2013-06-04
1
-0
/
+7
|
|
|
*
iwlwifi: mvm: fix the LUT for BT Coex
Emmanuel Grumbach
2013-06-04
1
-1
/
+1
|
|
|
*
iwlwifi: mvm: implement D3 testing
Johannes Berg
2013-05-29
8
-21
/
+182
|
|
*
|
cw1200: handle allocation failure in wsm_event_indication()
Dan Carpenter
2013-06-10
1
-0
/
+2
|
|
*
|
cw1200: read beyond end of array in debug code
Dan Carpenter
2013-06-10
1
-3
/
+2
|
|
*
|
cw1200: Sanity-check arguments in copy_from_user()
Solomon Peachy
2013-06-10
1
-4
/
+14
|
|
*
|
cw1200: hwio: Remove an unnecessary goto
Joe Perches
2013-06-10
1
-1
/
+0
|
|
*
|
brcmsmac: Reduce log spam in heavy tx, make err print in debug
John Greene
2013-06-03
1
-1
/
+1
|
|
*
|
ath9k: Do not maintain ANI state per-channel
Sujith Manoharan
2013-06-03
4
-28
/
+22
|
|
*
|
ath9k: Print ANI statistics in debugfs
Sujith Manoharan
2013-06-03
2
-19
/
+64
|
|
*
|
ath9k: Set ofdmWeakSigDetect directly
Sujith Manoharan
2013-06-03
4
-12
/
+4
|
|
*
|
ath9k: Simplify ANI initialization
Sujith Manoharan
2013-06-03
6
-27
/
+10
|
|
*
|
ath9k: Remove unused structure ath_dbg_bb_mac_samp
Sujith Manoharan
2013-06-03
1
-39
/
+0
|
|
*
|
ath9k: Enable WoW only for AR9462
Sujith Manoharan
2013-06-03
7
-207
/
+35
|
|
*
|
ath9k: Return early for invalid rates
Sujith Manoharan
2013-06-03
1
-2
/
+2
[next]