aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-11-16Fix unefficient call to memset before memcpu in nla_strlcpy.Francis Laniel
2020-11-16r8169: improve rtl8169_start_xmitHeiner Kallweit
2020-11-14net: xfrm: use core API for updating/providing statsLev Stipakov
2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov
2020-11-14Merge branch 'mlxsw-preparations-for-nexthop-objects-support-part-1-2'Jakub Kicinski
2020-11-14mlxsw: spectrum_router: Remove outdated commentIdo Schimmel
2020-11-14mlxsw: spectrum_router: Consolidate mlxsw_sp_nexthop{4, 6}_type_fini()Ido Schimmel
2020-11-14mlxsw: spectrum_router: Consolidate mlxsw_sp_nexthop{4, 6}_type_init()Ido Schimmel
2020-11-14mlxsw: spectrum_router: Remove unused argument from mlxsw_sp_nexthop6_type_in...Ido Schimmel
2020-11-14mlxsw: spectrum_router: Pass nexthop netdev to mlxsw_sp_nexthop4_type_init()Ido Schimmel
2020-11-14mlxsw: spectrum_router: Pass nexthop netdev to mlxsw_sp_nexthop6_type_init()Ido Schimmel
2020-11-14mlxsw: spectrum_ipip: Remove overlay protocol from can_offload() callbackIdo Schimmel
2020-11-14mlxsw: spectrum_router: Split nexthop group configuration to a different structIdo Schimmel
2020-11-14mlxsw: spectrum_router: Move IPv4 FIB info into a union in nexthop group structIdo Schimmel
2020-11-14mlxsw: spectrum_router: Remove unused field 'prio' from IPv4 FIB entry structIdo Schimmel
2020-11-14mlxsw: spectrum_router: Store FIB info in routeIdo Schimmel
2020-11-14mlxsw: spectrum_router: Associate neighbour table with nexthop instead of groupIdo Schimmel
2020-11-14mlxsw: spectrum_router: Use nexthop group type in hash table keyIdo Schimmel
2020-11-14mlxsw: spectrum_router: Add nexthop group type fieldIdo Schimmel
2020-11-14mlxsw: spectrum_router: Compare key with correct object typeIdo Schimmel
2020-11-14nfc: refined function nci_hci_resp_receivedAlex Shi
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet
2020-11-14Merge branch 'tcp-avoid-indirect-call-in-__sk_stream_memory_free'Jakub Kicinski
2020-11-14tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet
2020-11-14IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms
2020-11-14Merge branch 'ionic-updates'Jakub Kicinski
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson
2020-11-14ionic: start queues before announcing link upShannon Nelson
2020-11-14net: macb: Fix passing zero to 'PTR_ERR'YueHaibing
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-13net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund
2020-11-14Merge branch 'xdp-redirect-bulk'Daniel Borkmann
2020-11-14net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi
2020-11-13net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang
2020-11-13r8169: improve rtl_txHeiner Kallweit
2020-11-13r8169: use READ_ONCE in rtl_tx_slots_availHeiner Kallweit