summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: update driver version to 1.72.10-0Dmitry Kravkov2012-02-201-2/+2
* bnx2x: add gro_checkDmitry Kravkov2012-02-204-0/+25
* cnic: update for FW 7.2.xxMichael Chan2012-02-201-12/+12
* use FW 7.2.16Dmitry Kravkov2012-02-208-82/+177
* enic: Add support for fw init command on sriov vf'sRoopa Prabhu2012-02-202-2/+2
* enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu2012-02-202-9/+30
* enic: Add new fw devcmd to set mac address of an interfaceRoopa Prabhu2012-02-204-1/+23
* enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDRRoopa Prabhu2012-02-204-6/+6
* ll_temac: Fix build.David S. Miller2012-02-201-1/+1
* adi: adapt to eth_hw_addr_random() and changes in arch/blackfinDanny Kukawka2012-02-192-7/+10
* ethernet: Fix typo in lantiq_etop.cMasanari Iida2012-02-191-1/+1
* bnx2x: make bnx2x_close() static againMichal Schmidt2012-02-192-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-1922-160/+163
|\
| * net/ethernet: ks8851_mll fix irq handlingJan Weitzel2012-02-151-8/+6
| * veth: Enforce minimum size of VETH_INFO_PEERThomas Graf2012-02-151-1/+3
| * stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO2012-02-151-1/+1
| * stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO2012-02-154-116/+105
| * stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi2012-02-151-0/+16
| * stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO2012-02-154-3/+9
| * ipheth: Add iPhone 4STim Gardner2012-02-151-0/+5
| * mlx4: add unicast steering entries to resource_trackerEugenia Emantayev2012-02-151-7/+11
| * mlx4: fix QP tree trashingEugenia Emantayev2012-02-151-0/+1
| * mlx4: fix buffer overrunEugenia Emantayev2012-02-151-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-2/+2
| |\
| | * rtlwifi: Modify rtl_pci_init to return 0 on successSimon Graham2012-02-091-2/+2
| * | 3c59x: shorten timer period for slave devicesEric Dumazet2012-02-141-1/+1
| * | bnx2x: remove the 'poll' module optionMichal Schmidt2012-02-141-16/+1
| * | ks8851: Fix NOHZ local_softirq_pending 08 warningCousson, Benoit2012-02-131-1/+1
| * | bnx2x: fix bnx2x_storm_stats_update() on big endianEric Dumazet2012-02-131-4/+4
| * | ixp4xx-eth: fix PHY name to match MDIO bus nameFlorian Fainelli2012-02-131-1/+2
| * | octeon: fix PHY name to match MDIO bus nameFlorian Fainelli2012-02-131-2/+2
| * | fec: fix PHY name to match fixed MDIO bus nameFlorian Fainelli2012-02-131-1/+1
| * | bcm63xx-enet: fix PHY name to match MDIO bus nameFlorian Fainelli2012-02-131-1/+1
| * | cpmac: fix PHY name to match MDIO bus nameFlorian Fainelli2012-02-131-2/+2
| * | mlx4: Fix kcalloc parameters swappedAxel Lin2012-02-131-2/+3
* | | cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-181-1/+2
* | | net: ethernet: xilinx: Convert xilinx_axienet to module_platform_driverTobias Klauser2012-02-171-12/+1
* | | atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-174-9/+15
* | | ethoc: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-2/+18
* | | igbvf: reset netdevice addr_assign_type if changedDanny Kukawka2012-02-171-0/+1
* | | xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-1/+3
* | | davinci_emac: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-2/+3
* | | lantiq_etop: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-0/+7
* | | au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-4/+5
* | | net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda2012-02-162-0/+64
* | | net: sh_eth: add support for multicast filteringYoshihiro Shimoda2012-02-162-5/+286
* | | net: sh_eth: modify a condition of ioremap for TSUYoshihiro Shimoda2012-02-161-11/+14
* | | net: sh_eth: change the condition of initializationYoshihiro Shimoda2012-02-161-2/+2
* | | net: sh_eth: add the value of tsu to the SH7757's GETHERYoshihiro Shimoda2012-02-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller2012-02-1621-604/+3170
|\ \ \