aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19ibmvnic: Warn unknown speed message only when carrier is presentMurilo Fossa Vicentini1-3/+4
2019-09-19ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor1-1/+1
2019-09-19usbnet: sanity checking of packet sizes and device mtuOliver Neukum1-0/+3
2019-09-18KVM: coalesced_mmio: add bounds checkingMatt Delco1-8/+11
2019-09-16mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared bufferShalom Toledo1-8/+33
2019-09-16mlxsw: spectrum: Register CPU port with devlinkShalom Toledo3-9/+105
2019-09-16mlxsw: spectrum_buffers: Prevent changing CPU port's configurationShalom Toledo1-0/+10
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski3-4/+19
2019-09-16net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski1-2/+3
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski1-1/+4
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2-252/+0
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2-13/+0
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2-10/+0
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_interval _*()Arthur Kiyanovski1-14/+16
2019-09-16net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2-0/+11
2019-09-16net: ena: reimplement set/get_coalesce()Arthur Kiyanovski1-58/+26
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski3-21/+41
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski3-18/+13
2019-09-16net: phy: adin: implement Energy Detect Powerdown mode via phy-tunableAlexandru Ardelean1-0/+61
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2-0/+28
2019-09-16xen-netfront: do not assume sk_buff_head list is empty in error handlingDongli Zhang1-1/+1
2019-09-16s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-09-16net: ena: don't wake up tx queue when downSameeh Jubran1-1/+2
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel1-0/+6
2019-09-16netdevsim: Set offsets to various protocol layersIdo Schimmel1-0/+3
2019-09-16docs: net: dsa: sja1105: Add info about the Time-Aware SchedulerVladimir Oltean1-0/+90
2019-09-16net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean6-1/+500
2019-09-16net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2-2/+8
2019-09-16net: dsa: sja1105: Add static config tables for schedulingVladimir Oltean3-1/+222
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2-4/+10
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes4-44/+392
2019-09-16net: phylink: clarify where phylink should be usedRussell King1-1/+2
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2-5/+46
2019-09-16bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan1-43/+103
2019-09-16bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2-1/+2
2019-09-16bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan1-3/+5
2019-09-16null_blk: format pr_* logs with pr_fmtAndré Almeida3-11/+14
2019-09-16null_blk: match the type of parameter nr_devicesAndré Almeida1-1/+1
2019-09-16null_blk: do not fail the module load with zero devicesAndré Almeida1-4/+0
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon2-0/+5
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon4-0/+7
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov1-13/+9
2019-09-16s390: remove pointless drivers-y in drivers/s390/MakefileMasahiro Yamada1-3/+0
2019-09-16s390/cpum_sf: Fix line length and format stringThomas Richter1-7/+13
2019-09-16s390/pci: fix MSI message dataSebastian Ott1-1/+1
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich4-9/+22
2019-09-16xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen1-5/+12
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus1-1/+1
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-16i40e: fix xdp handle calculationsCiara Loftus1-2/+2