summaryrefslogtreecommitdiffstats
path: root/drivers/net/ns83820.c
Commit message (Expand)AuthorAgeFilesLines
* ns83820: spin_lock_irq() => spin_lock()Dan Carpenter2010-10-181-1/+1
* ns83820: Use predefined autoneg constantsDenis Kirjanov2010-09-061-1/+2
* ns83820: Add copper device settingsDenis Kirjanov2010-09-061-2/+10
* ns83820: Remove unused have_optical variable.Denis Kirjanov2010-09-061-10/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* ns83820: Use helper to disable chip interruptsDenis Kirjanov2010-09-011-14/+11
* ns83820: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-051-22/+22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-12/+12
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-2/+2
* net: dont update dev->trans_startEric Dumazet2009-05-291-4/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* ns83820: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* drivers/net/ns83820.c: fix sparse warnings: fix signednessHannes Eder2009-02-171-1/+1
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* ns83820: fix net_device_ops supportStephen Hemminger2009-01-071-1/+3
* ns83820: convert to net_device_opsStephen Hemminger2008-11-211-8/+14
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+2
* ns8320: use netdev_alloc_skbStephen Hemminger2008-05-301-6/+3
* NET: ns83820.c remove fastcall macroDavid Miller2008-01-281-5/+4
* [NET]: fix drivers/net/ns83820.c buildAndrew Morton2008-01-281-1/+1
* [NET]: Remove FASTCALL macroHarvey Harrison2008-01-281-4/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [netdrvr] ns83820: add ethtool media supportJeff Garzik2007-10-101-3/+148
* NS83820: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
* drivers/net/ns83820.c: fix a check-after-useAdrian Bunk2007-07-021-1/+3
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-12/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-2/+1
* Merge branch 'master' into upstreamJeff Garzik2006-12-071-4/+6
|\
| * WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+6
* | [PATCH] ns83820 annotationsAl Viro2006-12-041-11/+14
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-21/+21
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-19/+19
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [PATCH] lock validator: fix ns83820.c irq-flags bugIngo Molnar2006-07-051-14/+17
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-051-8/+4
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-5/+9
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
OpenPOWER on IntegriCloud