summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: process MP_CAPABLE data optionChristoph Paasch2020-01-244-27/+95
* mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-247-46/+160
* mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni2020-01-244-59/+104
* mptcp: add basic kselftest for mptcpFlorian Westphal2020-01-248-0/+1449
* mptcp: new sysctl to control the activation per NSMatthieu Baerts2020-01-244-5/+146
* mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni2020-01-241-15/+60
* mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni2020-01-241-10/+168
* mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal2020-01-243-0/+57
* mptcp: Implement MPTCP receive pathMat Martineau2020-01-247-5/+609
* mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau2020-01-244-6/+286
* mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad2020-01-241-0/+58
* mptcp: Add shutdown() socket operationPeter Krystad2020-01-241-0/+66
* mptcp: Add key generation and token treePeter Krystad2020-01-246-8/+428
* mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad2020-01-241-5/+231
* mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-249-24/+663
* mptcp: Associate MPTCP context with TCP socketPeter Krystad2020-01-245-7/+275
* mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-247-1/+181
* mptcp: Add MPTCP socket stubsMat Martineau2020-01-2410-0/+212
* Merge branch 'net-bridge-add-per-vlan-state-option'David S. Miller2020-01-248-32/+311
|\
| * net: bridge: vlan: add per-vlan stateNikolay Aleksandrov2020-01-246-19/+134
| * net: bridge: vlan: add basic option setting supportNikolay Aleksandrov2020-01-244-7/+130
| * net: bridge: vlan: add basic option dumping supportNikolay Aleksandrov2020-01-244-7/+48
| * net: bridge: check port state before br_allowed_egressNikolay Aleksandrov2020-01-241-1/+1
|/
* Merge tag 'mlx5-updates-2020-01-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-01-2312-398/+805
|\
| * net/mlx5e: Enable all available stats for uplink repsVlad Buslov2020-01-233-33/+18
| * net/mlx5e: Create q counters on uplink representorsVlad Buslov2020-01-231-2/+19
| * net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infraVlad Buslov2020-01-231-43/+114
| * net/mlx5e: IPoIB, use separate stats groupsSaeed Mahameed2020-01-233-15/+51
| * net/mlx5e: Convert stats groups array to array of group pointersSaeed Mahameed2020-01-234-31/+56
| * net/mlx5e: Declare stats groups via macroSaeed Mahameed2020-01-233-185/+108
| * net/mlx5e: Profile specific stats groupsSaeed Mahameed2020-01-236-48/+93
| * net/mlx5e: Move uplink rep init/cleanup code into own functionsRoi Dayan2020-01-231-30/+51
| * net/mlx5: DR, Allow connecting flow table to a lower/same level tableYevgeny Kliteynik2020-01-231-2/+5
| * net/mlx5: DR, Modify header copy supportHamdan Igbaria2020-01-232-15/+151
| * net/mlx5: DR, Modify set action limitation extensionHamdan Igbaria2020-01-231-61/+165
| * net/mlx5e: Add mlx5e_flower_parse_meta supportwenxu2020-01-231-0/+39
| * net/mlx5: make the symbol 'ESW_POOLS' staticChen Wandun2020-01-231-4/+4
| * net/mlx5e: allow TSO on VXLAN over VLAN topologiesDavide Caratti2020-01-231-0/+2
| * net/mlx5e: Fix printk format warningOlof Johansson2020-01-231-1/+1
* | Merge branch 'Add-PHY-IDs-for-DP83825-6'David S. Miller2020-01-232-4/+19
|\ \
| * | net: phy: DP83822: Add support for additional DP83825 devicesDan Murphy2020-01-232-3/+12
| * | phy: dp83826: Add phy IDs for DP83826N and 826NCDan Murphy2020-01-232-2/+8
|/ /
* | Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler'David S. Miller2020-01-236-185/+849
|\ \
| * | net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-235-0/+609
| * | net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani2020-01-232-85/+97
| * | net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani2020-01-231-9/+9
| * | net: sched: pie: fix commentingMohit P. Tahiliani2020-01-231-5/+5
| * | pie: improve comments and commenting styleMohit P. Tahiliani2020-01-231-27/+58
| * | pie: rearrange structure members and their initializationsMohit P. Tahiliani2020-01-232-11/+11
| * | pie: use u8 instead of bool in pie_varsMohit P. Tahiliani2020-01-231-2/+2