aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2-5/+0
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-4/+4
2014-12-30atheros: atlx: Use setup_timerJulia Lawall1-6/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-07-20atlx: remove unnecessary break after returnFabian Frederick2-4/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2-4/+4
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong1-8/+2
2014-01-14atl1: update statistics codeSabrina Dubroca2-18/+26
2013-12-26net: atl1: slight optimization of addr comparedingtianhong1-1/+2
2013-09-24atheros: Remove extern from function prototypesJoe Perches1-1/+1
2013-05-22net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe1-25/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-15/+15
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam1-0/+2
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam1-9/+2
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+0
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-7/+0
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-5/+3
2012-12-03net/atheros: remove __dev* attributesBill Pemberton2-15/+15
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-07-16ethernet: Use eth_random_addrJoe Perches2-2/+2
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings3-64/+43
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-16atl1: remove unused member from atl1_adapter structureTony Zelenoff1-1/+0
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+7
2012-04-15atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff1-4/+10
2012-04-15atl1: do not process interrupts in cycle in handlerTony Zelenoff1-57/+48
2012-04-15atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff2-13/+29
2012-04-15atl1: add value to check ability of reenabling IRQsTony Zelenoff2-0/+8
2012-04-15atl1: make function to set imr of cardTony Zelenoff1-4/+9
2012-04-15atl1: use defined functions to disable irqTony Zelenoff1-3/+3
2012-04-15atl1: add napi process of tx interruptsTony Zelenoff1-11/+16
2012-04-15atl1: make driver napi compatibleTony Zelenoff2-6/+41
2012-04-15atl1: handle rx in separate conditionTony Zelenoff1-9/+10
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff3-10/+7
2012-03-19atlx: Use ETH_ALENJoe Perches3-12/+7
2012-02-17atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2-3/+10
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-10/+16
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+6
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-0/+8879
2011-10-19net: add skb frag size accessorsEric Dumazet1-7/+5
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1