summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlxsw-spectrum_buffers-Add-the-ability-to-query-the-CPU-ports-s...David S. Miller2019-09-164-17/+148
|\
| * mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared bufferShalom Toledo2019-09-161-8/+33
| * mlxsw: spectrum: Register CPU port with devlinkShalom Toledo2019-09-163-9/+105
| * mlxsw: spectrum_buffers: Prevent changing CPU port's configurationShalom Toledo2019-09-161-0/+10
|/
* Merge branch 'net-ena-implement-adaptive-interrupt-moderation-using-dim'David S. Miller2019-09-166-388/+128
|\
| * net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-163-4/+19
| * net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
| * net: ena: fix update of interrupt moderation registerArthur Kiyanovski2019-09-161-1/+4
| * net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-162-252/+0
| * net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2019-09-162-13/+0
| * net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2019-09-162-10/+0
| * net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16
| * net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2019-09-162-0/+11
| * net: ena: reimplement set/get_coalesce()Arthur Kiyanovski2019-09-161-58/+26
| * net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski2019-09-163-21/+41
| * net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski2019-09-163-18/+13
|/
* Merge branch 'ethtool-implement-Energy-Detect-Powerdown-support-via-phy-tunable'David S. Miller2019-09-163-0/+89
|\
| * net: phy: adin: implement Energy Detect Powerdown mode via phy-tunableAlexandru Ardelean2019-09-161-0/+61
| * ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-162-0/+28
|/
* s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-09-161-4/+2
* Merge branch 'drop_monitor-Better-sanitize-notified-packets'David S. Miller2019-09-162-0/+9
|\
| * drop_monitor: Better sanitize notified packetsIdo Schimmel2019-09-161-0/+6
| * netdevsim: Set offsets to various protocol layersIdo Schimmel2019-09-161-0/+3
|/
* Merge branch 'tc-taprio-offload-for-SJA1105-DSA'David S. Miller2019-09-1617-52/+1222
|\
| * docs: net: dsa: sja1105: Add info about the Time-Aware SchedulerVladimir Oltean2019-09-161-0/+90
| * net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean2019-09-166-1/+500
| * net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2019-09-162-2/+8
| * net: dsa: sja1105: Add static config tables for schedulingVladimir Oltean2019-09-163-1/+222
| * net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-162-4/+10
| * taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-164-44/+392
|/
* net: phylink: clarify where phylink should be usedRussell King2019-09-161-1/+2
* Merge branch 'bnxt_en-error-recovery-follow-up-patches'David S. Miller2019-09-164-52/+156
|\
| * bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2019-09-162-5/+46
| * bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan2019-09-161-43/+103
| * bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2019-09-162-1/+2
| * bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan2019-09-161-3/+5
|/
* tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-162-0/+5
* tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-164-0/+7
* net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov2019-09-161-13/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-1621-322/+260
|\
| * bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-164-9/+22
| * xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-161-5/+12
| * Merge branch 'bpf-af-xdp-unaligned-fixes'Daniel Borkmann2019-09-163-5/+5
| |\
| | * samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus2019-09-161-1/+1
| | * ixgbe: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
| | * i40e: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
| |/
| * selftests/bpf: add bpf-gcc supportIlya Leoshkevich2019-09-163-23/+67
| * kcm: use BPF_PROG_RUNSami Tolvanen2019-09-061-1/+1
| * Merge branch 'move-sockopt-tests'Alexei Starovoitov2019-09-069-274/+142
| |\
| | * selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev2019-09-063-59/+28