summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-272-146/+449
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-272-15/+12
* sfc: fixes to filter restore handlingJon Cooper2017-01-271-4/+38
* net: phy: broadcom: add support for BCM54210ERafał Miłecki2017-01-271-1/+33
* Merge tag 'linux-can-next-for-4.11-20170124' of git://git.kernel.org/pub/scm/...David S. Miller2017-01-272-11/+127
|\
| * can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...Colin Ian King2017-01-241-1/+1
| * can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde2017-01-241-16/+65
| * can: dev: can_changelink: allow to set bitrate on devices not providing {data...Marc Kleine-Budde2017-01-241-10/+30
| * can: dev: add CAN interface termination APIOliver Hartkopp2017-01-241-1/+48
* | net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli2017-01-263-6/+5
* | liquidio: Avoid accessing skb after submitting to input queueSatanand Burla2017-01-262-6/+6
* | net: phy: broadcom: drop duplicated define for RGMII SKEW delayRafał Miłecki2017-01-261-1/+1
* | net: phy: broadcom: use auxctl reading helper in BCM54612E codeRafał Miłecki2017-01-261-4/+2
* | sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař2017-01-251-3/+15
* | net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham2017-01-251-77/+18
* | net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham2017-01-253-9/+65
* | r8152: fix the wrong spellinghayeswang2017-01-251-2/+2
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-255-12/+34
* | Merge tag 'mlx5-updates-2017-01-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-01-2511-118/+363
|\ \
| * | net/mlx5e: CQE compression control code reuseShaker Daibes2017-01-244-20/+10
| * | net/mlx5e: Reduce memory consumption on kdump kernelKamal Heib2017-01-243-11/+21
| * | net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz2017-01-242-17/+18
| * | net/mlx5: Add support for setting VF min rateMohamad Haj Yahia2017-01-243-12/+101
| * | net/mlx5: E-Switch, Enlarge the FDB size for the switchdev modeOr Gerlitz2017-01-241-5/+8
| * | net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnelsOr Gerlitz2017-01-241-8/+151
| * | net/mlx5e: Maximize ip tunnel key usage on the TC offloading pathOr Gerlitz2017-01-241-9/+6
| * | net/mlx5e: Use the full tunnel key info for encapsulation offload house-keepingOr Gerlitz2017-01-242-30/+17
| * | net/mlx5e: TC ipv4 tunnel encap offload cosmetic changesOr Gerlitz2017-01-241-6/+4
| * | net/mlx5e: Add TC offloads matching on IPv6 encapsulation headersOr Gerlitz2017-01-241-3/+27
| * | net/mlx5: Use exact encap header size for the FW input bufferOr Gerlitz2017-01-241-2/+5
| |/
* | netvsc: call netif_receive_skbstephen hemminger2017-01-241-1/+1
* | netvsc: simplify get next send sectionstephen hemminger2017-01-241-20/+8
* | netvsc: report per-channel stats in ethtool statisticsSimon Xiao2017-01-243-57/+93
* | netvsc: account for packets/bytes transmitted after completionstephen hemminger2017-01-243-14/+22
* | netvsc: eliminate per-device outstanding send counterstephen hemminger2017-01-243-32/+34
* | netvsc: simplify rndis_filter_removestephen hemminger2017-01-243-11/+12
* | netvsc: don't pass void * to internal device_addstephen hemminger2017-01-243-8/+8
* | netvsc: optimize receive pathstephen hemminger2017-01-244-133/+93
* | netvsc: group all per-channel state togetherstephen hemminger2017-01-244-47/+51
* | netvsc: remove unused variablesstephen hemminger2017-01-242-7/+0
* | netvsc: enhance transmit select_queuestephen hemminger2017-01-241-8/+27
* | netvsc: allow get/set of RSS indirection tablestephen hemminger2017-01-243-5/+31
* | netvsc: allow more flexible setting of number of channelsstephen hemminger2017-01-242-79/+50
* | netvsc: add ethtool ops to get/set RSS keystephen hemminger2017-01-243-17/+70
* | netvsc: report rss field valuesstephen hemminger2017-01-241-0/+27
* | netvsc: report number of rx queues in ethtoolstephen hemminger2017-01-241-0/+16
* | netvsc: negotiate checksum and segmentation parametersstephen hemminger2017-01-243-76/+305
* | netvsc: remove no longer needed receive staging buffersstephen hemminger2017-01-243-88/+11
* | net: dsa: mv88e6xxx: Implement the 6390 external MDIO busAndrew Lunn2017-01-242-0/+9
* | net: dsa: mv88e6xxx: Support multiple MDIO bussesAndrew Lunn2017-01-242-33/+87