summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2020-12-28 14:04:03 -0800
committerJakub Kicinski <kuba@kernel.org>2020-12-28 14:04:03 -0800
commit74f88c1676aa0b4518549c5a846875a6102ab540 (patch)
treed7b8cfbf4769031d75190ccee0bff551a634ff02 /tools/perf/scripts/python/netdev-times.py
parente7579d5d5b3298f7e888ed07ac16bfb7174c135a (diff)
parent3c98cbf22a96c1b12f48c1b2a4680dfe5cb280f9 (diff)
downloadkernel-74f88c1676aa0b4518549c5a846875a6102ab540.tar.gz
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tony Nguyen says: ==================== Intel Wired LAN Driver Updates 2020-12-23 Commit e086ba2fccda ("e1000e: disable s0ix entry and exit flows for ME systems") disabled S0ix flows for systems that have various incarnations of the i219-LM ethernet controller. This was done because of some regressions caused by an earlier commit 632fbd5eb5b0e ("e1000e: fix S0ix flows for cable connected case") with i219-LM controller. Per discussion with Intel architecture team this direction should be changed and allow S0ix flows to be used by default. This patch series includes directional changes for their conclusions in https://lkml.org/lkml/2020/12/13/15. * '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue: e1000e: Export S0ix flags to ethtool Revert "e1000e: disable s0ix entry and exit flows for ME systems" e1000e: bump up timeout to wait when ME un-configures ULP mode e1000e: Only run S0ix flows if shutdown succeeded ==================== Link: https://lore.kernel.org/r/20201223233625.92519-1-anthony.l.nguyen@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
td>cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi 2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi 2021-11-26cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi 2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi 2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi 2021-10-25cfg80211: fix management registrations lockingJohannes Berg 2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg 2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg 2020-09-28cfg80211: handle Association Response from S1G STAThomas Pedersen