summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller2018-12-161-3/+0
* neighbor: Add protocol attributeDavid Ahern2018-12-163-1/+26
* selftests: net: reuseport_addr_any: add DCCPPeter Oskolkov2018-12-161-2/+47
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-161-0/+3
* l2tp: Add protocol field decompressionSam Protsenko2018-12-151-0/+4
* Merge tag 'mlx5e-updates-2018-12-14' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-12-1519-174/+1048
|\
| * net/mlx5: Handle LAG FW commands failure gracefullyAviv Heller2018-12-141-21/+70
| * net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-148-26/+79
| * net/mlx5: Rename mlx5_lag_is_bonded() to __mlx5_lag_is_active()Aviv Heller2018-12-141-9/+9
| * net/mlx5: Allow co-enablement of uplink LAG and SRIOVRabie Loulou2018-12-141-2/+4
| * net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou2018-12-145-61/+36
| * net/mlx5: Adjustments for the activate LAG logic to run under sriovRabie Loulou2018-12-141-12/+21
| * net/mlx5e: Duplicate offloaded TC eswitch rules under uplink LAGAviv Heller2018-12-141-1/+10
| * net/mlx5e: Offload TC e-switch rules with egress LAG deviceRabie Loulou2018-12-141-0/+9
| * net/mlx5e: In case of LAG, one switch parent id is used for all representorsRabie Loulou2018-12-142-13/+48
| * net/mlx5e: Enhance flow counter scheme for offloaded TC eswitch rulesShahar Klein2018-12-142-3/+12
| * net/mlx5e: Infrastructure for duplicated offloading of TC flowsRoi Dayan2018-12-143-8/+176
| * net/mlx5e: E-Switch, Add peer miss rulesRoi Dayan2018-12-143-1/+225
| * net/mlx5: Introduce inter-device communication mechanismAviv Heller2018-12-145-4/+313
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-146-51/+74
| |\
| | * net/mlx5: Fold the modify lag code into functionShahar Klein2018-12-141-16/+28
| | * net/mlx5: Add lag affinity info to logRoi Dayan2018-12-141-0/+3
| | * net/mlx5: Split the activate lag function into two routinesRoi Dayan2018-12-141-4/+10
| | * net/mlx5: E-Switch, Introduce flow counter affinityShahar Klein2018-12-141-1/+7
| | * IB/mlx5: Unify e-switch representors load approach between uplink and VFsMark Bloch2018-12-143-22/+19
| | * net/mlx5: Use lowercase 'X' for hex valuesSaeed Mahameed2018-12-141-8/+8
| | * net/mlx5: Remove duplicated include from eswitch.cYueHaibing2018-12-121-1/+0
* | | Merge branch 'net-mitigate-retpoline-overhead'David S. Miller2018-12-159-22/+136
|\ \ \
| * | | udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
| * | | net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-157-15/+61
| * | | net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-153-5/+18
| * | | indirect call wrappers: helpers to speed-up indirect calls of builtinPaolo Abeni2018-12-151-0/+51
|/ / /
* | | net: socionext: remove mmio reads on TxIlias Apalodimas2018-12-151-43/+54
* | | net: socionext: correctly recover txq after being fullIlias Apalodimas2018-12-151-11/+45
* | | dt-bindings: net: ravb: Add support for r8a774c0 SoCFabrizio Castro2018-12-151-0/+1
* | | neighbor: Improve neighbour struct layoutDavid Ahern2018-12-151-2/+2
* | | net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
* | | ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2018-12-151-1/+2
* | | r8169: improve spurious interrupt detectionHeiner Kallweit2018-12-151-1/+2
* | | cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-153-117/+25
* | | ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1
* | | Merge branch 'hns3-Add-more-commands-to-Debugfs-in-HNS3-driver'David S. Miller2018-12-1511-5/+1366
|\ \ \
| * | | net: hns3: Add "tm map" status information query functionliuzhongzhu2018-12-154-0/+93
| * | | net: hns3: Add "queue map" information query functionliuzhongzhu2018-12-157-2/+76
| * | | net: hns3: Add "dcb register" status information query functionliuzhongzhu2018-12-154-0/+134
| * | | net: hns3: Add "status register" information query functionliuzhongzhu2018-12-154-0/+885
| * | | net: hns3: Add "manager table" information query functionliuzhongzhu2018-12-154-2/+100
| * | | net: hns3: Add "bd info" query functionliuzhongzhu2018-12-151-1/+78
|/ / /
* | | Merge branch 'net-prefer-listeners-bound-to-an-address'David S. Miller2018-12-148-217/+325
|\ \ \
| * | | selftests: net: test that listening sockets match on address properlyPeter Oskolkov2018-12-144-2/+271