summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx
Commit message (Expand)AuthorAgeFilesLines
* atomic: use <linux/atomic.h>Arun Sharma2011-07-273-3/+3
* atl2: do vlan cleanupJiri Pirko2011-07-212-33/+48
* atl1: do vlan cleanupJiri Pirko2011-07-213-28/+51
* drivers/net: Remove casts of void *Joe Perches2011-06-221-2/+1Star
* 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/+0Star
* | 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-082-23/+6Star
* | | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-311-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/+31Star
* 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-041-1/+0Star
* 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-271-2/+2
* | atlx: make strings constStephen Hemminger2010-09-091-3/+3
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-031-1/+1
* | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-262-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/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-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-071-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-311-1/+0Star
|/
* 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-232-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-111-2/+5
|\|
| * NET: atlx, fix memory leakJiri Slaby2010-01-071-2/+5
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-082-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-192-2/+2
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-132-11/+3Star