| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | net/mlx5: Forward all mlx5 events to mlx5 notifiers chain | Saeed Mahameed | 2018-11-30 | 1 | -0/+3 |
| * | | net/mlx5e: Use the new mlx5 core notifier API | Saeed Mahameed | 2018-11-30 | 2 | -14/+16 |
| * | | net/mlx5: Allow port change event to be forwarded to driver notifiers chain | Saeed Mahameed | 2018-11-30 | 1 | -0/+16 |
| * | | net/mlx5: Driver events notifier API | Saeed Mahameed | 2018-11-30 | 2 | -1/+25 |
| * | | net/mlx5: Improve core device events handling | Saeed Mahameed | 2018-11-26 | 1 | -87/+136 |
| * | | net/mlx5: Device events, Use async events chain | Saeed Mahameed | 2018-11-26 | 8 | -222/+342 |
| * | | net/mlx5: CQ ERR, Use async events chain | Saeed Mahameed | 2018-11-26 | 1 | -22/+44 |
| * | | net/mlx5: Resource tables, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -48/+104 |
| * | | net/mlx5: CmdIF, Use async events chain | Saeed Mahameed | 2018-11-26 | 4 | -31/+48 |
| * | | net/mlx5: FWPage, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -38/+44 |
| * | | net/mlx5: E-Switch, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -25/+26 |
| * | | net/mlx5: Clock, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -14/+17 |
| * | | net/mlx5: FPGA, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -16/+38 |
| * | | net/mlx5: FWTrace, Use async events chain | Saeed Mahameed | 2018-11-26 | 3 | -17/+16 |
| * | | net/mlx5: EQ, Introduce atomic notifier chain subscription API | Saeed Mahameed | 2018-11-26 | 3 | -3/+49 |
| * | | net/mlx5: EQ, Make EQE access methods inline | Saeed Mahameed | 2018-11-20 | 2 | -24/+24 |
| * | | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA | Saeed Mahameed | 2018-11-20 | 5 | -312/+1 |
| * | | net/mlx5: EQ, Generic EQ | Saeed Mahameed | 2018-11-20 | 2 | -73/+182 |
| * | | net/mlx5: EQ, Different EQ types | Saeed Mahameed | 2018-11-20 | 8 | -189/+268 |
| * | | net/mlx5: EQ, Privatize eq_table and friends | Saeed Mahameed | 2018-11-20 | 10 | -50/+172 |
| * | | net/mlx5: EQ, irq_info and rmap belong to eq_table | Saeed Mahameed | 2018-11-20 | 2 | -21/+23 |
| * | | net/mlx5: EQ, Create all EQs in one place | Saeed Mahameed | 2018-11-20 | 4 | -104/+116 |
| * | | net/mlx5: EQ, Move all EQ logic to eq.c | Saeed Mahameed | 2018-11-20 | 3 | -176/+181 |
| * | | net/mlx5: EQ, Remove redundant completion EQ list lock | Saeed Mahameed | 2018-11-20 | 2 | -16/+3 |
| * | | net/mlx5: EQ, No need to store eq index as a field | Saeed Mahameed | 2018-11-20 | 1 | -2/+2 |
| * | | net/mlx5: EQ, Remove unused fields and structures | Saeed Mahameed | 2018-11-20 | 1 | -11/+0 |
| * | | net/mlx5: EQ, Use the right place to store/read IRQ affinity hint | Saeed Mahameed | 2018-11-20 | 2 | -7/+9 |
| * | | net/mlx5: Use multi threaded workqueue for page fault handling | Moni Shoua | 2018-11-12 | 1 | -2/+3 |
| * | | net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state | Moni Shoua | 2018-11-12 | 1 | -1/+1 |
| * | | net/mlx5: Add interface to hold and release core resources | Moni Shoua | 2018-11-12 | 1 | -0/+16 |
| * | | net/mlx5: Release resource on error flow | Moni Shoua | 2018-11-12 | 1 | -2/+2 |
* | | | net: dsa: ksz: Add reset GPIO handling | Marek Vasut | 2018-12-10 | 2 | -0/+19 |
* | | | bonding: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-10 | 1 | -13/+1 |
* | | | fjes: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-10 | 1 | -13/+1 |
* | | | net: xenbus: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-10 | 1 | -15/+3 |
* | | | ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-10 | 1 | -12/+1 |
* | | | ipvlan: Remove a useless comparison | YueHaibing | 2018-12-10 | 1 | -1/+1 |
* | | | net: hns3: fix spelling mistake "offser" -> "offset" | Colin Ian King | 2018-12-10 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-10 | 29 | -95/+197 |
|\ \ \ |
|
| * | | | bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips. | Michael Chan | 2018-12-09 | 1 | -4/+12 |
| * | | | bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips. | Michael Chan | 2018-12-09 | 1 | -6/+23 |
| * | | | bnxt_en: Keep track of reserved IRQs. | Michael Chan | 2018-12-09 | 3 | -3/+8 |
| * | | | bnxt_en: Fix CNP CoS queue regression. | Michael Chan | 2018-12-09 | 1 | -0/+7 |
| * | | | net/mlx4_core: Correctly set PFC param if global pause is turned off. | Tarick Bedeir | 2018-12-09 | 1 | -2/+2 |
| * | | | Revert "net/ibm/emac: wrong bit is used for STA control" | Benjamin Herrenschmidt | 2018-12-08 | 1 | -1/+1 |
| * | | | mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctl | Ido Schimmel | 2018-12-06 | 1 | -2/+8 |
| * | | | mlxsw: spectrum_router: Relax GRE decap matching check | Nir Dotan | 2018-12-06 | 1 | -4/+1 |
| * | | | mlxsw: spectrum_switchdev: Avoid leaking FID's reference count | Ido Schimmel | 2018-12-06 | 1 | -2/+5 |
| * | | | mlxsw: spectrum_nve: Remove easily triggerable warnings | Ido Schimmel | 2018-12-06 | 1 | -2/+2 |
| * | | | Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2018-12-05 | 1 | -9/+11 |
| |\ \ \ |
|