aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing2018-11-231-1/+4
* Merge branch 'switchdev-blocking-notifiers'David S. Miller2018-11-2310-76/+474
|\
| * rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-233-9/+0
| * switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-237-61/+25
| * ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-233-0/+32
| * mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-1/+44
| * switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-232-0/+133
| * staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+56
| * staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()Petr Machata2018-11-231-1/+6
| * net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+56
| * rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+55
| * switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata2018-11-231-0/+10
| * switchdev: Add a blocking notifier chainPetr Machata2018-11-232-0/+53
| * switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata2018-11-231-4/+4
|/
* Merge branch 'r8169-next'David S. Miller2018-11-231-47/+43
|\
| * r8169: replace macro TX_FRAGS_READY_FOR with a functionHeiner Kallweit2018-11-231-11/+13
| * r8169: use napi_consume_skb where possibleHeiner Kallweit2018-11-231-3/+4
| * r8169: simplify detecting chip versions with same XIDHeiner Kallweit2018-11-231-12/+7
| * r8169: remove default chip versionsHeiner Kallweit2018-11-231-10/+5
| * r8169: remove ancient GCC bug workaround in a second placeHeiner Kallweit2018-11-231-11/+14
|/
* Merge branch 'hns3-debugfs'David S. Miller2018-11-2312-4/+807
|\
| * net: hns3: Add "qos buffer" config info query functionliuzhongzhu2018-11-232-0/+116
| * net: hns3: Add "qos prio map" info query functionliuzhongzhu2018-11-233-0/+55
| * net: hns3: Add "qos pause" config info query functionliuzhongzhu2018-11-232-0/+26
| * net: hns3: Add "tm config" info query functionliuzhongzhu2018-11-232-0/+200
| * net: hns3: Add "tc config" info query functionliuzhongzhu2018-11-234-0/+48
| * net: hns3: Add "FD flow table" info query functionliuzhongzhu2018-11-236-1/+83
| * net: hns3: Add "queue info" query functionliuzhongzhu2018-11-231-0/+122
| * net: hns3: Add debugfs framework registrationliuzhongzhu2018-11-235-3/+157
|/
* net: cavium: clean up return value check in cavium_ptp_probeYueHaibing2018-11-231-4/+0
* net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz2018-11-231-12/+0
* Merge branch 'octeontx2-af-CGX-LMAC-link-bringup-and-cleanups'David S. Miller2018-11-237-65/+214
|\
| * octeontx2-af: Bringup CGX LMAC links by defaultLinu Cherian2018-11-233-0/+82
| * octeontx2-af: Unregister cgx event callbacks gracefullyLinu Cherian2018-11-233-1/+43
| * octeontx2-af: Handle non-contiguous CGX LMAC interfacesLinu Cherian2018-11-235-28/+40
| * octeontx2-af: Misc cleanups in cgx driverLinu Cherian2018-11-235-37/+50
|/
* net: hinic: fix null pointer dereference on pointer hwdevColin Ian King2018-11-231-2/+4
* Merge branch 'smc-next'David S. Miller2018-11-237-51/+117
|\
| * net/smc: unregister rkeys of unused bufferKarsten Graul2018-11-233-13/+18
| * net/smc: add infrastructure to send delete rkey messagesKarsten Graul2018-11-233-1/+57
| * net/smc: avoid a delay by waiting for nothingKarsten Graul2018-11-231-1/+3
| * net/smc: cleanup listen worker mutex unlockingUrsula Braun2018-11-231-2/+3
| * net/smc: short wait for late smc_clc_wait_msgUrsula Braun2018-11-233-11/+13
| * net/smc: no link delete for a never active linkUrsula Braun2018-11-231-1/+4
| * net/smc: allow fallback after clc timeoutsUrsula Braun2018-11-232-6/+11
| * net/smc: remove sock_error detour in clc-functionsUrsula Braun2018-11-231-13/+5
| * net/smc: make smc_lgr_free() staticUrsula Braun2018-11-232-2/+3
| * net/smc: cleanup tcp_listen_worker initializationUrsula Braun2018-11-231-1/+0
|/
* net: mvneta: remove redundant check for eee->tx_lpi_timer < 0YueHaibing2018-11-231-2/+1
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-11-2315-68/+97
|\