summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel3-9/+9
2020-11-16r8169: improve rtl8169_start_xmitHeiner Kallweit1-9/+6
2020-11-15mlxsw: spectrum_router: Remove outdated commentIdo Schimmel1-6/+0
2020-11-15mlxsw: spectrum_router: Consolidate mlxsw_sp_nexthop{4, 6}_type_fini()Ido Schimmel1-15/+3
2020-11-15mlxsw: spectrum_router: Consolidate mlxsw_sp_nexthop{4, 6}_type_init()Ido Schimmel1-57/+21
2020-11-15mlxsw: spectrum_router: Remove unused argument from mlxsw_sp_nexthop6_type_in...Ido Schimmel1-2/+1
2020-11-15mlxsw: spectrum_router: Pass nexthop netdev to mlxsw_sp_nexthop4_type_init()Ido Schimmel1-4/+3
2020-11-15mlxsw: spectrum_router: Pass nexthop netdev to mlxsw_sp_nexthop6_type_init()Ido Schimmel1-3/+2
2020-11-15mlxsw: spectrum_ipip: Remove overlay protocol from can_offload() callbackIdo Schimmel3-13/+5
2020-11-15mlxsw: spectrum_router: Split nexthop group configuration to a different structIdo Schimmel1-149/+228
2020-11-15mlxsw: spectrum_router: Move IPv4 FIB info into a union in nexthop group structIdo Schimmel1-11/+9
2020-11-15mlxsw: spectrum_router: Remove unused field 'prio' from IPv4 FIB entry structIdo Schimmel1-2/+0
2020-11-15mlxsw: spectrum_router: Store FIB info in routeIdo Schimmel1-6/+7
2020-11-15mlxsw: spectrum_router: Associate neighbour table with nexthop instead of groupIdo Schimmel1-11/+9
2020-11-15mlxsw: spectrum_router: Use nexthop group type in hash table keyIdo Schimmel1-13/+12
2020-11-15mlxsw: spectrum_router: Add nexthop group type fieldIdo Schimmel1-16/+18
2020-11-15mlxsw: spectrum_router: Compare key with correct object typeIdo Schimmel1-6/+10
2020-11-15ionic: useful names for booleansShannon Nelson3-9/+15
2020-11-15ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-15ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-15ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-15ionic: batch rx buffer refillingShannon Nelson2-9/+13
2020-11-15ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-15ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-15ionic: start queues before announcing link upShannon Nelson1-6/+6
2020-11-14net: macb: Fix passing zero to 'PTR_ERR'YueHaibing1-8/+2
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+36
2020-11-14net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund1-0/+2
2020-11-14net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi1-4/+18
2020-11-14net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang1-13/+9
2020-11-14r8169: improve rtl_txHeiner Kallweit1-4/+3
2020-11-14r8169: use READ_ONCE in rtl_tx_slots_availHeiner Kallweit1-1/+2
2020-11-14net: ipa: ignore the microcontroller log eventAlex Elder1-1/+2
2020-11-14net: ipa: fix source packet contexts limitAlex Elder1-2/+2
2020-11-14sfc: support GRE TSO on EF100Edward Cree2-2/+11
2020-11-14sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2-2/+5
2020-11-14sfc: extend bitfield macros to 19 fieldsEdward Cree1-5/+21
2020-11-14net: ipa: use enumerated types for GSI field valuesAlex Elder2-10/+18
2020-11-14net: ipa: move GSI command opcode values into "gsi_reg.h"Alex Elder2-22/+19
2020-11-14net: ipa: move GSI error values into "gsi_reg.h"Alex Elder2-20/+19
2020-11-14net: ipa: move channel type values into "gsi_reg.h"Alex Elder2-8/+8
2020-11-14net: ipa: use common value for channel type and protocolAlex Elder1-17/+10
2020-11-14net: ipa: define GSI interrupt types with enumsAlex Elder2-20/+25
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski12-63/+6
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski99-677/+1177
2020-11-13mlxsw: spectrum_router: Introduce FIB entry update opJiri Pirko2-5/+12
2020-11-13mlxsw: spectrum_router: Track FIB entry committed state and skip uncommitted ...Jiri Pirko2-0/+12
2020-11-13mlxsw: spectrum_router: Introduce fib_entry priv for low-level opsJiri Pirko4-44/+176