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
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
sfc: fix a timeout loop
Dan Carpenter
1
-1
/
+1
2015-12-15
qlge: fix a timeout loop in ql_change_rx_buffers()
Dan Carpenter
1
-2
/
+3
2015-12-15
amd-xgbe: fix a couple timeout loops
Dan Carpenter
1
-2
/
+2
2015-12-15
net/mlx4_core: fix handling return value of mlx4_slave_convert_port
Andrzej Hajda
1
-2
/
+3
2015-12-15
ravb: Add disable 10base
Kazuya Mizuguchi
1
-0
/
+3
2015-12-15
sh_eth: fix descriptor access endianness
Sergei Shtylyov
1
-10
/
+14
2015-12-15
sh_eth: fix TX buffer byte-swapping
Sergei Shtylyov
1
-2
/
+1
2015-12-14
sh_eth: uninline sh_eth_{write|read}()
Sergei Shtylyov
2
-25
/
+24
2015-12-14
stmmac: dwmac-sunxi: Call exit cleanup function in probe error path
Chen-Yu Tsai
1
-1
/
+5
2015-12-13
net:hns: print MAC with %pM
Andy Shevchenko
1
-35
/
+14
2015-12-13
net:hns: annotate IO address space properly
Andy Shevchenko
1
-5
/
+6
2015-12-12
sfc: only use RSS filters if we're using RSS
Bert Kenward
3
-13
/
+18
2015-12-11
bnxt_en: Implement missing tx timeout reset logic.
Michael Chan
1
-3
/
+13
2015-12-11
bnxt_en: Don't cancel sp_task from bnxt_close_nic().
Michael Chan
2
-2
/
+12
2015-12-11
bnxt_en: Change bp->state to bitmap.
Michael Chan
3
-8
/
+7
2015-12-11
bnxt_en: Fix bitmap declaration to work on 32-bit arches.
Michael Chan
1
-6
/
+5
2015-12-08
net: ezchip: fix address space confusion in nps_enet.c
Arnd Bergmann
1
-21
/
+9
2015-12-08
net: fsl: avoid 64-bit warning on pq_mdio
Arnd Bergmann
1
-1
/
+1
2015-12-08
net: thunderx: Correctly distinguish between VF and LMAC count
Pavel Fedin
1
-21
/
+18
2015-12-07
qed: Correct slowpath interrupt scheme
Sudarsana Kalluru
4
-52
/
+55
2015-12-07
qed: Fix BAR size split for some servers
Ariel Elior
2
-21
/
+36
2015-12-07
qed: fix handling of concurrent ramrods.
Tomer Tayar
2
-17
/
+54
2015-12-07
ethernet: aurora: AURORA_NB8800 should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2015-12-06
net: qca_spi: fix transmit queue timeout handling
Stefan Wahren
1
-3
/
+2
2015-12-05
stmmac: fix resource management when resume
Giuseppe CAVALLARO
1
-3
/
+6
2015-12-05
ravb: fix RX queue #1 frame error counter name
Sergei Shtylyov
1
-1
/
+1
2015-12-05
sh_eth: fix kernel oops in skb_put()
Sergei Shtylyov
1
-2
/
+2
2015-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
5
-13
/
+23
2015-12-04
atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation
Pavel Machek
1
-4
/
+3
2015-12-04
net: mvpp2: fix refilling BM pools in RX path
Marcin Wojtas
1
-12
/
+16
2015-12-04
net: mvpp2: fix buffers' DMA handling on RX path
Marcin Wojtas
1
-5
/
+16
2015-12-04
net: mvpp2: fix missing DMA region unmap in egress processing
Marcin Wojtas
1
-3
/
+2
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
35
-89
/
+2102
2015-12-03
i40e/i40evf: avoid mutex re-init
Jesse Brandeburg
4
-13
/
+20
2015-12-03
ixgbe: Reset interface after enabling SR-IOV
Alexander Duyck
1
-0
/
+3
2015-12-03
bnxt_en: Setup uc_list mac filters after resetting the chip.
Michael Chan
1
-5
/
+8
2015-12-03
bnxt_en: enforce proper storing of MAC address
Jeffrey Huang
2
-11
/
+16
2015-12-03
bnxt_en: Fixed incorrect implementation of ndo_set_mac_address
Jeffrey Huang
1
-1
/
+10
2015-12-03
net: lpc_eth: remove irq > NR_IRQS check from probe()
Vladimir Zapolskiy
1
-1
/
+1
2015-12-02
net: mvneta: enable setting custom TX IP checksum limit
Marcin Wojtas
1
-2
/
+17
2015-12-02
net: mvneta: fix error path for building skb
Marcin Wojtas
1
-2
/
+6
2015-12-02
net: mvneta: fix bit assignment for RX packet irq enable
Marcin Wojtas
1
-1
/
+1
2015-12-02
net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG
Marcin Wojtas
1
-1
/
+1
2015-12-02
net: mvneta: add configuration for MBUS windows access protection
Marcin Wojtas
1
-0
/
+2
2015-12-02
net: thunderx: Enable BGX LMAC's RX/TX only after VF is up
Sunil Goutham
3
-3
/
+38
2015-12-02
net: thunderx: Switchon carrier only upon interface link up
Sunil Goutham
3
-4
/
+18
2015-12-02
net: thunderx: Set CQ timer threshold properly
Sunil Goutham
3
-5
/
+4
2015-12-02
net: thunderx: Wait for delayed work to finish before destroying it
Thanneeru Srinivasulu
2
-4
/
+2
2015-12-02
net: thunderx: Force to load octeon-mdio before bgx driver.
Thanneeru Srinivasulu
2
-0
/
+4
2015-11-30
net: fsl: Fix error checking for platform_get_irq()
Mark Brown
1
-1
/
+1
[next]