summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
* net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET2022-08-011-0/+1
* net: dsa: Fix spelling mistakes and cleanup codeXie Shaowen2022-08-011-2/+2
* Documentation: devlink: add add devlink-selftests to the table of contentsBagas Sanjaya2022-08-011-0/+1
* nfp: flower: add support for tunnel offload without key IDBaowen Zheng2022-08-011-7/+8
* Merge branch 'net-rose-fix-module-unload-issues'Jakub Kicinski2022-08-013-3/+19
|\
| * net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-012-4/+11
| * net: rose: fix netdev reference changesEric Dumazet2022-08-012-2/+11
|/
* 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
* | dt-bindings: net: fsl,fec: Add i.MX8ULP FEC itemsWei Fang2022-08-011-0/+5
* | Merge branch 'funeth-tx-xdp-frags'David S. Miller2022-08-011-58/+77
|\ \
| * | 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
|/ /
* | Merge branch 'devlink-parallel-commands'David S. Miller2022-08-015-107/+21
|\ \
| * | net: devlink: enable parallel ops on netlink interfaceJiri Pirko2022-08-011-0/+1
| * | net: devlink: remove devlink_mutexJiri Pirko2022-08-011-76/+4
| * | net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-015-31/+5
| * | net: devlink: introduce "unregistering" mark and use it during devlinks itera...Jiri Pirko2022-08-011-0/+11
|/ /
* | udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima2022-08-011-7/+1
* | Merge tag 'linux-can-next-for-5.20-20220731' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-0153-379/+541
|\ \
| * | 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
| * | Merge patch series "can: add ethtool support and reporting of timestamping ca...Marc Kleine-Budde2022-07-2846-3/+365
| |\ \
| | * | 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
| | * | can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol2022-07-282-0/+30
| | * | can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol2022-07-282-0/+24
| | * | can: dev: add hardware TX timestampVincent Mailhol2022-07-281-0/+6
| | * | can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-2830-0/+159
| | * | can: v(x)can: add software tx timestampsVincent Mailhol2022-07-282-0/+4
| | * | can: slcan: add software tx timestampsVincent Mailhol2022-07-281-0/+2
| | * | can: janz-ican3: add software tx timestampVincent Mailhol2022-07-281-0/+2
| | * | can: can327: add software tx timestampsVincent Mailhol2022-07-281-0/+2
| |/ /
| * | Merge patch series "can: slcan: extend supported features (step 2)"Marc Kleine-Budde2022-07-282-321/+144
| |\ \
| | * | MAINTAINERS: Add maintainer for the slcan driverDario Binacchi2022-07-282-0/+7
| | * | can: slcan: add support for listen-only modeDario Binacchi2022-07-281-4/+15
| | * | can: slcan: use the generic can_change_mtu()Dario Binacchi2022-07-281-6/+1