summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
Commit message (Expand)AuthorAgeFilesLines
* net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-30/+36
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-9/+6Star
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0Star
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* atlx: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0Star
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* atl1: remove open-coded skb_cow_head.françois romieu2014-03-291-8/+7Star
* atl1: update statistics codeSabrina Dubroca2014-01-151-18/+25
* net: atl1: slight optimization of addr comparedingtianhong2013-12-261-1/+2
* net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe2013-05-221-25/+2Star
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam2013-04-161-0/+2
* atl1: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-9/+2Star
* net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-041-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2Star
* net/atheros: remove __dev* attributesBill Pemberton2012-12-031-7/+7
* ethernet: Use eth_random_addrJoe Perches2012-07-171-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-24/+17Star
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-151-7/+5Star
|\
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-131-7/+5Star
* | atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff2012-04-151-4/+10
* | atl1: do not process interrupts in cycle in handlerTony Zelenoff2012-04-151-57/+48Star
* | atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff2012-04-151-10/+22
* | atl1: use defined functions to disable irqTony Zelenoff2012-04-151-3/+3
* | atl1: add napi process of tx interruptsTony Zelenoff2012-04-151-11/+16
* | atl1: make driver napi compatibleTony Zelenoff2012-04-151-6/+40
* | atl1: handle rx in separate conditionTony Zelenoff2012-04-151-9/+10
|/
* atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-3/+9
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-7/+5Star
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-081-4/+0Star
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* atlx: convert to SKB paged frag API.Ian Campbell2011-08-301-3/+2Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* atl*: Move the Atheros driversJeff Kirsher2011-08-121-0/+3675