summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-302-5/+21
* net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-308-72/+128
* net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-301-18/+32
* net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-302-0/+30
* net: phy: Check against net_device being NULLIoana Ciornei2019-05-301-0/+6
* net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-301-10/+23
* net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-301-17/+26
* net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-307-0/+478
* r8169: remove 1000/Half from supported modesHeiner Kallweit2019-05-301-1/+4
* net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen2019-05-307-3/+460
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-2916-276/+1129
|\
| * ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
| * ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
| * ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
| * ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3
| * ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0
| * ice: Change message levelMitch Williams2019-05-291-1/+1
| * ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11
| * ice: Refactor interrupt trackingBrett Creeley2019-05-296-218/+263
| * ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-2911-13/+752
| * ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley2019-05-291-1/+2
| * ice: Set minimum default Rx descriptor count to 512Brett Creeley2019-05-291-6/+13
| * ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
| * ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
| * ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan2019-05-291-3/+0
| * ice: Fix LINE_SPACING style issueBruce Allan2019-05-291-1/+0
* | net: stmmac: Fix build error without CONFIG_INETYueHaibing2019-05-291-0/+1
* | rhashtable: Add rht_ptr_rcu and improve rht_ptrHerbert Xu2019-05-291-18/+18
* | net: stmmac: use dev_info() before netdev is registeredJisheng Zhang2019-05-291-2/+2
* | qed: fix spelling mistake "inculde" -> "include"Colin Ian King2019-05-291-1/+1
* | Merge branch 'qed-Fix-inifinite-spinning-of-PTP-poll-thread'David S. Miller2019-05-295-8/+38
|\ \ | |/ |/|
| * qede: Handle infinite driver spinning for Tx timestamp.Sudarsana Reddy Kalluru2019-05-294-7/+36
| * qed: Reduce the severity of ptp debug message.Sudarsana Reddy Kalluru2019-05-291-1/+2
|/
* macvlan: Replace strncpy() by strscpy()Gustavo A. R. Silva2019-05-291-1/+1
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-05-298-94/+47
|\
| * igc: Cleanup the redundant codeSasha Neftin2019-05-291-20/+3
| * igc: Add flow control supportSasha Neftin2019-05-292-0/+24
| * e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-291-2/+4
| * Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-291-6/+9
| * igc: Remove the obsolete workaroundSasha Neftin2019-05-292-58/+3
| * igc: Clean up unused pointersSasha Neftin2019-05-291-3/+0
| * igc: Fix double definitionsSasha Neftin2019-05-291-3/+0
| * igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
| * igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
| * igb/igc: warn when fatal read failure happensFeng Tang2019-05-292-0/+2
* | Merge branch 'net-API-and-initial-implementation-for-nexthop-objects'David S. Miller2019-05-298-2/+1765
|\ \
| * | nexthop: Add support for nexthop groupsDavid Ahern2019-05-292-24/+578
| * | nexthop: Add support for lwt encapsDavid Ahern2019-05-292-1/+39
| * | nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-292-0/+59
| * | nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-292-0/+213