summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-14net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20atlx: remove unnecessary break after returnFabian Frederick
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu
2014-01-14atl1: update statistics codeSabrina Dubroca
2013-12-26net: atl1: slight optimization of addr comparedingtianhong
2013-05-22net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/atheros: remove __dev* attributesBill Pemberton
2012-07-16ethernet: Use eth_random_addrJoe Perches
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-15atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff
2012-04-15atl1: do not process interrupts in cycle in handlerTony Zelenoff
2012-04-15atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff
2012-04-15atl1: use defined functions to disable irqTony Zelenoff
2012-04-15atl1: add napi process of tx interruptsTony Zelenoff
2012-04-15atl1: make driver napi compatibleTony Zelenoff
2012-04-15atl1: handle rx in separate conditionTony Zelenoff
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff
2012-02-17atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-08-30atlx: convert to SKB paged frag API.Ian Campbell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-11atl*: Move the Atheros driversJeff Kirsher