summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mdio_bus: coding style fixesSergei Shtylyov2014-01-041-18/+9
* phy: coding style fixesSergei Shtylyov2014-01-042-117/+114
* bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com2014-01-031-28/+51
* bonding: fix netlink msg sizesfeldma@cumulusnetworks.com2014-01-031-0/+1
* bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com2014-01-031-0/+38
* bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com2014-01-035-33/+79
* bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com2014-01-034-29/+55
* tg3: Update version to 3.136Nithin Sujir2014-01-031-2/+2
* tg3: Poll cpmu link state on APE + ASF enabled devicesNithin Sujir2014-01-032-0/+12
* tg3: Set the MAC clock to the fastest speed during boot code loadNithin Sujir2014-01-032-4/+54
* tg3: Add unicast filtering support.Michael Chan2014-01-031-0/+21
* tg3: Refactor __tg3_set_mac_addr()Michael Chan2014-01-031-13/+22
* sh_eth: coding style fixesSergei Shtylyov2014-01-032-88/+75
* r8152: fix the wrong return valuehayeswang2014-01-031-1/+1
* smsc9420: use named constants for pci_power_t valuesJulia Lawall2014-01-031-1/+1
* net: tulip: delete useless tests on netdev_privJulia Lawall2014-01-031-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-012-6/+3
* stmicro: make local variables staticstephen hemminger2014-01-013-6/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-0122-0/+16092
|\
| * i40evf: A0 silicon specificGreg Rose2013-12-313-6/+36
| * i40evf: add driver to kernel build systemGreg Rose2013-12-313-0/+53
| * i40evf: init code and hardware supportGreg Rose2013-12-3111-0/+9868
| * i40evf: driver core headersGreg Rose2013-12-313-0/+689
| * i40evf: virtual channel interfaceGreg Rose2013-12-312-0/+1136
| * i40evf: core ethtool functionalityGreg Rose2013-12-311-0/+390
| * i40evf: transmit and receive functionalityGreg Rose2013-12-311-0/+1573
| * i40evf: main driver coreGreg Rose2013-12-311-0/+2353
* | bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-011-2/+2
* | bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2014-01-012-22/+16
* | bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-012-4/+2
* | bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-011-12/+8
* | bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-011-7/+5
* | bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong2014-01-011-11/+11
* | bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong2014-01-011-29/+33
* | r8152: support RTL8153hayeswang2014-01-013-6/+621
* | r8152: split rtl8152_enablehayeswang2014-01-011-3/+15
* | r8152: add rtl_opshayeswang2014-01-011-7/+50
* | r8152: change some definitionshayeswang2014-01-011-11/+16
* | r8152: modify the method of accessing PHYhayeswang2014-01-011-34/+18
* | r8152: move rtl8152_unload and ocp_reg_writehayeswang2014-01-011-29/+29
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-0193-3481/+4341
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-0193-3481/+4341
| |\ \ | | |/ | |/|
| | * ath9k: simplify/fix tx packet TID handlingFelix Fietkau2013-12-191-8/+1
| | * ath9k: fix TSF offset precision issueFelix Fietkau2013-12-191-3/+4
| | * ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau2013-12-193-12/+11