aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx
Commit message (Expand)AuthorAgeFilesLines
* atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-273-10/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+3
|\
| * treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+3
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-292-4/+4
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* | atlx: Fix set-but-unused variable.David S. Miller2011-04-171-3/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\ \ | |/
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | | net: atl*: convert to hw_featuresMichał Mirosław2011-04-072-23/+6
* | | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-301-1/+1
|/ /
* | Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl2011-03-301-8/+14
|/
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-1/+1
* atl1: Do not use legacy PCI power managementRafael J. Wysocki2011-02-111-46/+31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-0/+10
|\
| * atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn2011-01-031-0/+10
* | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
* | drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-2/+2
|/
* atl1 : fix panic on loadEric Dumazet2010-11-031-1/+0
* atlx: make local functions/data staticstephen hemminger2010-10-243-11/+14
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-212-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+9
|\
| * atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti2010-09-221-0/+6
| * atl1: fix resumeLuca Tettamanti2010-09-221-2/+3
* | drivers/net: return operator cleanupEric Dumazet2010-09-261-2/+2
* | atlx: make strings constStephen Hemminger2010-09-081-3/+3
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-252-3/+3
|/
* drivers/net: use __packed annotationEric Dumazet2010-06-031-2/+2
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+1
|\ \ | |/
| * drivers/net: Fix continuation linesJoe Perches2010-03-271-1/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-032-6/+6
* | net: remove redundant codeEric Dumazet2010-03-301-1/+0
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-222-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-2/+5
|\ \ | |/
| * NET: atlx, fix memory leakJiri Slaby2010-01-071-2/+5
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-072-2/+2
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-182-2/+2
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-132-11/+3
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-4/+0
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-012-2/+4