summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devicesWolfgang Grandegger2010-01-082-8/+54
* can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger2010-01-084-95/+295
* can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger2010-01-081-3/+6
* net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches2010-01-081-1/+1
* ep93xx_eth.c general cleanupH Hartley Sweeten2010-01-081-72/+68
* bnx2: Flush the register writes which setup the MSI-X tableBenjamin Li2010-01-081-0/+4
* be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi2010-01-083-0/+91
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08118-118/+118
* stmmac: update the driver's module versionGiuseppe CAVALLARO2010-01-081-1/+1
* stmmac: improve Kconfig helpGiuseppe CAVALLARO2010-01-081-3/+5
* stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO2010-01-085-5/+1
* stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO2010-01-087-287/+324
* stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO2010-01-085-90/+95
* stmmac: move the dma out from the mainGiuseppe CAVALLARO2010-01-088-387/+481
* stmmac: reorganise class operations.Giuseppe CAVALLARO2010-01-087-146/+162
* stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO2010-01-081-2/+3
* stmmac: perform hw bus configurationGiuseppe CAVALLARO2010-01-082-3/+3
* stmmac: rewiew platform dataGiuseppe CAVALLARO2010-01-082-7/+33
* stmmac: add the new Header file for stmmac platform dataGiuseppe CAVALLARO2010-01-081-0/+53
* stmmac: convert unicast addr list to list_headGiuseppe CAVALLARO2010-01-081-16/+8
* stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO2010-01-081-3/+4
* drivers/net/skfp/skfddi.c: use %pMF to show MAC addresshartleys2010-01-081-16/+3
* drivers/net/defxx.c: use %pMF to show MAC addresshartleys2010-01-081-5/+2
* lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addressesJoe Perches2010-01-081-2/+18
* drivers/message/i2o/i2o_proc.c: use %pM to show MAC addressH Hartley Sweeten2010-01-071-8/+3
* drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten2010-01-071-9/+2
* drivers/net/wimax/i2400m/driver.c: use %pM to show MAC addresshartleys2010-01-071-13/+4
* drivers/net/qlge/qlge_main.c: use %pM to show MAC addresshartleys2010-01-071-3/+1
* drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys2010-01-071-4/+1
* drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys2010-01-071-9/+2
* drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys2010-01-071-5/+2
* drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys2010-01-071-4/+2
* drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC addresshartleys2010-01-071-5/+2
* drivers/atm/lanai.c: use %pM to show MAC addresshartleys2010-01-071-11/+3
* drivers/atm/fore200e.c: use %pM to show MAC addresshartleys2010-01-071-7/+4
* drivers/firmware/iscsi_ibft.c: use %pM to show MAC addresshartleys2010-01-071-5/+1
* drivers/atm/idt77252.c: use %pM to show MAC addresshartleys2010-01-071-4/+1
* drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys2010-01-071-10/+2
* drivers/atm/nicstar.c: use %pM to show MAC addresshartleys2010-01-071-3/+1
* net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer2010-01-071-1/+1
* net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer2010-01-076-5/+76
* fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-071-6/+5
* 8139too: make PCI device ids constantMárton Németh2010-01-072-2/+2
* Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont2010-01-072-3/+13
* Phonet: zero-copy GPRS TXRémi Denis-Courmont2010-01-072-2/+16
* Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2010-01-073-2/+6
* drivers/net/mac8390.c: Add mac8390_init functionJoe Perches2010-01-071-102/+105
* drivers/net/mac8390.c: Checkpatch cleanupsJoe Perches2010-01-071-107/+122
* drivers/net/mac8390.c: Convert printk(KERN_<level> to pr_<level>(Joe Perches2010-01-071-32/+25
* drivers/net/mac8390.c: Remove useless memcpy castingJoe Perches2010-01-071-9/+10