summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET
2021-04-04Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-03Merge branch 'stmmac-xdp'David S. Miller
2021-04-03net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong
2021-04-03net: stmmac: Add support for XDP_TX actionOng Boon Leong
2021-04-03net: stmmac: Add initial XDP supportOng Boon Leong
2021-04-03net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong
2021-04-03net: stmmac: make SPH enable/disable to be configurableOng Boon Leong
2021-04-03net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong
2021-04-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham
2021-04-02net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham
2021-04-02net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan
2021-04-02net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit
2021-04-02net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit
2021-04-02net/mlx5: Pair mutex_destory with mutex_init for rate limit tableParav Pandit
2021-04-02net/mlx5: Allocate rate limit table when rate is configuredParav Pandit
2021-04-02net/mlx5: Use helper to increment, decrement rate entry refcountParav Pandit
2021-04-02net/mlx5: Use helpers to allocate and free rl table entriesParav Pandit
2021-04-02net/mlx5: Do not hold mutex while reading table constantsParav Pandit
2021-04-02net/mlx5: Pack mlx5_rl_entry structureParav Pandit
2021-04-02net/mlx5: Use unsigned int for free_countParav Pandit
2021-04-02net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit
2021-04-02net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit
2021-04-02net/mlx5: CT: Add support for matching on ct_state inv and rel flagsAriel Levkovich
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet
2021-04-02net: reorganize fields in netns_mibEric Dumazet
2021-04-02nfc: pn533: prevent potential memory corruptionDan Carpenter
2021-04-02Merge branch 'dpaa2-rx-copybreak'David S. Miller
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei
2021-04-02Merge branch 'mptcp-misc'David S. Miller
2021-04-02selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts
2021-04-02selftests: mptcp: init nstat historyMatthieu Baerts
2021-04-02selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal
2021-04-02mptcp: remove unneeded check on first subflowPaolo Abeni
2021-04-02mptcp: add active MPC mibsPaolo Abeni
2021-04-02mptcp: add mib for token creation fallbackPaolo Abeni
2021-04-02Merge branch 'ionic-ptp'David S. Miller