aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* bna: remove useless pointer assignmentIvan Vecera2015-06-111-1/+0
* bna: use memdup_user to copy userspace buffersIvan Vecera2015-06-111-19/+8
* bna: correct comparisons/assignments to boolIvan Vecera2015-06-111-4/+4
* bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2015-06-112-19/+4
* bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2015-06-112-41/+1
* bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2015-06-112-77/+0
* bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2015-06-112-16/+0
* bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera2015-06-113-25/+0
* bna: remove pause_cbfn from struct bna_enetIvan Vecera2015-06-112-18/+0
* bna: remove unused cbfn parameterIvan Vecera2015-06-115-59/+25
* bna: use BIT(x) instead of (1 << x)Ivan Vecera2015-06-116-83/+83
* bna: get rid of duplicate and unused macrosIvan Vecera2015-06-118-163/+9
* bna: replace pragma(pack) with attribute __packedIvan Vecera2015-06-116-127/+103
* bna: get rid of mac_tIvan Vecera2015-06-1112-32/+26
* bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-112-18/+16
* net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-112-1/+16
* net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2015-06-112-0/+37
* net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-113-24/+40
* net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman2015-06-111-1/+4
* net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-112-22/+2
* net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-112-6/+9
* net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-113-50/+48
* net/mlx5_core: fix an error codeDan Carpenter2015-06-111-1/+2
* vxge: use swap() in vxge_hw_channel_dtr_alloc()Fabian Frederick2015-06-111-6/+1
* net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick2015-06-111-5/+2
* net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick2015-06-111-7/+3
* net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick2015-06-111-6/+2
* net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick2015-06-111-6/+3
* net/ps3_gelic: Fix build error with DEBUGGeoff Levand2015-06-111-12/+12
* net: bcmgenet: handle broken turn-around for specific PHYsFlorian Fainelli2015-06-111-1/+6
* Renesas Ethernet AVB PTP clock driverSergei Shtylyov2015-06-114-5/+414
* Renesas Ethernet AVB driver properSergei Shtylyov2015-06-114-0/+2639
* bgmac: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli2015-06-101-1/+2
* b44: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli2015-06-101-2/+6
* Add support of Cavium Liquidio ethernet adaptersRaghu Vatsavayi2015-06-1029-12/+14446
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-06-1012-405/+1044
|\
| * ixgbe: Remember to write ixfi changes after modifyingDon Skidmore2015-06-091-1/+1
| * ixgbe: fix X550 default set_phy_power methodDon Skidmore2015-06-091-2/+2
| * ixgbe: Set lan_id before using I2CDon Skidmore2015-06-092-3/+5
| * ixgbe: add link check for X550 copperDon Skidmore2015-06-091-0/+43
| * ixgbe: Add support for another X550 device.Don Skidmore2015-06-094-0/+10
| * ixgbe: fix X550 PHY function pointersDon Skidmore2015-06-091-6/+3
| * ixgbe: fix X550 devices init flowDon Skidmore2015-06-091-49/+19
| * ixgbe: fix bug in not clearing counters for X550 devicesDon Skidmore2015-06-091-1/+1
| * ixgbe: fix issue with sfp events with new X550 devicesDon Skidmore2015-06-091-26/+21
| * ixgbe: add support for interrupts from X550 external PHYDon Skidmore2015-06-092-0/+33
| * ixgbe: Add const string for overheat messageDon Skidmore2015-06-091-8/+4
| * ixgbe: Add reset for X550 deviceDon Skidmore2015-06-091-0/+17
| * ixgbe: add X550 support for external PHY and forced 1G/10G supportDon Skidmore2015-06-092-160/+472
| * ixgbe: Restore ESDP settings after MAC resetDon Skidmore2015-06-091-17/+21