summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood2015-05-211-6/+0
* stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood2015-05-214-31/+12
* stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-214-35/+45
* stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-213-4/+2
* cxgb4: Update T4/T5 adapter register rangesHariprasad Shenai2015-05-211-31/+44
* cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai2015-05-213-77/+102
* sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-217-9/+120
* sfc: Implement dummy disable of VF spoof check for EF10Shradha Shah2015-05-212-5/+8
* sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-218-0/+93
* sfc: add ndo_set_vf_vlan() function for EF10Shradha Shah2015-05-212-12/+157
* sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-214-5/+21
* sfc: Add ndo_get_vf_config() function for EF10Shradha Shah2015-05-212-5/+26
* sfc: add ndo_set_vf_mac() function for EF10Shradha Shah2015-05-214-7/+96
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-214-23/+27
* sfc: Enable a VF to get its own MAC addressDaniel Pieczko2015-05-212-2/+34
* sfc: protect filter table against use-after-freeEdward Cree2015-05-215-12/+55
* sfc: Store the efx_nic struct of the current VF in the VF data structShradha Shah2015-05-213-0/+37
* sfc: save old MAC address in case sriov_mac_address_changed failsShradha Shah2015-05-215-7/+21
* sfc: Store vf_index in nic_data for Ef10.Shradha Shah2015-05-212-17/+52
* sfc: MC_CMD_SET_MAC can only be called by the link control FunctionShradha Shah2015-05-211-1/+8
* sfc: change definition of MC_CMD_VADAPTOR_ALLOCShradha Shah2015-05-211-1/+14
* sfc: Add permissions to MCDI commandsShradha Shah2015-05-211-0/+294
* stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual callVineet Gupta2015-05-211-3/+1
* qlge: Move jiffies_to_usecs immediately before loopJoe Perches2015-05-211-3/+1
* rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactionalSimon Horman2015-05-211-14/+7
* rocker: do not make neighbour entry changes when preparing transactionsSimon Horman2015-05-211-6/+13
* rocker: do not modify fdb table in rocker_port_fdb() when preparing transactionsSimon Horman2015-05-211-2/+4
* rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing t...Simon Horman2015-05-211-1/+2
* spider_net: Use DECLARE_BITMAPJoe Perches2015-05-211-2/+1
* cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorderHariprasad Shenai2015-05-191-182/+217
* cxgb4: Remove dead function t4_read_edc and t4_read_mcHariprasad Shenai2015-05-192-114/+0
* be2net: make hwmon interface optionalArnd Bergmann2015-05-192-4/+13
* sfc: nicer log message on Siena SR-IOV probe failEdward Cree2015-05-181-3/+5
* s390/lcs: Fix null-pointer access in msgPeter Oberparleiter2015-05-181-1/+1
* qeth: replace ENOSYS with EOPNOTSUPPEugene Crosser2015-05-181-5/+5
* qeth: BRIDGEPORT "sanity check"Eugene Crosser2015-05-181-4/+12
* qeth: OSA version of SETBRIDGEPORT commandEugene Crosser2015-05-184-28/+49
* qeth: IFF_PROMISC flag to BRIDGE PORT modeEugene Crosser2015-05-183-3/+95
* qeth: remove locks from sysfs _showEugene Crosser2015-05-181-8/+0
* qeth: fix handling of IPA return codesEugene Crosser2015-05-181-6/+4
* qeth: fix rx checksum offload handlingThomas Richter2015-05-181-7/+2
* net: dsa: bcm_sf2: properly propagate carrier down state for MoCAFlorian Fainelli2015-05-171-0/+7
* hv_netvsc: change member name of struct netvsc_statssixiao@microsoft.com2015-05-172-9/+9
* switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-173-107/+87
* net: phy: Add state machine state transitions debug printsFlorian Fainelli2015-05-161-0/+31
* rocker: fix a neigh entry leak issueYing Xue2015-05-151-3/+5
* amd-xgbe: Remove manual check and set of dma_mask pointerLendacky, Thomas2015-05-151-2/+0
* amd-xgbe: Fix flow control setting logicLendacky, Thomas2015-05-154-40/+72
* amd-xgbe: Support defining PHY resources in ETH device nodeLendacky, Thomas2015-05-152-9/+16
* amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-1511-2222/+1780