aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)3-2246/+2271
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)2-139/+211
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)1-276/+282
2020-01-27devlink: document devlink info versions reported by bnxt_en driverVasundhara Volam1-0/+33
2020-01-27bnxt_en: Add support for devlink info commandVasundhara Volam2-0/+138
2020-01-27devlink: add macro for "fw.roce"Vasundhara Volam2-0/+8
2020-01-27bnxt_en: Rename switch_id to dsnVasundhara Volam3-6/+6
2020-01-27bnxt_en: Add support to update progress of flash updateVasundhara Volam1-1/+13
2020-01-27bnxt_en: Move devlink_register before registering netdevVasundhara Volam2-5/+8
2020-01-27bnxt_en: Register devlink irrespective of firmware spec versionVasundhara Volam1-5/+6
2020-01-27bnxt_en: Refactor bnxt_dl_register()Vasundhara Volam1-24/+36
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan2-1/+5
2020-01-27bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi1-0/+7
2020-01-27bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan1-2/+4
2020-01-27bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan1-1/+1
2020-01-27bnxt_en: Remove the setting of dev_port.Michael Chan1-1/+0
2020-01-27bnxt_en: Improve bnxt_probe_phy().Michael Chan1-3/+3
2020-01-27bnxt_en: Improve link up detection.Michael Chan2-9/+9
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek5-3/+10
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek5-1/+102
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek10-2/+176
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek5-0/+7
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek5-1/+79
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek11-17/+205
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek2-12/+15
2020-01-27selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi1-0/+14
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9
2020-01-27drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET1-1/+1
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend2-3/+8
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend1-1/+1
2020-01-27bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend1-10/+11
2020-01-27r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit1-7/+5
2020-01-27mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'Christophe JAILLET1-1/+1
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-27net: remove eth_change_mtuHeiner Kallweit2-17/+0
2020-01-27net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-27net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko8-10/+28
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko2-0/+63
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima1-1/+0
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert3-26/+107
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert4-2/+97
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert2-1/+4
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert4-1/+9
2020-01-27mvneta driver disallow XDP program on hardware buffer managementSven Auhagen1-0/+6
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3