aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Merge branch 'bpf-lpm-get-next-key'Daniel Borkmann2-2/+215
2018-01-19tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song1-0/+122
2018-01-19bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song1-2/+93
2018-01-19selftests: bpf: update .gitignore with missing generated filesShuah Khan1-0/+7
2018-01-19bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin1-0/+1
2018-01-19Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq-fixes'David S. Miller3-4/+6
2018-01-19net: dsa: mv88e6xxx: Free ATU/VTU irq only when there is chip irqAndrew Lunn1-2/+4
2018-01-19net: dsa: mv88e6xxx: Return error from irq_find_mapping()Andrew Lunn2-2/+2
2018-01-19Merge branch 'net-sched-cls-add-extack-support'David S. Miller14-92/+194
2018-01-19net: sched: cls_u32: add extack supportAlexander Aring1-14/+44
2018-01-19net: sched: cls: add extack support for tcf_change_indevAlexander Aring4-7/+11
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring13-14/+26
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring13-32/+50
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring13-13/+20
2018-01-19net: sched: cls_api: handle generic cls errorsAlexander Aring1-11/+41
2018-01-19net: sched: cls: fix code style issuesAlexander Aring3-6/+7
2018-01-19mlxsw: spectrum: Upper-bound supported FW versionYuval Mintz1-19/+11
2018-01-19Merge branch 'nfp-devlink-capabilities-extensions-and-updates'David S. Miller19-208/+463
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski4-0/+12
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski1-11/+20
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski3-10/+46
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski5-13/+19
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski5-3/+186
2018-01-19nfp: improve app not found messageJakub Kicinski1-1/+1
2018-01-19nfp: protect each repr pointer individually with RCUJakub Kicinski3-63/+68
2018-01-19nfp: add nfp_reprs_get_locked() helperJakub Kicinski3-5/+13
2018-01-19nfp: register devlink after app is createdJakub Kicinski3-36/+29
2018-01-19nfp: release global resources only on the remove pathJakub Kicinski1-23/+13
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski4-45/+58
2018-01-19net/mlx5e: Add likely to the common RX checksum flowGal Pressman1-1/+1
2018-01-19net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib5-175/+250
2018-01-19net/mlx5e: Merge per priority stats groupsKamal Heib1-8/+25
2018-01-19net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha4-0/+29
2018-01-19net/mlx5e: Poll event queue upon TX timeout before performing full channels recoveryEran Ben Elisha3-15/+55
2018-01-19net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha1-0/+12
2018-01-19net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha1-3/+5
2018-01-19net/mlx5e: Set hairpin queue sizeOr Gerlitz1-3/+8
2018-01-19net/mlx5: Enable setting hairpin queue sizeOr Gerlitz3-2/+9
2018-01-19net/mlx5e: Add RSS support for hairpinOr Gerlitz3-13/+205
2018-01-19net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz3-38/+69
2018-01-19net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz1-1/+4
2018-01-19net/mlx5e: Refactor RSS related objects and codeOr Gerlitz3-53/+103
2018-01-19net/mlx5e: Set per priority hairpin pairsOr Gerlitz1-7/+57
2018-01-19net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz1-8/+12
2018-01-19Merge branch 'tcp-min-rtt'David S. Miller3-3/+25
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng3-1/+4
2018-01-19tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng1-2/+21
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy3-17/+13
2018-01-19l2tp: remove switch block in l2tp_nl_cmd_session_create()Lorenzo Bianconi1-21/+0