summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-1715-55/+86
|\
| * nfp: move indirect block cleanup to flower app stop callbackSimon Horman2020-12-171-3/+3
| * octeontx2-af: Fix undetected unmap PF error checkColin Ian King2020-12-171-1/+2
| * net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King2020-12-171-1/+1
| * qlcnic: Fix error code in probeDan Carpenter2020-12-171-0/+1
| * net: korina: fix return valueVincent Stehlé2020-12-171-1/+1
| * use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
| * use __netdev_notify_peers in ibmvnicLijun Pan2020-12-161-6/+3
| * net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET2020-12-161-2/+5
| * net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET2020-12-161-1/+7
| * net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET2020-12-161-1/+3
| * dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei2020-12-161-1/+1
| * net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel2020-12-161-9/+24
| * i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck2020-12-161-20/+23
* | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-2/+1
|\ \
| * | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-031-2/+1
* | | Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-161-1/+5
|\ \ \
| * | | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+1
| * | | xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-141-0/+4
* | | | Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-12-163-6/+35
|\ \ \ \
| * | | | hv_netvsc: Validate number of allocated sub-channelsAndrea Parri (Microsoft)2020-11-241-0/+5
| * | | | hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran2020-11-173-6/+30
* | | | | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-162-3/+3
|\ \ \ \ \
| * | | | | lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-242-3/+3
* | | | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-164-916/+1
|\ \ \ \ \ \
| * | | | | | net: remove am79c961a driverArnd Bergmann2020-10-304-916/+1
| |/ / / / /
* | | | | | ath9k: make relay callbacks constJani Nikula2020-12-161-1/+1
* | | | | | ath11k: make relay callbacks constJani Nikula2020-12-161-1/+1
* | | | | | ath10k: make relay callbacks constJani Nikula2020-12-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-12-151-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-12-081-1/+1
| |\ \ \ \ \
| | * | | | | thunderbolt: Add support for end-to-end flow controlMika Westerberg2020-11-111-1/+1
* | | | | | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-15975-34595/+38252
|\ \ \ \ \ \ \
| * | | | | | | net: hns3: fix expression that is currently always trueColin Ian King2020-12-151-1/+1
| * | | | | | | net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2020-12-152-3/+84
| * | | | | | | net: vxget: clean up sparse warningsJakub Kicinski2020-12-151-9/+9
| * | | | | | | Merge tag 'linux-can-next-for-5.11-20201214' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-155-167/+160
| |\ \ \ \ \ \ \
| | * | | | | | | can: m_can: use struct m_can_classdev as drvdataMarc Kleine-Budde2020-12-143-14/+13
| | * | | | | | | can: m_can: let m_can_class_allocate_dev() allocate driver specific private dataMarc Kleine-Budde2020-12-145-50/+56
| | * | | | | | | can: m_can: m_can_clk_start(): make use of pm_runtime_resume_and_get()Marc Kleine-Budde2020-12-141-9/+1
| | * | | | | | | can: m_can: m_can_config_endisable(): mark as staticMarc Kleine-Budde2020-12-142-2/+1
| | * | | | | | | can: m_can: use cdev as name for struct m_can_classdev uniformlyMarc Kleine-Budde2020-12-141-49/+49
| | * | | | | | | can: m_can: convert indention to kernel coding styleMarc Kleine-Budde2020-12-141-45/+43
| | * | | | | | | can: m_can: update link to M_CAN user manualMarc Kleine-Budde2020-12-141-2/+1
| * | | | | | | | mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko2020-12-153-1/+11
| * | | | | | | | mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko2020-12-154-1/+24
| * | | | | | | | mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko2020-12-151-0/+291
| * | | | | | | | mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko2020-12-151-0/+35