summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe2013-05-221-25/+2
* 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/+2
* 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-031-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2
* net/atheros: remove __dev* attributesBill Pemberton2012-12-031-7/+7
* ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-24/+17
* 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/+5
|\
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-131-7/+5
* | 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/+48
* | 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/+0
* 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/+5
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* 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/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* atl*: Move the Atheros driversJeff Kirsher2011-08-111-0/+3675
OpenPOWER on IntegriCloud