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-10-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
12
-25
/
+472
2015-10-23
bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.
Michael Chan
4
-28
/
+40
2015-10-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
21
-56
/
+287
2015-10-23
net: dsa: Make mv88e6060 use nested mdiobus read/write
Neil Armstrong
1
-2
/
+2
2015-10-23
net: dsa: Make mv88e6xxx use nested mdiobus read/write
Neil Armstrong
1
-37
/
+9
2015-10-23
net: phy: Add nested variants of mdiobus read/write
Neil Armstrong
1
-0
/
+55
2015-10-23
ixgbe, ixgbevf: Add new mbox API xcast mode
Hiroshi Shimamoto
8
-0
/
+126
2015-10-23
ixgbe: Add new ndo to trust VF
Hiroshi Shimamoto
4
-0
/
+40
2015-10-23
drivers: net: cpsw: use module_platform_driver
Grygorii Strashko
1
-11
/
+1
2015-10-23
i40e: fix unconditional execution of cpu_to_le16()
Jean Sacren
1
-2
/
+3
2015-10-23
i40e: clean up local variable initialization
Jean Sacren
1
-2
/
+2
2015-10-23
i40evf: clean up local variable initialization
Jean Sacren
1
-5
/
+4
2015-10-23
i40e: add missing kernel-doc argument
Jean Sacren
1
-0
/
+3
2015-10-23
i40evf: add missing kernel-doc argument
Jean Sacren
1
-0
/
+1
2015-10-23
i40e: re-use %*ph specifier to hexdump a data
Andy Shevchenko
2
-36
/
+8
2015-10-23
i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33
Catherine Sullivan
2
-2
/
+2
2015-10-23
i40e: Disable VEB bridge mode with SR-IOV failure
Akeem G Abodunrin
1
-0
/
+1
2015-10-23
i40e: Fix an incorrect OEM version string
Carolyn Wyborny
1
-4
/
+13
2015-10-23
i40e: fix inconsistent statuses after a PF reset
Helin Zhang
1
-0
/
+20
2015-10-23
i40evf: use correct struct for list manipulation
Mitch Williams
1
-2
/
+3
2015-10-23
i40e: Fix VEB/VEPA bridge mode mismatch issue
Akeem G Abodunrin
1
-3
/
+13
2015-10-23
i40e: fix a bug in debugfs with add/del macaddr
Anjali Singhai Jain
1
-0
/
+4
2015-10-23
i40e/i40evf: Add a workaround to drop all flow control frames
Anjali Singhai Jain
4
-0
/
+44
2015-10-22
bnxt_en: New Broadcom ethernet driver.
Michael Chan
12
-0
/
+13034
2015-10-22
net: dsa: mv88e6xxx: remove debugfs interface
Vivien Didelot
2
-293
/
+0
2015-10-22
net: dsa: mv88e6xxx: remove port_fdb_getnext
Vivien Didelot
4
-77
/
+0
2015-10-22
net: dsa: mv88e6xxx: implement port_fdb_dump
Vivien Didelot
4
-0
/
+70
2015-10-22
net: dsa: mv88e6xxx: write MAC outside of ATU Get Next code
Vivien Didelot
1
-6
/
+5
2015-10-22
net: dsa: mv88e6xxx: write VID outside of VTU Get Next code
Vivien Didelot
1
-10
/
+29
2015-10-22
Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...
David S. Miller
6
-8
/
+12
2015-10-22
net: hisilicon: deals with the sub ctrl by syscon
yankejian
1
-10
/
+11
2015-10-22
cxgb4: Update ethtool get_drvinfo to get regdump len
Hariprasad Shenai
1
-1
/
+4
2015-10-22
cxgb4: Use vmalloc, if kmalloc fails
Hariprasad Shenai
1
-4
/
+4
2015-10-22
cxgb4: Return error if setup_rss is called before probe
Hariprasad Shenai
1
-4
/
+8
2015-10-22
cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapter
Hariprasad Shenai
2
-2
/
+3
2015-10-22
cxgb4: Add info print to display number of MSI-X vectors allocated
Hariprasad Shenai
1
-0
/
+4
2015-10-22
cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settings
Hariprasad Shenai
1
-4
/
+11
2015-10-22
cxgb4: Don't disallow turning off auto-negotiation
Hariprasad Shenai
1
-4
/
+1
2015-10-22
cxgb4: Align ethtool get stat settings
Hariprasad Shenai
1
-73
/
+73
2015-10-22
ipvlan: read direct ifindex instead of iflink
Brenden Blanco
1
-2
/
+2
2015-10-22
Bluetooth: hci_bcm: checking for ERR_PTR instead of NULL
Dan Carpenter
1
-2
/
+2
2015-10-21
net: mdio-gpio: move platform data header
Vivien Didelot
1
-1
/
+1
2015-10-21
net: hisilicon: fix ptr_ret.cocci warnings
Wu Fengguang
1
-4
/
+1
2015-10-21
net: dummy: add more features
Eric Dumazet
1
-1
/
+5
2015-10-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-219
/
+611
2015-10-21
Bluetooth: btintel: Enable extra Intel vendor events
Marcel Holtmann
3
-9
/
+92
2015-10-21
Bluetooth: btusb: Set manufacturer for Intel bootloader devices
Marcel Holtmann
1
-1
/
+3
2015-10-21
Bluetooth: hci_uart: Provide initial manufacturer information
Marcel Holtmann
6
-0
/
+12
2015-10-21
Bluetooth: btusb: Add support for latest Apple controllers
Marcel Holtmann
1
-7
/
+15
2015-10-21
Bluetooth: btusb: Set early vendor info for Intel and Broadcom
Marcel Holtmann
1
-0
/
+4
[next]