aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-21atl2: do vlan cleanupJiri Pirko2-33/+48
2011-07-21atl1: do vlan cleanupJiri Pirko3-28/+51
2011-06-21drivers/net: Remove casts of void *Joe Perches1-2/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+3
2011-04-17atlx: Fix set-but-unused variable.David S. Miller1-3/+0
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław2-23/+6
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-1/+1
2011-03-30Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl1-8/+14
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-1/+1
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki1-46/+31
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+10
2011-01-03atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn1-0/+10
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-11-03atl1 : fix panic on loadEric Dumazet1-1/+0
2010-10-24atlx: make local functions/data staticstephen hemminger3-11/+14
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2-2/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+9
2010-09-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-09-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-22atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-08atlx: make strings constStephen Hemminger1-3/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches2-3/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko2-6/+6
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27drivers/net: Fix continuation linesJoe Perches1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2-2/+2
2010-01-07NET: atlx, fix memory leakJiri Slaby1-2/+5
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-2/+2
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet2-11/+3