summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx
AgeCommit message (Expand)AuthorLines
2011-08-11atl*: Move the Atheros driversJeff Kirsher-8886/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-3/+3
2011-07-21atl2: do vlan cleanupJiri Pirko-33/+48
2011-07-21atl1: do vlan cleanupJiri Pirko-28/+51
2011-06-21drivers/net: Remove casts of void *Joe Perches-2/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-2/+3
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches-2/+3
2011-04-17atlx: Fix set-but-unused variable.David S. Miller-3/+0
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław-23/+6
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas-1/+1
2011-03-30Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl-8/+14
2011-02-28net: use pci_dev->revision, againSergei Shtylyov-1/+1
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki-46/+31
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+10
2011-01-03atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn-0/+10
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo-2/+2
2010-11-03atl1 : fix panic on loadEric Dumazet-1/+0
2010-10-24atlx: make local functions/data staticstephen hemminger-11/+14
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-2/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+9
2010-09-26drivers/net: return operator cleanupEric Dumazet-2/+2
2010-09-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti-0/+6
2010-09-22atl1: fix resumeLuca Tettamanti-2/+3
2010-09-08atlx: make strings constStephen Hemminger-3/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches-3/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-3/+0
2010-05-10net: trans_start cleanupsEric Dumazet-1/+0
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-6/+6
2010-03-30net: remove redundant codeEric Dumazet-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-27drivers/net: Fix continuation linesJoe Perches-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-2/+2
2010-01-07NET: atlx, fix memory leakJiri Slaby-2/+5
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches-4/+4
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches-2/+2