summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: 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: 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
* 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
* net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin2016-06-161-5/+43
* net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-161-2/+6
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-163-5/+74
* sfc: Update MCDI protocol definitionsEdward Cree2016-06-161-48/+1279
* sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-161-1/+9
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-162-0/+25
* sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-161-11/+69
* sfc: Refactor checks for invalid filter IDEdward Cree2016-06-161-26/+13
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-163-2/+11
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-163-2/+124
* sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-162-35/+295
* sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-161-29/+41
* sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-161-15/+15
* sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-161-37/+51
* sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko2016-06-161-20/+33
* sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-162-1/+24