summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-172-88/+136
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
* can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider2016-06-171-31/+85
* can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider2016-06-171-11/+14
* can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-171-11/+1
* can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut2016-06-171-2/+2
* can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde2016-06-171-55/+85
* can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14
* MAINTAINERS: Add file patterns for can device tree bindingsGeert Uytterhoeven2016-06-171-0/+1
* net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann2016-06-171-1/+1
* Merge branch 'vmxnet3-upgrade-to-version3'David S. Miller2016-06-176-82/+585
|\
| * vmxnet3: update to version 3Shrikrishna Khare2016-06-172-3/+8
| * vmxnet3: introduce command to register memory regionShrikrishna Khare2016-06-171-0/+17
| * vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare2016-06-174-1/+253
| * vmxnet3: add receive data ring supportShrikrishna Khare2016-06-174-45/+193
| * vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare2016-06-174-19/+64
| * vmxnet3: introduce generalized command interface to configure the deviceShrikrishna Khare2016-06-171-1/+21
| * vmxnet3: prepare for version 3 changesShrikrishna Khare2016-06-176-20/+36
|/
* Merge branch 'qeth-next'David S. Miller2016-06-178-725/+800
|\
| * s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott2016-06-171-13/+12
| * qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...Hans Wippel2016-06-172-4/+17
| * qeth: improve set_features error handlingHans Wippel2016-06-171-11/+27
| * qeth: add network device features for VLAN devicesHans Wippel2016-06-172-2/+10
| * qeth layer 2 and layer 3 common feature handlingThomas Richter2016-06-174-198/+111
| * qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy2016-06-177-458/+482
| * qeth: introduce linearization fail count to statsEugene Crosser2016-06-174-8/+23
| * qeth: enable scatter/gather by defaultEugene Crosser2016-06-172-3/+4
| * qeth: enable scatter/gather in layer 2 modeEugene Crosser2016-06-171-1/+25
| * qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser2016-06-171-1/+3
| * qeth: clean up condition when tso is usedEugene Crosser2016-06-172-20/+30
| * qeth: refactor calculation of SBALE countEugene Crosser2016-06-173-41/+85
| * qeth: Include error message for "OS Mismatch"Eugene Crosser2016-06-171-0/+6
|/
* net: xfrm: fix old-style declarationArnd Bergmann2016-06-172-6/+6
* net: gianfar: fix old-style declarationArnd Bergmann2016-06-171-1/+1
* isdn: eicon: fix old-style declarationsArnd Bergmann2016-06-172-9/+9
* hamradio: baycom: fix old-style declarationArnd Bergmann2016-06-171-3/+3
* net: the space is required after ','Wei Tang2016-06-171-6/+6
* net: do not initialise statics to 0Wei Tang2016-06-171-1/+1
* net: tlan: don't set unused function argumentArnd Bergmann2016-06-171-1/+0
* net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-171-1/+0
* dsa: b53: fix big-endian register accessArnd Bergmann2016-06-171-12/+8
* mpls: allow routes on ipgre devicesSimon Horman2016-06-171-3/+4
* r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang2016-06-171-2/+2
* net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-171-22/+2
* net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes2016-06-171-13/+7
* Merge branch 'stmmac-wol'David S. Miller2016-06-164-9/+54
|\
| * ARM: dts: rockchip: add interrupt for Wake-on-Lan on RK3288Vincent Palatin2016-06-161-2/+3
| * net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin2016-06-161-5/+43