summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+2
2012-12-03net/atheros: remove __dev* attributesBill Pemberton1-7/+7
2012-07-17ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-24/+17
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
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 Zelenoff1-10/+22
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 Zelenoff1-6/+40
2012-04-15atl1: handle rx in separate conditionTony Zelenoff1-9/+10
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff1-7/+5
2012-02-18atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-3/+9
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-1/+0
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3668
2011-10-19net: add skb frag size accessorsEric Dumazet1-7/+5
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-08-31atlx: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12atl*: Move the Atheros driversJeff Kirsher1-0/+3675