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
2013-08-21
net: davinci_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: xilinx_emaclite: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: sunhme: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: sunbmac: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: ucc_geth: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
sfc: Do not assume efx_nic_type::ev_fini is idempotent
Ben Hutchings
2
-0
/
+7
2013-08-21
sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architecture
Ben Hutchings
3
-36
/
+19
2013-08-21
sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size
Ben Hutchings
4
-32
/
+37
2013-08-21
sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface
Ben Hutchings
1
-11
/
+9
2013-08-21
sfc: Fix race in completion handling
Ben Hutchings
1
-15
/
+10
2013-08-21
sfc: Add support for MCDI v2
Ben Hutchings
6
-55
/
+127
2013-08-21
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
3
-342
/
+5196
2013-08-21
sfc: Translate MCDI error numbers received in events
Ben Hutchings
2
-29
/
+37
2013-08-21
net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit
Amir Vadai
1
-3
/
+7
2013-08-21
net/mlx4_en: Fix handling of dma_map failure
Amir Vadai
1
-35
/
+62
2013-08-21
net/mlx4_en: Notify user when TX ring in error state
Amir Vadai
1
-0
/
+9
2013-08-21
net/mlx4_en: Disable global flow control when PFC enabled
Eugenia Emantayev
1
-2
/
+2
2013-08-21
net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()
Amir Vadai
1
-6
/
+9
2013-08-21
sfc: Move and rename Falcon/Siena common NIC operations
Ben Hutchings
9
-1858
/
+2088
2013-08-21
qlcnic: Update version to 5.3.48
Himanshu Madhani
1
-2
/
+2
2013-08-21
qlcnic: Implement ndo_get_phys_port_id for 82xx adapter
Shahed Shaikh
7
-11
/
+63
2013-08-21
qlcnic: Enable diagnostic test for multiple Tx queues.
Himanshu Madhani
6
-14
/
+34
2013-08-21
qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.
Himanshu Madhani
8
-35
/
+145
2013-08-21
qlcnic: Multi Tx queue support for 82xx Series adapter.
Himanshu Madhani
8
-112
/
+487
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
9
-48
/
+59
2013-08-21
sfc: Remove bogus call to efx_release_tx_buffers()
Ben Hutchings
1
-11
/
+0
2013-08-21
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
4
-9
/
+13
2013-08-21
sfc: Limit scope of a Falcon A1 IRQ workaround
Ben Hutchings
3
-10
/
+2
2013-08-21
sfc: Rework IRQ enable/disable
Ben Hutchings
4
-59
/
+112
2013-08-21
sfc: Remove efx_process_channel_now()
Ben Hutchings
4
-81
/
+3
2013-08-21
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
8
-10
/
+10
2013-08-21
sfc: Make struct efx_special_buffer less special
Ben Hutchings
2
-43
/
+37
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
9
-14
/
+19
2013-08-21
sfc: Make MCDI independent of Siena
Ben Hutchings
5
-77
/
+157
2013-08-21
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
3
-9
/
+6
2013-08-21
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
7
-306
/
+242
2013-08-21
sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename
Ben Hutchings
3
-23
/
+22
2013-08-21
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
3
-31
/
+30
2013-08-21
sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
Ben Hutchings
4
-29
/
+34
2013-08-21
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
3
-31
/
+46
2013-08-21
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
6
-94
/
+85
2013-08-21
sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific code
Ben Hutchings
2
-4
/
+7
2013-08-21
sfc: Fill out the set of MCDI accessors
Ben Hutchings
1
-10
/
+32
2013-08-21
sfc: Rationalise MCDI buffer accessors
Ben Hutchings
1
-26
/
+20
2013-08-21
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
7
-56
/
+66
2013-08-21
sfc: Move more Falcon-specific code and definitions into falcon.c
Ben Hutchings
5
-666
/
+538
2013-08-21
sfc: Move details of a Falcon bug workaround out of ethtool.c
Ben Hutchings
5
-23
/
+31
2013-08-21
sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nic
Ben Hutchings
1
-2
/
+1
[prev]
[next]