summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-053-17/+6
* phy: kill excess empty linesSergei Shtylyov2014-01-052-31/+0
* phy: kill excess codeSergei Shtylyov2014-01-052-35/+13
* phy: kill useless local variablesSergei Shtylyov2014-01-052-47/+18
* mdio_bus: coding style fixesSergei Shtylyov2014-01-051-18/+9
* phy: coding style fixesSergei Shtylyov2014-01-052-117/+114
* bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com2014-01-041-28/+51
* bonding: fix netlink msg sizesfeldma@cumulusnetworks.com2014-01-041-0/+1
* bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com2014-01-041-0/+38
* bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com2014-01-045-33/+79
* bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com2014-01-044-29/+55
* tg3: Update version to 3.136Nithin Sujir2014-01-041-2/+2
* tg3: Poll cpmu link state on APE + ASF enabled devicesNithin Sujir2014-01-042-0/+12
* tg3: Set the MAC clock to the fastest speed during boot code loadNithin Sujir2014-01-042-4/+54
* tg3: Add unicast filtering support.Michael Chan2014-01-041-0/+21
* tg3: Refactor __tg3_set_mac_addr()Michael Chan2014-01-041-13/+22
* sh_eth: coding style fixesSergei Shtylyov2014-01-042-88/+75
* r8152: fix the wrong return valuehayeswang2014-01-041-1/+1
* smsc9420: use named constants for pci_power_t valuesJulia Lawall2014-01-041-1/+1
* net: tulip: delete useless tests on netdev_privJulia Lawall2014-01-041-6/+0
* mlx4_en: Only cycle port if HW timestamp config changesShawn Bohrer2014-01-021-0/+4
* mlx4_en: Add PTP hardware clockShawn Bohrer2014-01-024-8/+198
* hamradio: 6pack: fix error return codeJulia Lawall2014-01-021-1/+2
* net: fix error return codeJulia Lawall2014-01-021-7/+11
* tun, rfs: fix the incorrect hash valueZhi Yong Wu2014-01-021-1/+1
* bonding: make more functions staticstephen hemminger2014-01-022-6/+3
* stmicro: make local variables staticstephen hemminger2014-01-023-6/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-0222-0/+16092
|\
| * i40evf: A0 silicon specificGreg Rose2014-01-013-6/+36
| * i40evf: add driver to kernel build systemGreg Rose2014-01-013-0/+53
| * i40evf: init code and hardware supportGreg Rose2014-01-0111-0/+9868
| * i40evf: driver core headersGreg Rose2014-01-013-0/+689
| * i40evf: virtual channel interfaceGreg Rose2014-01-012-0/+1136
| * i40evf: core ethtool functionalityGreg Rose2014-01-011-0/+390
| * i40evf: transmit and receive functionalityGreg Rose2014-01-011-0/+1573
| * i40evf: main driver coreGreg Rose2014-01-011-0/+2353
* | bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-021-2/+2
* | bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2014-01-022-22/+16
* | bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-022-4/+2
* | bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-021-12/+8
* | bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-021-7/+5
* | bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong2014-01-021-11/+11
* | bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong2014-01-021-29/+33
* | r8152: support RTL8153hayeswang2014-01-023-6/+621
* | r8152: split rtl8152_enablehayeswang2014-01-021-3/+15
* | r8152: add rtl_opshayeswang2014-01-021-7/+50
* | r8152: change some definitionshayeswang2014-01-021-11/+16
* | r8152: modify the method of accessing PHYhayeswang2014-01-021-34/+18
* | r8152: move rtl8152_unload and ocp_reg_writehayeswang2014-01-021-29/+29
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-0293-3481/+4341
|\ \