| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-07 | 1 | -0/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | drivers/net: don't use flush_scheduled_work() | Tejun Heo | 2010-12-12 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
|/ |
|
* | sis190: fix cable detect via link status poll | Herton Ronaldo Krzesinski | 2010-03-02 | 1 | -5/+18 |
* | sis190: handle DMA mapping errors | kirjanov@gmail.com | 2010-02-26 | 1 | -8/+19 |
* | drivers/net/sis190.c: Use (pr|netdev|netif)_<level> macro helpers | Joe Perches | 2010-02-19 | 1 | -77/+75 |
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part2 | Jiri Pirko | 2010-02-18 | 1 | -3/+1 |
* | SiS190/191 half-duplex initialization fix | Riccardo Ghetta | 2010-02-17 | 1 | -1/+10 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -2/+2 |
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-08 | 1 | -1/+1 |
* | net: Use netdev_alloc_skb_ip_align() | Eric Dumazet | 2009-10-13 | 1 | -2/+1 |
* | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+2 |
* | sis190: use an adequate phy list entry as a fallback | françois romieu | 2009-06-18 | 1 | -1/+1 |
* | sis190: fix gigabit negotiation | Riccardo Ghetta | 2009-06-08 | 1 | -12/+25 |
* | sis190: add new phy found on asus F5Sr laptop | Riccardo Ghetta | 2009-06-08 | 1 | -0/+1 |
* | sis190: better message on unknown PHY | Riccardo Ghetta | 2009-06-08 | 1 | -6/+9 |
* | sis190: fix for x86_64 (bug 11509) | Riccardo Ghetta | 2009-06-08 | 1 | -2/+2 |
* | net: dont update dev->trans_start | Eric Dumazet | 2009-05-29 | 1 | -2/+0 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | sis190: update to net_device_ops | Stephen Hemminger | 2009-01-08 | 1 | -10/+18 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -4/+2 |
* | sis190: add identifier for Atheros AR8021 PHY | Francois Romieu | 2008-10-22 | 1 | -0/+1 |
* | [netdrvr] Trim trailing whitespace for several drivers | Jeff Garzik | 2008-05-13 | 1 | -1/+1 |
* | sis190: account for Tx errors | Francois Romieu | 2008-04-27 | 1 | -3/+35 |
* | sis190: remove needless MII reset | Francois Romieu | 2008-04-27 | 1 | -3/+2 |
* | sis190: Rx path update | Francois Romieu | 2008-04-27 | 1 | -26/+28 |
* | sis190: use netdev_alloc_skb | Stephen Hemminger | 2008-04-27 | 1 | -13/+13 |
* | sis190: hard-code the alignment of tiny packets | Stephen Hemminger | 2008-04-27 | 1 | -2/+2 |
* | sis190: use the allocated buffer as a status code in sis190_alloc_rx_skb | Stephen Hemminger | 2008-04-27 | 1 | -22/+15 |
* | sis190: read the mac address from the eeprom first | Francois Romieu | 2008-02-24 | 1 | -5/+10 |
* | drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addr | Sergio Luis | 2008-02-11 | 1 | -1/+2 |
* | [netdrvr] sis190: build fix | Jeff Garzik | 2008-02-03 | 1 | -1/+1 |
* | sis190: scheduling while atomic error | Francois Romieu | 2008-01-23 | 1 | -2/+0 |
* | sis190: mdio operation failure is not correctly detected | Francois Romieu | 2008-01-23 | 1 | -1/+1 |
* | sis190: remove duplicate INIT_WORK | Francois Romieu | 2008-01-23 | 1 | -2/+0 |
* | sis190: add cmos ram access code for the SiS19x/968 chipset pair | Francois Romieu | 2008-01-23 | 1 | -6/+9 |
* | sis190 endianness | Al Viro | 2007-12-17 | 1 | -4/+4 |
* | drivers/net/sis190.c section fix | Adrian Bunk | 2007-12-14 | 1 | -1/+1 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -6/+4 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-11 | 1 | -14/+5 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-11 | 1 | -17/+2 |
* | sis190 check for ISA bridge on SiS966 | Neil Muller | 2007-08-07 | 1 | -0/+3 |
* | [NET]: Kill eth_copy_and_sum(). | David S. Miller | 2007-07-11 | 1 | -1/+1 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+0 |
* | sis190: new PHY support | Francois Romieu | 2007-03-29 | 1 | -0/+1 |