aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-4/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2-2/+4
2009-08-09atlx: strncpy does not null terminate stringRoel Kluin1-4/+4
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-06-11net: ntohs() misuseEric Dumazet1-1/+1
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+6
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-26atlx: move modinfo data from atlx.h to atl1.cAlex Chiang2-6/+6
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-4/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-3/+3
2009-02-17drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder2-2/+2
2008-12-25drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2008-11-25atlx: fix warning in drivers/net/atlx/atl2.cIngo Molnar1-2/+0
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger2-3/+3
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2008-11-20atl2: don't request irq on resume if netif runningAlan Jenkins1-3/+5
2008-11-19atlx: convert to net_device_opsStephen Hemminger2-28/+33
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+3
2008-11-14atl1: Do not enumerate options unsupported by chipJ. K. Cliburn1-14/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2-3/+0