summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ipw2x00: add checks for dma mapping errorsAlexey Khoroshilov2016-01-071-2/+9
| * | | mwifiex: reduce cloned skb queue sizeAmitkumar Karwar2016-01-071-1/+1
| * | | mwifiex: increase priority for critical messageXinming Hu2016-01-072-5/+5
| * | | mwifiex: fix missing debug messagesXinming Hu2016-01-071-16/+10
| * | | mwifiex: correctly handling kzallocInsu Yun2016-01-071-0/+11
| * | | iwlegacy: 4965-mac: constify il_sensitivity_ranges structureJulia Lawall2016-01-071-1/+1
* | | | net: lpc_eth: Remove unused variablesFabio Estevam2016-01-111-2/+1
* | | | bfin_mac: fix error pathSudip Mukherjee2016-01-111-1/+1
* | | | phy: fix blackfin build failureSudip Mukherjee2016-01-111-1/+2
* | | | cxgb4: Fixes static checker warning in mps_tcam_show()Hariprasad Shenai2016-01-111-2/+2
* | | | net: ethernet: arc: Add support emac for RK3036Xing Zheng2016-01-112-3/+9
* | | | net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng2016-01-111-24/+45
* | | | net: ethernet: arc: Probe emac after set RMII clockXing Zheng2016-01-111-4/+7
* | | | bnxt_en: Reset embedded processor after applying firmware upgradeRob Swindell2016-01-111-4/+42
* | | | bnxt_en: Zero pad firmware messages to 128 bytes.Michael Chan2016-01-111-0/+3
* | | | ethernet: amd: au1000: Remove pointless warningAndrew Lunn2016-01-111-3/+0
* | | | net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck2016-01-111-13/+2
* | | | net: ethernet: broadcom: Fix build errorsGuenter Roeck2016-01-111-7/+2
* | | | net: lantiq_etop.c: Use helper to find first phyAndrew Lunn2016-01-111-8/+2
* | | | stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier2016-01-111-3/+5
* | | | mlxsw: Adding layer 2 multicast supportElad Raz2016-01-103-0/+190
* | | | mlxsw: Adding VID to FID translatationElad Raz2016-01-101-11/+19
* | | | mlxsw: Changing the maximum number of multicast group to a defineElad Raz2016-01-102-1/+3
* | | | mlxsw: reg: Adding SMID registerElad Raz2016-01-101-0/+51
* | | | mlxsw: reg: Add definition of multicast record for SFD registerElad Raz2016-01-101-5/+44
* | | | mlxsw: spectrum: remove FDB entry in case we get unknown object notificationJiri Pirko2016-01-101-8/+30
* | | | mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_opJiri Pirko2016-01-101-6/+7
* | | | net: plip: use new parport device modelSudip Mukherjee2016-01-101-8/+28
* | | | r8152: adjust ALDPS functionhayeswang2016-01-091-38/+34
* | | | r8152: use test_and_clear_bithayeswang2016-01-091-14/+6
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-01-086-25/+64
|\ \ \ \
| * | | | ixgbe: Make ATR recognize IPv6 extended headersMark Rustad2016-01-081-10/+37
| * | | | ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh2016-01-083-1/+8
| * | | | ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni2016-01-081-2/+5
| * | | | ixgbe: Correct handling of any outer UDP checksum settingMark Rustad2016-01-081-1/+1
| * | | | ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov2016-01-081-5/+2
| * | | | ixgbe: fix broken PFC with X550Vasu Dev2016-01-081-3/+3
| * | | | ixgbe: use correct FCoE DDP max checkVasu Dev2016-01-081-2/+2
| * | | | ixgbe: Fill at least min credits to a TC credit refillsVasu Dev2016-01-081-1/+6
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-081-23/+122
|\ \ \ \ \
| * | | | | ieee802154: cc2520: Check CRC & add promiscuousBrad Campbell2016-01-031-23/+122
* | | | | | i40e: remove forever unused IDJesse Brandeburg2016-01-085-5/+0
* | | | | | i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2016-01-082-50/+58
* | | | | | i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan2016-01-082-0/+91
* | | | | | i40e: allow zero MAC address for VFsMitch Williams2016-01-081-5/+6
* | | | | | i40e: change log messages and error returnsMitch Williams2016-01-081-9/+18
| |/ / / / |/| | | |
* | | | | net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong2016-01-071-0/+6
* | | | | net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong2016-01-072-12/+16
* | | | | mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-073-14/+29
* | | | | mdio: Add support for mdio drivers.Andrew Lunn2016-01-074-13/+198