summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-04phy: kill excess empty linesSergei Shtylyov2-31/+0
2014-01-04phy: kill excess codeSergei Shtylyov2-35/+13
2014-01-04phy: kill useless local variablesSergei Shtylyov2-47/+18
2014-01-04mdio_bus: coding style fixesSergei Shtylyov1-18/+9
2014-01-04phy: coding style fixesSergei Shtylyov2-117/+114
2014-01-03bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com1-28/+51
2014-01-03bonding: fix netlink msg sizesfeldma@cumulusnetworks.com1-0/+1
2014-01-03bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com1-0/+38
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com5-33/+79
2014-01-03bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com4-29/+55
2014-01-03tg3: Update version to 3.136Nithin Sujir1-2/+2
2014-01-03tg3: Poll cpmu link state on APE + ASF enabled devicesNithin Sujir2-0/+12
2014-01-03tg3: Set the MAC clock to the fastest speed during boot code loadNithin Sujir2-4/+54
2014-01-03tg3: Add unicast filtering support.Michael Chan1-0/+21
2014-01-03tg3: Refactor __tg3_set_mac_addr()Michael Chan1-13/+22
2014-01-03sh_eth: coding style fixesSergei Shtylyov2-88/+75
2014-01-03r8152: fix the wrong return valuehayeswang1-1/+1
2014-01-03smsc9420: use named constants for pci_power_t valuesJulia Lawall1-1/+1
2014-01-03net: tulip: delete useless tests on netdev_privJulia Lawall1-6/+0
2014-01-02mlx4_en: Only cycle port if HW timestamp config changesShawn Bohrer1-0/+4
2014-01-02mlx4_en: Add PTP hardware clockShawn Bohrer4-8/+198
2014-01-02hamradio: 6pack: fix error return codeJulia Lawall1-1/+2
2014-01-02net: fix error return codeJulia Lawall1-7/+11
2014-01-02tun, rfs: fix the incorrect hash valueZhi Yong Wu1-1/+1
2014-01-01bonding: make more functions staticstephen hemminger2-6/+3
2014-01-01stmicro: make local variables staticstephen hemminger3-6/+4
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller22-0/+16092
2014-01-01bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-2/+2
2014-01-01bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2-22/+16
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2-4/+2
2014-01-01bonding: slight optimizztion for bond_slave_override()dingtianhong1-12/+8
2014-01-01bonding: slight optimization for bond_alb_xmit()dingtianhong1-7/+5
2014-01-01bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong1-11/+11
2014-01-01bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong1-29/+33
2014-01-01r8152: support RTL8153hayeswang3-6/+621
2014-01-01r8152: split rtl8152_enablehayeswang1-3/+15
2014-01-01r8152: add rtl_opshayeswang1-7/+50
2014-01-01r8152: change some definitionshayeswang1-11/+16
2014-01-01r8152: modify the method of accessing PHYhayeswang1-34/+18
2014-01-01r8152: move rtl8152_unload and ocp_reg_writehayeswang1-29/+29
2014-01-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller93-3481/+4341
2014-01-01cnic: Add a signature to indicate valid doorbell offset.Eddie Wai3-2/+5
2014-01-01bnx2: Update version to 2.2.5.Michael Chan1-2/+2
2014-01-01bnx2: Report MDI/MDIX status to ethtool.Michael Chan2-0/+20
2014-01-01bnx2: Enable auto-mdix when autoneg is disabled.Michael Chan2-3/+15
2014-01-01bnx2: Advertise nothing when speed is forcedMichael Chan1-11/+13
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville93-3481/+4341
2013-12-31i40evf: A0 silicon specificGreg Rose3-6/+36
2013-12-31i40evf: add driver to kernel build systemGreg Rose3-0/+53
2013-12-31i40evf: init code and hardware supportGreg Rose11-0/+9868