aboutsummaryrefslogtreecommitdiffstats
path: root/block/t10-pi.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-17fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller1-7/+10
2020-01-17igc: Add PHY power management controlSasha Neftin3-1/+17
2020-01-17igc: Add support for TSOSasha Neftin2-1/+116
2020-01-17igc: Add SKU for i225 deviceSasha Neftin3-0/+3
2020-01-17igc: Remove unused definitionSasha Neftin1-2/+0
2020-01-17igc: Fix typo in a commentSasha Neftin1-1/+1
2020-01-17netns: Constify exported functionsGuillaume Nault2-8/+8
2020-01-17net: dsa: felix: Don't error out on disabled ports with no phy-modeVladimir Oltean1-1/+1
2020-01-17net: dsa: felix: Don't restart PCS SGMII AN if not neededAlex Marginean1-0/+21
2020-01-17net: dsa: felix: Set USXGMII link based on BMSR, not LPAAlex Marginean1-1/+0
2020-01-17Documentation: Fix typo in devlink documentationIdo Schimmel1-1/+1
2020-01-17enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean1-1/+0
2020-01-17net: phy: adin: const-ify static dataAlexandru Ardelean1-5/+5
2020-01-17drivers/net: netdevsim depends on INETHongbo Yao1-0/+1
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli3-2/+323
2020-01-17netdevsim: fix nsim_fib6_rt_create() error pathEric Dumazet1-3/+3
2020-01-17net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-01-16netfilter: bitwise: add support for shifts.Jeremy Sowden2-2/+84
2020-01-16netfilter: bitwise: add NFTA_BITWISE_DATA attribute.Jeremy Sowden2-0/+8
2020-01-16netfilter: bitwise: only offload boolean operations.Jeremy Sowden1-0/+3
2020-01-16netfilter: bitwise: add helper for dumping boolean operations.Jeremy Sowden1-8/+21
2020-01-16netfilter: bitwise: add helper for evaluating boolean operations.Jeremy Sowden1-3/+14
2020-01-16netfilter: bitwise: add helper for initializing boolean operations.Jeremy Sowden1-25/+41
2020-01-16netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.Jeremy Sowden2-0/+28
2020-01-16netfilter: bitwise: replace gotos with returns.Jeremy Sowden1-8/+5
2020-01-16netfilter: bitwise: remove NULL comparisons from attribute checks.Jeremy Sowden1-5/+5
2020-01-16netfilter: nf_tables: white-space fixes.Jeremy Sowden3-5/+5
2020-01-16netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso1-12/+28
2020-01-16netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso1-23/+24
2020-01-16netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal1-18/+4
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso4-10/+22
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso3-3/+8
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso4-31/+33
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2-10/+3
2020-01-16netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso1-16/+22
2020-01-16netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso1-1/+7
2020-01-16netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2-5/+3
2020-01-16netfilter: nft_bitwise: correct uapi header comment.Jeremy Sowden1-1/+1
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-15devlink: fix typos in qed documentationJacob Keller1-2/+2
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber1-2/+3
2020-01-15net: bridge: vlan: notify on vlan add/delete/change flagsNikolay Aleksandrov3-18/+99
2020-01-15net: bridge: vlan: add rtnetlink group and notify supportNikolay Aleksandrov3-0/+92
2020-01-15net: bridge: vlan: add rtm range supportNikolay Aleksandrov2-14/+73
2020-01-15net: bridge: vlan: add del rtm message supportNikolay Aleksandrov1-0/+6
2020-01-15net: bridge: vlan: add new rtm message supportNikolay Aleksandrov3-6/+123
2020-01-15net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov6-1/+203
2020-01-15net: bridge: netlink: add extack error messages when processing vlansNikolay Aleksandrov2-14/+30