| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -3/+3 |
|\ |
|
| * | Fix typo: configuation => configuration | Thomas Weber | 2010-09-23 | 1 | -3/+3 |
* | | drivers/net: avoid some skb->ip_summed initializations | Eric Dumazet | 2010-09-02 | 1 | -1/+1 |
|/ |
|
* | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 2010-07-18 | 1 | -1/+1 |
* | NET: SB1250: Initialize .owner | Ralf Baechle | 2010-07-07 | 1 | -0/+1 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -3/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-02 | 1 | -34/+33 |
|\ |
|
| * | net/sb1250: register mdio bus in probe | Sebastian Siewior | 2010-04-28 | 1 | -34/+33 |
* | | net/sb1250: setup the pdevice within the soc code | Sebastian Andrzej Siewior | 2010-04-27 | 1 | -119/+1 |
* | | net/sb1250: remove CONFIG_SIBYTE_STANDALONE | Sebastian Andrzej Siewior | 2010-04-27 | 1 | -144/+0 |
* | | NET: sb1250: Fix compile warning in driver | Ralf Baechle | 2010-04-06 | 1 | -1/+0 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
|/ |
|
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part2 | Jiri Pirko | 2010-02-18 | 1 | -3/+3 |
* | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-18 | 1 | -1/+1 |
* | sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_st... | roel kluin | 2009-10-13 | 1 | -1/+0 |
* | net: move sb1250-mac's probe function to .devinit.text | Uwe Kleine-König | 2009-07-23 | 1 | -1/+1 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 1 | -1/+1 |
* | net: remove driver_data direct access of struct device from more drivers | Greg Kroah-Hartman | 2009-05-04 | 1 | -3/+3 |
* | sb1250-mac: convert to net_device_ops | Alexander Beregalov | 2009-04-16 | 1 | -12/+17 |
* | trivial: Fix misspelling of firmware | Nick Andrew | 2009-03-30 | 1 | -1/+1 |
* | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-26 | 1 | -5/+5 |
* | net: Remove redundant NAPI functions | Ben Hutchings | 2009-01-21 | 1 | -3/+3 |
* | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 | 1 | -3/+3 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -3/+2 |
* | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 2008-10-08 | 1 | -14/+22 |
* | phylib: rename mii_bus::dev to mii_bus::parent | Lennert Buytenhek | 2008-10-08 | 1 | -1/+1 |
* | [netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable | Weiwei Wang | 2008-09-24 | 1 | -5/+7 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-05-25 | 1 | -36/+31 |
|\ |
|
| * | sb1250: use netdev_alloc_skb | Stephen Hemminger | 2008-05-22 | 1 | -36/+31 |
* | | [netdrvr] Trim trailing whitespace for several drivers | Jeff Garzik | 2008-05-13 | 1 | -1/+1 |
|/ |
|
* | phy: Change mii_bus id field to a string | Andy Fleming | 2008-04-16 | 1 | -1/+1 |
* | sb1250-mac: Driver model & phylib update | Maciej W. Rozycki | 2007-10-10 | 1 | -600/+519 |
* | sb1250-mac.c: De-typedef, de-volatile, de-etc... | Maciej W. Rozycki | 2007-10-10 | 1 | -136/+142 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -4/+3 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-10 | 1 | -28/+11 |
* | drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcalloc | Mariusz Kozlowski | 2007-10-10 | 1 | -4/+2 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -29/+18 |
* | potential compiler error, irqfunc caller sites update | Yoann Padioleau | 2007-07-06 | 1 | -1/+1 |
* | add NAPI support to sb1250-mac.c | Mark Mason | 2007-04-28 | 1 | -92/+179 |
* | Netpoll support for Sibyte MAC | Deepak Saxena | 2007-04-28 | 1 | -0/+23 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+0 |
* | [MIPS] SB1250: Fix bugs/warnings by creative use of volatile. | Ralf Baechle | 2007-03-24 | 1 | -1/+1 |
* | [PATCH] Remove useless comment from sb1250 | Dave Jones | 2006-10-21 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | [PATCH] Remove more unnecessary driver printk's | Andy Gospodarek | 2006-09-12 | 1 | -9/+0 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] sb1250-mac: Add support for the BCM1480 | Ralf Baechle | 2006-03-03 | 1 | -39/+70 |
* | [PATCH] sb1250-mac: PHY probing fixes. | Ralf Baechle | 2005-10-20 | 1 | -0/+36 |