summaryrefslogtreecommitdiffstats
path: root/drivers/net/sb1250-mac.c
Commit message (Expand)AuthorAgeFilesLines
* net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-281-119/+1Star
* net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior2010-04-281-144/+0Star
* NET: sb1250: Fix compile warning in driverRalf Baechle2010-04-061-1/+0Star
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-3/+3
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
* sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_st...roel kluin2009-10-131-1/+0Star
* net: move sb1250-mac's probe function to .devinit.textUwe Kleine-König2009-07-241-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-05-051-3/+3
* sb1250-mac: convert to net_device_opsAlexander Beregalov2009-04-161-12/+17
* trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-271-5/+5
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-3/+3
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-091-14/+22
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-1/+1
* [netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enableWeiwei Wang2008-09-251-5/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-261-36/+31Star
|\
| * sb1250: use netdev_alloc_skbStephen Hemminger2008-05-221-36/+31Star
* | [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
|/
* phy: Change mii_bus id field to a stringAndy Fleming2008-04-171-1/+1
* sb1250-mac: Driver model & phylib updateMaciej W. Rozycki2007-10-111-600/+519Star
* sb1250-mac.c: De-typedef, de-volatile, de-etc...Maciej W. Rozycki2007-10-111-136/+142
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-4/+3Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-28/+11Star
* drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcallocMariusz Kozlowski2007-10-111-4/+2Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-29/+18Star
* potential compiler error, irqfunc caller sites updateYoann Padioleau2007-07-061-1/+1
* add NAPI support to sb1250-mac.cMark Mason2007-04-281-92/+179
* Netpoll support for Sibyte MACDeepak Saxena2007-04-281-0/+23
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-3/+0Star
* [MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle2007-03-241-1/+1
* [PATCH] Remove useless comment from sb1250Dave Jones2006-10-211-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-9/+0Star
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle2006-03-041-39/+70
* [PATCH] sb1250-mac: PHY probing fixes.Ralf Baechle2005-10-201-0/+36
* [PATCH] sb1250-mac: Whitespace cleanup.Ralf Baechle2005-10-201-515/+515
* [PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...Ralf Baechle2005-10-201-171/+132Star
* [PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.Ralf Baechle2005-10-191-1/+8
* [PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.Ralf Baechle2005-10-191-1/+1
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-291-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2920