index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-13
e1000e: potentially incorrect return for e1000_init_hw_ich8lan
Bruce Allan
1
-1
/
+1
2012-02-13
e1000e: cleanup: minor whitespace addition (insert blank line separator)
Bruce Allan
1
-0
/
+1
2012-02-13
e1000e: cleanup: remove unnecessary variable initializations
Bruce Allan
1
-2
/
+2
2012-02-13
e1000e: cleanup: remove unnecessary test and return
Bruce Allan
1
-2
/
+0
2012-02-13
e1000e: cleanup: remove unnecessary variable ret_val
Bruce Allan
1
-2
/
+1
2012-02-13
e1000e: cleanup: remove unreachable statement
Bruce Allan
1
-2
/
+0
2012-02-13
e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan
Bruce Allan
1
-2
/
+2
2012-02-13
e1000e: cleanup: always return 0
Bruce Allan
4
-4
/
+4
2012-02-13
e1000e: cleanup: remove unnecessary assignments just before returning
Bruce Allan
4
-16
/
+7
2012-02-13
e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan
Bruce Allan
1
-3
/
+1
2012-02-13
e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lan
Bruce Allan
1
-3
/
+1
2012-02-13
e1000e: cleanup: rename goto labels to be more meaningful
Bruce Allan
3
-27
/
+27
2012-02-13
e1000e: cleanup: use goto for common work needed by multiple exit points
Bruce Allan
1
-5
/
+5
2012-02-13
trivial: typo hnalder -> handler
Uwe Kleine-König
2
-2
/
+2
2012-02-13
stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c
Masanari Iida
2
-2
/
+2
2012-02-13
mISDN: Fix typo in dsp_core.c
Masanari Iida
1
-1
/
+1
2012-02-13
enic: remove assignment of random mac on enic vf
Roopa Prabhu
2
-6
/
+1
2012-02-13
enic: Fix address deregistration for sriov vf during port profile disassociate
Roopa Prabhu
2
-3
/
+3
2012-02-13
isdn: Fix typo in isdn_ppp.c
Masanari Iida
1
-2
/
+2
2012-02-13
mISDN/hfcsusb: remove unused variable hfcsusb_rev
Danny Kukawka
1
-2
/
+1
2012-02-13
isdn: Fix typo in callc.c and tei.c
Masanari Iida
2
-2
/
+2
2012-02-13
be2net: event queue re-design
Sathya Perla
5
-578
/
+434
2012-02-13
drivers/net: Remove boolean comparisons to true/false
Joe Perches
35
-100
/
+84
2012-02-13
rename dev_hw_addr_random and remove redundant second
Danny Kukawka
2
-15
/
+24
2012-02-13
aeroflex: Fix typo in greth.c
Masanari Iida
1
-1
/
+1
2012-02-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
4
-278
/
+500
2012-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
279
-41131
/
+2062
2012-02-10
ixgbe: Combine post-DMA processing of sk_buff fields into single function
Alexander Duyck
2
-59
/
+71
2012-02-10
ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV
Alexander Duyck
3
-18
/
+18
2012-02-10
ixgbe: Add function for testing status bits in Rx descriptor
Alexander Duyck
3
-55
/
+65
2012-02-10
ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup
Alexander Duyck
1
-62
/
+93
2012-02-10
ixgbe: Address fact that RSC was not setting GSO size for incoming frames
Alexander Duyck
1
-5
/
+125
2012-02-10
ixgbe: Minor refactor of RSC
Alexander Duyck
2
-98
/
+147
2012-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
92
-327
/
+386
2012-02-10
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
5
-19
/
+21
2012-02-10
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-11
/
+5
2012-02-10
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
3
-18
/
+18
2012-02-10
igb: fix warning about unused function
Emil Tantilov
1
-0
/
+4
2012-02-10
e1000e: replace '1' with 'true' for boolean get_link_status
Bruce Allan
2
-4
/
+4
2012-02-10
e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()
Bruce Allan
3
-11
/
+8
2012-02-10
e1000e: use true/false for bool autoneg_false
Bruce Allan
1
-7
/
+7
2012-02-10
e1000e: remove unnecessary parentheses
Bruce Allan
5
-12
/
+12
2012-02-10
e1000e: remove unnecessary returns from void functions
Bruce Allan
3
-14
/
+4
2012-02-10
e1000e: remove test that is always false
Bruce Allan
1
-2
/
+2
2012-02-09
Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-7
/
+28
2012-02-09
Merge tag 'staging-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
116
-40542
/
+861
2012-02-09
Merge tag 'driver-core-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+55
2012-02-09
Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-24
/
+13
2012-02-09
Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
11
-12
/
+174
2012-02-09
bna: fix error handling of bnad_get_flash_partition_by_offset()
Dan Carpenter
1
-6
/
+4
[next]