summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2-2/+2
2022-07-20ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima1-1/+1
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-3/+6
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He1-0/+1
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde1-5/+13
2022-07-20Merge branch 'can-error-set-of-fixes-and-improvement-on-txerr-and-rxerr-repor...Marc Kleine-Budde25-52/+94
2022-07-20can: error: add definitions for the different CAN error thresholdsVincent Mailhol1-0/+13
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol25-18/+38
2022-07-20can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol1-1/+4
2022-07-20can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-07-20can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-07-20can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-07-20can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-07-20can: slcan: do not report txerr and rxerr during bus-offVincent Mailhol1-7/+5
2022-07-20can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-07-20can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-07-20can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-07-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-11/+17
2022-07-20Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-26/+81
2022-07-20Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long1-5/+1
2022-07-20net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi1-0/+3
2022-07-20net/sched: remove qdisc_root_lock() helperDavide Caratti1-19/+0
2022-07-20r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski9-64/+191
2022-07-20tcp: support externally provided ubufsPavel Begunkov1-11/+22
2022-07-20ipv6/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-20ipv4/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-20net: introduce __skb_fill_page_desc_noaccPavel Begunkov1-11/+17
2022-07-20net: introduce managed frags infrastructurePavel Begunkov2-4/+50
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern4-8/+19
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov3-0/+4
2022-07-19sfc: update MCDI protocol headersEdward Cree1-195/+7933
2022-07-19net/mlx5: CT: Remove warning of ignore_flow_level support for non PFRoi Dayan2-2/+2
2022-07-19net/mlx5e: Add resiliency for PTP TX port timestampAya Levin5-2/+50
2022-07-19net/mlx5: Expose ts_cqe_metadata_size2wqe_counterAya Levin1-1/+5
2022-07-19net/mlx5e: HTB, move htb functions to a new fileMoshe Tal7-746/+832
2022-07-19net/mlx5e: HTB, change functions name to follow conventionMoshe Tal4-36/+36
2022-07-19net/mlx5e: HTB, remove priv from htb function callsMoshe Tal4-150/+172
2022-07-19net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed3-32/+70
2022-07-19net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal4-19/+19
2022-07-19net/mlx5e: HTB, move section comment to the right placeMoshe Tal1-2/+2
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal6-34/+62
2022-07-19net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed3-74/+70
2022-07-19net/mlx5e: Fix mqprio_rl handling on devlink reloadMoshe Tal2-41/+106
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman4-5/+14
2022-07-19Merge branch 'can-peak_usb-cleanups-and-updates'Marc Kleine-Budde5-14/+62
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean1-10/+58
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2-2/+2
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2-2/+2