aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-07net: ipa: cache last-saved GSI IRQ enabled typeAlex Elder
2020-11-07net: ipa: disable all GSI interrupt types initiallyAlex Elder
2020-11-07net: ipa: define GSI interrupt types with an enumAlex Elder
2020-11-07net: ipa: rename gsi->event_enable_bitmapAlex Elder
2020-11-07net: ipa: request GSI IRQ laterAlex Elder
2020-11-07net: ipa: refer to IPA versions, not GSIAlex Elder
2020-11-07net: x25_asy: Delete the x25_asy driverXie He
2020-11-07net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare
2020-11-07ptp: idt82p33: optimize _idt82p33_adjfineMin Li
2020-11-07ptp: idt82p33: use i2c_master_send for bus writeMin Li
2020-11-07ptp: idt82p33: add adjphase supportMin Li
2020-11-07net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setupMenglong Dong
2020-11-07cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia
2020-11-07Merge branch 'net-axienet-dynamically-enable-mdio-interface'Jakub Kicinski
2020-11-07net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment
2020-11-07net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey
2020-11-07Merge branch 'net-convert-tasklets-to-use-new-tasklet_setup-api'Jakub Kicinski
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06Revert ibmvnic merge do_change_param_reset into do_resetDany Madden
2020-11-06Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2020-11-06Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-06Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-11-06Merge tag 'tpmdd-next-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-06Merge tag 'iommu-fixes-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-06Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-11-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-06Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2020-11-06Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-06Merge branch 'nexthop-add-support-for-nexthop-objects-offload'Jakub Kicinski
2020-11-06selftests: netdevsim: Add test for nexthop offload APIIdo Schimmel
2020-11-06netdevsim: Allow programming routes with nexthop objectsIdo Schimmel
2020-11-06netdevsim: Add dummy implementation for nexthop offloadIdo Schimmel
2020-11-06netdevsim: Add devlink resource for nexthopsIdo Schimmel
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel