summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03981-42921/+50666
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-0318-53/+177
| |\
| | * net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-021-0/+14
| | * net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin2022-08-021-13/+13
| | * net: usb: make USB_RTL8153_ECM non user configurableMaciej Żenczykowski2022-08-021-1/+2
| | * octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep2022-08-011-1/+1
| | * net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
| | * net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-08-012-2/+50
| | |\
| | | * iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-292-0/+26
| | | * iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-292-2/+24
| | * | Merge tag 'mlx5-fixes-2022-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-07-299-33/+55
| | |\ \ | | | |/ | | |/|
| | | * net/mlx5: Fix driver use of uninitialized timeoutShay Drory2022-07-283-10/+4
| | | * net/mlx5: DR, Fix SMFS steering info dump formatYevgeny Kliteynik2022-07-281-5/+8
| | | * net/mlx5: Adjust log_max_qp to be 18 at mostMaher Sanalla2022-07-281-1/+1
| | | * net/mlx5e: Modify slow path rules to go to slow fdbVlad Buslov2022-07-281-6/+17
| | | * net/mlx5e: Fix calculations related to max MPWQE sizeMaxim Mikityanskiy2022-07-281-9/+10
| | | * net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ sizeMaxim Mikityanskiy2022-07-281-0/+12
| | | * net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTSMaxim Mikityanskiy2022-07-281-1/+1
| | | * net/mlx5e: TC, Fix post_act to not match on in_port metadataMaor Dickman2022-07-281-0/+1
| | | * net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/ve...Gal Pressman2022-07-281-1/+1
| | * | netdevsim: fib: Add debugfs knob to simulate route deletion failureIdo Schimmel2022-07-291-0/+14
| | * | netdevsim: fib: Fix reference count leak on route deletion failureIdo Schimmel2022-07-291-1/+26
| * | | wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2022-08-022-6/+9
| * | | wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-021-11/+14
| * | | net: marvell: prestera: remove reduntant codeSebin Sebastian2022-08-011-1/+1
| * | | net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET2022-08-011-0/+1
| * | | nfp: flower: add support for tunnel offload without key IDBaowen Zheng2022-08-011-7/+8
| * | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-08-017-88/+75
| |\ \ \
| | * | | igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
| | * | | ixgbe: convert .adjfreq to .adjfineJacob Keller2022-07-281-33/+40
| | * | | i40e: convert .adjfreq to .adjfineJacob Keller2022-07-281-10/+12
| | * | | i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller2022-07-281-13/+4
| | * | | e1000e: convert .adjfreq to .adjfineJacob Keller2022-07-283-10/+11
| | * | | e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller2022-07-281-3/+0
| | * | | ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller2022-07-281-13/+3
| * | | | net/funeth: Tx handling of XDP with fragments.Dimitris Michailidis2022-08-011-10/+20
| * | | | net/funeth: Unify skb/XDP packet mapping.Dimitris Michailidis2022-08-011-15/+17
| * | | | net/funeth: Unify skb/XDP gather list writing.Dimitris Michailidis2022-08-011-15/+31
| * | | | net/funeth: Unify skb/XDP Tx packet unmapping.Dimitris Michailidis2022-08-011-21/+12
| * | | | net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-014-18/+0
| * | | | Merge tag 'linux-can-next-for-5.20-20220731' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-0151-379/+531
| |\ \ \ \
| | * | | | can: can327: fix a broken link to DocumentationChristophe JAILLET2022-07-311-1/+1
| | * | | | can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol2022-07-291-8/+3
| | * | | | can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-285-0/+45
| | * | | | can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+48
| | * | | | can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-2/+26
| | * | | | can: kvaser_pciefd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+7
| | * | | | can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-1/+8
| | * | | | can: mcp251xfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-0/+2