aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1
2015-06-11bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2-77/+0
2015-06-11bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2-16/+0
2015-06-11bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera3-25/+0
2015-06-11bna: remove pause_cbfn from struct bna_enetIvan Vecera2-18/+0
2015-06-11bna: remove unused cbfn parameterIvan Vecera5-59/+25
2015-06-11bna: use BIT(x) instead of (1 << x)Ivan Vecera6-83/+83
2015-06-11bna: get rid of duplicate and unused macrosIvan Vecera8-163/+9
2015-06-11bna: replace pragma(pack) with attribute __packedIvan Vecera6-127/+103
2015-06-11bna: get rid of mac_tIvan Vecera12-32/+26
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera2-18/+16
2015-06-11net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2-1/+16
2015-06-11net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2-0/+37
2015-06-11net/mlx5e: Support NETIF_F_SGSaeed Mahameed3-24/+40
2015-06-11net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman1-1/+4
2015-06-11net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2-22/+2
2015-06-11net/mlx5e: Add HW cacheline start paddingSaeed Mahameed3-6/+13
2015-06-11net/mlx5e: Fix HW MTU settingsSaeed Mahameed5-61/+55
2015-06-11net/mlx5_core: fix an error codeDan Carpenter1-1/+2
2015-06-11vxge: use swap() in vxge_hw_channel_dtr_alloc()Fabian Frederick1-6/+1
2015-06-11net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick1-5/+2
2015-06-11net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick1-7/+3
2015-06-11net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick1-6/+2
2015-06-11net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick1-6/+3
2015-06-11net/ps3_gelic: Fix build error with DEBUGGeoff Levand1-12/+12
2015-06-11net/ethtool: Add current supported tunable optionsHadar Hen Zion2-0/+18
2015-06-11net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYsFlorian Fainelli1-1/+7
2015-06-11net: bcmgenet: handle broken turn-around for specific PHYsFlorian Fainelli1-1/+6
2015-06-11net: phy: davicom: add IDs for DM9161B and C variantsGustavo Zacarias1-0/+13
2015-06-11Renesas Ethernet AVB PTP clock driverSergei Shtylyov4-5/+414
2015-06-11Renesas Ethernet AVB driver properSergei Shtylyov5-0/+2687
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen3-0/+454
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen1-0/+1
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman1-2/+2
2015-06-10net: dsa: bcm_sf2: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli1-3/+4
2015-06-10bgmac: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli1-1/+2
2015-06-10b44: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli1-2/+6
2015-06-10net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.hFlorian Fainelli1-0/+5
2015-06-10net: phy: broadcom: include phy.h for brcmphy.hFlorian Fainelli1-0/+2
2015-06-10net: tcp: dctcp_update_alpha() fixes.Eric Dumazet1-10/+16
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley2-5/+16
2015-06-10atm: idt77105: Use setup_timerVaishali Thakkar1-4/+2
2015-06-10Add support of Cavium Liquidio ethernet adaptersRaghu Vatsavayi30-12/+14457