summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* can: ifi: Treat CAN_CTRLMODE_FD_NON_ISO correctlyMarek Vasut2016-05-091-2/+3
* can: ifi: Unify timing constantsMarek Vasut2016-05-091-13/+1Star
* can: ifi: Update timing configuration codeMarek Vasut2016-05-091-33/+21Star
* can: ifi: Start NAPI poll on bus warning tooMarek Vasut2016-05-091-2/+3
* can: gs_usb: modify the usb device table to use only the first usb interfaceMaximilian Schneider2016-05-091-1/+2
* can: janz-ican3: error handling for CAL/CANopen firmwareAndreas Gröger2016-05-091-9/+95
* can: fix handling of unmodifiable configuration optionsOliver Hartkopp2016-05-092-5/+53
* can: mcp251x: Replace create_freezable_workqueue with alloc_workqueueAmitoj Kaur Chawla2016-05-091-1/+2
* can: sja1000: plx_pci: Add support for Marathon CAN-bus-PCIe cardNikita Edward Baruzdin2016-05-091-8/+56
* can: sja1000: Fix error location forwardingAlexander Gerasiov2016-05-091-1/+5
* sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov2016-05-091-9/+2Star
* sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov2016-05-091-2/+3
* pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov2016-05-091-2/+0Star
* ifb: support more featuresEric Dumazet2016-05-091-0/+3
* cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai2016-05-071-18/+20
* mlxsw: spectrum: Fix ordering in mlxsw_sp_finiJiri Pirko2016-05-071-1/+1
* macvtap: add namespace support to the sysfs device classMarc Angel2016-05-071-10/+26
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-0614-1261/+1061Star
|\
| * i40e: constify i40e_client_ops structureJulia Lawall2016-05-061-1/+1
| * i40e: fix misleading indentationArnd Bergmann2016-05-061-1/+2
| * i40e: Test memory before ethtool alloc succeedsJesse Brandeburg2016-05-061-3/+31
| * i40evf: Allocate Rx buffers properlyMitch Williams2016-05-061-4/+1Star
| * i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-065-62/+27Star
| * i40evf: refactor receive routineJesse Brandeburg2016-05-065-513/+481Star
| * i40evf: Drop packet split receive routineJesse Brandeburg2016-05-067-75/+3Star
| * i40e: Refactor receive routineJesse Brandeburg2016-05-066-303/+531
| * i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2016-05-063-8/+2Star
| * i40e: Drop packet split receive routineJesse Brandeburg2016-05-066-317/+10Star
| * i40e/i40evf: Refactor tunnel interpretationJesse Brandeburg2016-05-062-14/+12Star
* | net: vrf: Create FIB tables on link createDavid Ahern2016-05-061-2/+11
* | cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell2016-05-061-1/+4
* | net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-067-117/+45Star
|/
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-0411-197/+625
|\
| * ixgbevf: Remove unused parameterTony Nguyen2016-05-043-8/+4Star
| * ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni2016-05-043-42/+71
| * ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck2016-05-044-27/+13Star
| * ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger2016-05-041-0/+6
| * ixgbe: Revise populating few registers and macro definitionsPreethi Banala2016-05-042-20/+8Star
| * ixgbe: Return 64 bit stats valuesPreethi Banala2016-05-041-3/+6
| * ixgbe: Remove duplicate and unused device ID definitionsPreethi Banala2016-05-041-6/+2Star
| * ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov2016-05-042-28/+25Star
| * ixgbe: add WoL support for some 82599 subdevice IDsEmil Tantilov2016-05-042-3/+11
| * ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan2016-05-045-7/+263
| * ixgbevf: Add the device ID's presented while running on Hyper-VKY Srinivasan2016-05-041-0/+5
| * ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar2016-05-043-68/+156
| * ixgbe: Add support for redirect action to cls_u32 offloadsSridhar Samudrala2016-05-041-13/+83
* | drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1
* | usbnet: smsc95xx: silence an uninitialized variable warningDan Carpenter2016-05-041-1/+3
* | usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter2016-05-041-1/+3
* | mdio_bus: don't return NULL from mdiobus_scan()Sergei Shtylyov2016-05-041-1/+1