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
2017-04-13
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
7
-12
/
+17
2017-04-13
cxgb4: save tid while creating server filter
Ganesh Goudar
1
-0
/
+4
2017-04-13
net: mvmdio: allow up to three clocks to be specified for orion-mdio
Russell King
1
-9
/
+24
2017-04-13
net: mvmdio: disable interrupt if resource size is too small
Russell King
1
-0
/
+6
2017-04-13
net: mvmdio: fix interrupt disable in remove path
Russell King
1
-1
/
+2
2017-04-13
net: mvmdio: disable interrupts in driver failure path
Russell King
1
-0
/
+2
2017-04-12
ftgmac100: Set default ring sizes to 128 entries
Benjamin Herrenschmidt
1
-2
/
+2
2017-04-12
ftgmac100: Make ring sizes configurable via ethtool
Benjamin Herrenschmidt
1
-56
/
+148
2017-04-12
ftgmac100: Add more register inits in ftgmac100_init_hw()
Benjamin Herrenschmidt
1
-0
/
+36
2017-04-12
ftgmac100: Open code remaining register writes
Benjamin Herrenschmidt
1
-33
/
+20
2017-04-12
ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_mac
Benjamin Herrenschmidt
1
-2
/
+2
2017-04-12
ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addr
Benjamin Herrenschmidt
1
-3
/
+3
2017-04-12
ftgmac100: Set netdev->hw_features
Benjamin Herrenschmidt
1
-3
/
+4
2017-04-12
ftgmac100: Disable HW checksum generation on AST2400, enable on others
Benjamin Herrenschmidt
1
-6
/
+6
2017-04-12
ftgmac100: Use device "compatible" property, not machine.
Benjamin Herrenschmidt
1
-7
/
+9
2017-04-12
ftgmac100: Upgrade to NETIF_F_HW_CSUM
Benjamin Herrenschmidt
1
-15
/
+25
2017-04-11
net: stmmac: use netif_set_real_num_{rx,tx}_queues
Joao Pinto
1
-2
/
+2
2017-04-11
s390/qeth: remove unimplemented gdev routines
Julian Wiedmann
2
-19
/
+2
2017-04-11
s390/qeth: use LINK_MODE_* to report the link characteristics
Julian Wiedmann
1
-24
/
+47
2017-04-11
s390/qeth: convert to ETHTOOL_GLINKSETTINGS API
Julian Wiedmann
4
-42
/
+40
2017-04-11
s390/qeth: clean up qeth_set_ecmd_adv_sup()
Julian Wiedmann
1
-29
/
+28
2017-04-11
s390/qeth: use and remove some defines
Julian Wiedmann
2
-3
/
+2
2017-04-11
s390/qeth: use correct return type for hard_start_xmit()
Julian Wiedmann
2
-2
/
+4
2017-04-11
s390/qeth: remove unused parameter
Julian Wiedmann
4
-5
/
+4
2017-04-11
s390/qeth: move gdev shutdown handler to core
Julian Wiedmann
4
-27
/
+6
2017-04-11
s390/qeth: move NAPI poll routine to core
Julian Wiedmann
4
-169
/
+97
2017-04-11
s390/qeth: move common ioctl handling to core
Julian Wiedmann
4
-99
/
+64
2017-04-11
net: fec: add ERR007885 for i.MX6ul enet IP
Fugang Duan
1
-2
/
+3
2017-04-11
net: fec: correct the errata number comment typo
Fugang Duan
1
-1
/
+1
2017-04-11
net: fec: add phy-reset-gpios PROBE_DEFER check
Fugang Duan
1
-8
/
+18
2017-04-11
net: fec: pass ->dev to dma_alloc__coherent() API
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: avoid BD pointer type cast to 32bit
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: add return value check after calling .of_property_read_u32()
Fugang Duan
1
-2
/
+2
2017-04-11
mlxsw: convert to pci_alloc_irq_vectors
Christoph Hellwig
1
-7
/
+6
2017-04-11
PCI: remove pci_enable_msix
Christoph Hellwig
1
-21
/
+0
2017-04-11
net: thunderx: Switch to pci_alloc_irq_vectors
Thanneeru Srinivasulu
3
-96
/
+40
2017-04-11
net/ena: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-45
/
+12
2017-04-11
net: alx: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-80
/
+54
2017-04-10
ftgmac100: Remove tx descriptor accessors
Benjamin Herrenschmidt
2
-114
/
+69
2017-04-10
ftgmac100: Add support for fragmented tx
Benjamin Herrenschmidt
1
-25
/
+94
2017-04-10
ftgmac100: Don't clear tx desc fields unnecessarily
Benjamin Herrenschmidt
1
-11
/
+6
2017-04-10
ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()
Benjamin Herrenschmidt
1
-17
/
+21
2017-04-10
ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()
Benjamin Herrenschmidt
1
-5
/
+4
2017-04-10
ftgmac100: Cleanup tx queue handling
Benjamin Herrenschmidt
1
-35
/
+68
2017-04-10
ftgmac100: Store tx skbs in a separate array
Benjamin Herrenschmidt
1
-43
/
+16
2017-04-10
ftgmac100: Pad small frames properly
Benjamin Herrenschmidt
1
-2
/
+8
2017-04-10
ftgmac100: Factor tx packet dropping path
Benjamin Herrenschmidt
1
-8
/
+9
2017-04-10
ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()
Benjamin Herrenschmidt
1
-33
/
+25
2017-04-10
ftgmac100: Move ftgmac100_hard_start_xmit() around
Benjamin Herrenschmidt
1
-29
/
+29
2017-04-10
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
1
-0
/
+13
[next]