Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09net: iwlwifi: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: myri10ge: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: r8152: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-09net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2020-01-09sfc: move common tx codeAlex Maftei (amaftei)
2020-01-09sfc: move common rx codeAlex Maftei (amaftei)
2020-01-09sfc: move event queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move channel interrupt management codeAlex Maftei (amaftei)
2020-01-09sfc: move channel alloc/removal codeAlex Maftei (amaftei)
2020-01-09sfc: move channel start/stop codeAlex Maftei (amaftei)
2020-01-09sfc: move some channel-related codeAlex Maftei (amaftei)
2020-01-09sfc: move struct init and fini codeAlex Maftei (amaftei)
2020-01-09sfc: move some device reset codeAlex Maftei (amaftei)
2020-01-09sfc: move datapath management codeAlex Maftei (amaftei)
2020-01-09sfc: move mac configuration and status functionsAlex Maftei (amaftei)
2020-01-09sfc: move reset workqueue codeAlex Maftei (amaftei)
2020-01-09sfc: further preparation for code splitAlex Maftei (amaftei)
2020-01-09sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2020-01-09atm: eni: fix uninitialized variable warningArnd Bergmann
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet
2020-01-08mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr Machata
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai
2020-01-08net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai
2020-01-08net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai
2020-01-08Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk
2020-01-08net: usb: lan78xx: fix possible skb leakEric Dumazet
2020-01-08ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng
2020-01-08enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing
2020-01-08enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter
2020-01-08net: stmmac: Fixed link does not need MDIO BusJose Abreu
2020-01-08drivers: net: cisco_hdlc: use __func__ in debug messageChen Zhou
2020-01-08net: ch9200: remove unnecessary returnChen Zhou
2020-01-08net: ch9200: use __func__ in debug messageChen Zhou
2020-01-08stmmac: debugfs entry name is not be changed when udev rename device name.Jiping Ma
2020-01-08ionic: clear compiler warning on hb use before setShannon Nelson
2020-01-08ionic: restrict received packets to mtu sizeShannon Nelson
2020-01-08ionic: add Rx dropped packet counterShannon Nelson
2020-01-08ionic: drop use of subdevice tagsShannon Nelson
2020-01-07net/mlx5: DR, Create multiple destination action from dr_create_fteAlex Vesker
2020-01-07net/mlx5: DR, Add support for multiple destination table actionAlex Vesker
2020-01-07net/mlx5: DR, Align dest FT action creation to APIAlex Vesker
2020-01-07net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit
2020-01-07net/mlx5: DR, Create multi-destination table for SW-steering useErez Shitrit
2020-01-07net/mlx5: DR, Create FTE entry in the FW from SW-steeringErez Shitrit