platform/kernel/linux-starfive.git
2021-11-17 Russell King... net: mtk_eth_soc: use phylink_generic_validate()
2021-11-17 Russell King... net: mtk_eth_soc: drop use of phylink_helper_basex_speed()
2021-11-17 Russell King... net: mtk_eth_soc: remove interface checks in mtk_validate()
2021-11-17 Russell King... net: mtk_eth_soc: populate supported_interfaces member
2021-11-17 David S. MillerMerge branch 'sparx5-phylink'
2021-11-17 Russell King... net: sparx5: use phylink_generic_validate()
2021-11-17 Russell King... net: sparx5: clean up sparx5_phylink_validate()
2021-11-17 Russell King... net: sparx5: populate supported_interfaces member
2021-11-17 David S. MillerMerge branch 'enetc-phylink'
2021-11-17 Russell King... net: enetc: use phylink_generic_validate()
2021-11-17 Russell King... net: enetc: remove interface checks in enetc_pl_mac_val...
2021-11-17 Russell King... net: enetc: populate supported_interfaces member
2021-11-17 David S. MillerMerge branch 'xilinx-phylink'
2021-11-17 Russell King... net: axienet: use phylink_generic_validate()
2021-11-17 Russell King... net: axienet: remove interface checks in axienet_validate()
2021-11-17 Russell King... net: axienet: populate supported_interfaces member
2021-11-17 David S. MillerMerge tag 'mlx5-updates-2021-11-16' of git://git./linux...
2021-11-17 Dmytro Linkinnet/mlx5: E-switch, Create QoS on demand
2021-11-17 Dmytro Linkinnet/mlx5: E-switch, Enable vport QoS on demand
2021-11-17 Parav Panditnet/mlx5: E-switch, move offloads mode callbacks to...
2021-11-17 Parav Panditnet/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_mac
2021-11-17 Parav Panditnet/mlx5: E-switch, Remove vport enabled check
2021-11-17 Chris Minet/mlx5e: Specify out ifindex when looking up decap...
2021-11-17 Roi Dayannet/mlx5e: TC, Move comment about mod header flag to...
2021-11-17 Roi Dayannet/mlx5e: TC, Move kfree() calls after destroying...
2021-11-17 Roi Dayannet/mlx5e: TC, Destroy nic flow counter if exists
2021-11-17 Yihao Hannet/mlx5: TC, using swap() instead of tmp variable
2021-11-17 Paul Blakeynet/mlx5: CT: Allow static allocation of mod headers
2021-11-17 Paul Blakeynet/mlx5e: Refactor mod header management API
2021-11-17 Aya Levinnet/mlx5: Avoid printing health buffer when firmware...
2021-11-17 Saeed Mahameednet/mlx5: Fix format-security build warnings
2021-11-17 Saeed Mahameednet/mlx5e: Support ethtool cq mode
2021-11-17 Russell King... net: document SMII and correct phylink's new validation...
2021-11-17 Jakub KicinskiMerge branch 'r8169-disable-detection-of-further-chip...
2021-11-17 Heiner Kallweitr8169: disable detection of chip version 41
2021-11-17 Heiner Kallweitr8169: disable detection of chip version 45
2021-11-17 Heiner Kallweitr8169: disable detection of chip versions 49 and 50
2021-11-17 Heiner Kallweitr8169: enable ASPM L1/L1.1 from RTL8168h
2021-11-17 Jakub KicinskiMerge branch 'net-better-packing-of-global-vars'
2021-11-17 Eric Dumazetnet: align static siphash keys
2021-11-17 Eric Dumazetnet: use .data.once section in netdev_level_once()
2021-11-17 Eric Dumazetonce: use __section(".data.once")
2021-11-16 David S. MillerMerge branch 'inuse-cleanups'
2021-11-16 Eric Dumazetnet: drop nopreempt requirement on sock_prot_inuse_add()
2021-11-16 Eric Dumazetnet: merge net->core.prot_inuse and net->core.sock_inuse
2021-11-16 Eric Dumazetnet: make sock_inuse_add() available
2021-11-16 Eric Dumazetnet: inline sock_prot_inuse_add()
2021-11-16 David S. MillerMerge branch 'gro-out-of-core-files'
2021-11-16 Eric Dumazetnet: gro: populate net/core/gro.c
2021-11-16 Eric Dumazetnet: gro: move skb_gro_receive into net/core/gro.c
2021-11-16 Eric Dumazetnet: gro: move skb_gro_receive_list to udp_offload.c
2021-11-16 Eric Dumazetnet: move gro definitions to include/net/gro.h
2021-11-16 David S. MillerMerge branch 'tcp-optimizations'
2021-11-16 Eric Dumazetnet: move early demux fields close to sk_refcnt
2021-11-16 Eric Dumazettcp: do not call tcp_cleanup_rbuf() if we have a backlog
2021-11-16 Eric Dumazettcp: check local var (timeo) before socket fields in...
2021-11-16 Eric Dumazettcp: defer skb freeing after socket lock is released
2021-11-16 Eric Dumazettcp: avoid indirect calls to sock_rfree
2021-11-16 Eric Dumazettcp: tp->urg_data is unlikely to be set
2021-11-16 Eric Dumazettcp: annotate races around tp->urg_data
2021-11-16 Eric Dumazettcp: annotate data-races on tp->segs_in and tp->data_se...
2021-11-16 Eric Dumazettcp: add RETPOLINE mitigation to sk_backlog_rcv
2021-11-16 Eric Dumazettcp: small optimization in tcp recvmsg()
2021-11-16 Eric Dumazetnet: cache align tcp_memory_allocated, tcp_sockets_allo...
2021-11-16 Eric Dumazetnet: forward_alloc_get depends on CONFIG_MPTCP
2021-11-16 Eric Dumazetnet: shrink struct sock by 8 bytes
2021-11-16 Eric Dumazetipv6: shrink struct ipcm6_cookie
2021-11-16 Eric Dumazetnet: remove sk_route_nocaps
2021-11-16 Eric Dumazetnet: remove sk_route_forced_caps
2021-11-16 Eric Dumazetnet: use sk_is_tcp() in more places
2021-11-16 Eric Dumazettcp: small optimization in tcp_v6_send_check()
2021-11-16 Eric Dumazettcp: remove dead code in __tcp_v6_send_check()
2021-11-16 Eric Dumazettcp: minor optimization in tcp_add_backlog()
2021-11-16 Sean Andersonnet: macb: Fix several edge cases in validate
2021-11-15 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf-next
2021-11-15 Jakub KicinskiRevert "Merge branch 'mctp-i2c-driver'"
2021-11-15 David S. MillerMerge branch 'generic-phylink-validation'
2021-11-15 Russell King... net: mvpp2: use phylink_generic_validate()
2021-11-15 Russell King... net: mvneta: use phylink_generic_validate()
2021-11-15 Russell King... net: phylink: add generic validate implementation
2021-11-15 Christophe... net/wan/fsl_ucc_hdlc: fix sparse warnings
2021-11-15 Yihao Hannet: fddi: use swap() to make code cleaner
2021-11-15 Guo Zhengkuihinic: use ARRAY_SIZE instead of ARRAY_LEN
2021-11-15 Jacky Chounet: usb: ax88179_178a: add TSO feature
2021-11-15 David S. MillerMerge branch 'mctp-i2c-driver'
2021-11-15 Matt Johnstonmctp i2c: MCTP I2C binding driver
2021-11-15 Matt Johnstondt-bindings: net: New binding mctp-i2c-controller
2021-11-15 Matt Johnstoni2c: npcm7xx: Allow 255 byte block SMBus transfers
2021-11-15 Matt Johnstoni2c: aspeed: Allow 255 byte block transfers
2021-11-15 Matt Johnstoni2c: dev: Handle 255 byte blocks for i2c ioctl
2021-11-15 Matt Johnstoni2c: core: Allow 255 byte transfers for SMBus 3.x
2021-11-15 Christophe... net: bridge: Slightly optimize 'find_portno()'
2021-11-15 Harshit Mogalapallinet: sched: sch_netem: Refactor code in 4-state loss...
2021-11-15 Uwe Kleine... net: dsa: vsc73xxx: Make vsc73xx_remove() return void
2021-11-15 Ong Boon Leongnet: stmmac: enhance XDP ZC driver level switching...
2021-11-15 Hengqi Chenbpftool: Use libbpf_get_error() to check error
2021-11-15 Andrii NakryikoMerge branch 'bpftool: miscellaneous fixes'
2021-11-15 Quentin Monnetbpftool: Fix mixed indentation in documentation
2021-11-15 Quentin Monnetbpftool: Update the lists of names for maps and prog...
2021-11-15 Quentin Monnetbpftool: Fix indent in option lists in the documentation
next