summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert ibmvnic merge do_change_param_reset into do_resetDany Madden2020-11-071-43/+104
* Merge branch 'nexthop-add-support-for-nexthop-objects-offload'Jakub Kicinski2020-11-0612-47/+995
|\
| * selftests: netdevsim: Add test for nexthop offload APIIdo Schimmel2020-11-061-0/+436
| * netdevsim: Allow programming routes with nexthop objectsIdo Schimmel2020-11-061-10/+0
| * netdevsim: Add dummy implementation for nexthop offloadIdo Schimmel2020-11-061-3/+229
| * netdevsim: Add devlink resource for nexthopsIdo Schimmel2020-11-064-2/+31
| * nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2020-11-062-14/+0
| * nexthop: Replay nexthops when registering a notifierIdo Schimmel2020-11-061-2/+52
| * nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-063-3/+6
| * nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel2020-11-061-1/+6
| * nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel2020-11-061-2/+30
| * nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel2020-11-061-0/+10
| * nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel2020-11-061-1/+5
| * nexthop: Emit a notification when a nexthop is addedIdo Schimmel2020-11-062-2/+7
| * nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel2020-11-062-0/+22
| * rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel2020-11-062-2/+6
| * nexthop: vxlan: Convert to new notification infoIdo Schimmel2020-11-062-3/+8
| * nexthop: Prepare new notification infoIdo Schimmel2020-11-061-0/+109
| * nexthop: Pass extack to nexthop notifierIdo Schimmel2020-11-061-2/+3
| * nexthop: Add nexthop notification data structuresIdo Schimmel2020-11-061-0/+35
|/
* Merge tag 'mlx5-updates-2020-11-03' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-11-0619-467/+591
|\
| * net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior2020-11-051-7/+11
| * net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed2020-11-051-3/+5
| * net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed2020-11-051-1/+1
| * net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk2020-11-058-36/+57
| * net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik2020-11-052-4/+11
| * net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik2020-11-052-18/+6
| * net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik2020-11-051-6/+8
| * net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik2020-11-052-314/+211
| * net/mlx5: DR, Add buddy allocator utilitiesYevgeny Kliteynik2020-11-053-1/+204
| * net/mlx5: DR, Rename matcher functions to be more HW agnosticYevgeny Kliteynik2020-11-053-37/+33
| * net/mlx5: DR, Rename builders HW specific namesYevgeny Kliteynik2020-11-053-71/+76
| * net/mlx5: DR, Remove unused member of action structYevgeny Kliteynik2020-11-051-1/+0
* | net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang2020-11-064-27/+204
* | net: Add mhi-net driverLoic Poulain2020-11-063-0/+324
* | bus: mhi: Add mhi_queue_is_full functionLoic Poulain2020-11-062-0/+18
* | Merge branch 'net-phy-add-support-for-shared-interrupts-part-1'Jakub Kicinski2020-11-0616-158/+529
|\ \
| * | net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-16/+52
| * | net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-061-0/+72
| * | net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2020-11-062-0/+14
| * | net: phy: davicom: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-16/+21
| * | net: phy: davicom: implement generic .handle_interrupt() calbackIoana Ciornei2020-11-061-0/+26
| * | net: phy: cicada: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-4/+11
| * | net: phy: cicada: implement the generic .handle_interrupt() callbackIoana Ciornei2020-11-061-0/+20
| * | net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei2020-11-066-57/+68
| * | net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-067-15/+114
| * | net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-17/+19
| * | net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-061-0/+27
| * | net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-061-4/+8
| * | net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-061-28/+28