summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+12Star
| * 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/+111Star
| * 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/+0Star
* net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-171-1/+0Star
* dsa: b53: fix big-endian register accessArnd Bergmann2016-06-171-12/+8Star
* 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/+2Star
* net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes2016-06-171-13/+7Star
* 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
| * net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-162-2/+8
|/
* sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long2016-06-161-1/+1
* netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron2016-06-161-0/+1
* Merge branch 'bpf-fd-array-release'David S. Miller2016-06-164-49/+122
|\
| * bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-163-38/+91
| * bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-163-10/+24
| * bpf, maps: add release callbackDaniel Borkmann2016-06-162-2/+8
|/
* Merge branch 'sfc-rx-vlan-filtering'David S. Miller2016-06-168-184/+2033
|\
| * 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/+13Star