summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1e/atl1e_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-29atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-05atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa1-0/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+2
2013-03-29atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa1-17/+2
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-4/+2
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-2/+0
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/atheros: remove __dev* attributesBill Pemberton1-5/+5
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-42/+28
2012-06-06ethernet: Remove casts to same typeJoe Perches1-20/+15
2012-04-07atl1e: stop using net_device.{base_addr, irq}.Francois Romieu1-11/+6
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+8
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-08-31atl1e: convert to SKB paged frag API.Ian Campbell1-6/+5
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12atl*: Move the Atheros driversJeff Kirsher1-0/+2558