aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet7-6/+88
2017-10-24tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet3-23/+26
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet3-6/+47
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet5-91/+126
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet1-0/+20
2017-10-24tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet1-20/+129
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet5-2/+89
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet1-6/+80
2017-10-24tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet1-32/+107
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2-3/+35
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet4-1/+50
2017-10-24tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2-0/+418
2017-10-24Merge branch 'tcp-tracepoints'David S. Miller7-7/+206
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu2-0/+80
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu2-0/+9
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu2-0/+69
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu5-3/+31
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu1-1/+14
2017-10-24Merge branch 'hns3-next'David S. Miller4-12/+11
2017-10-24net: hns3: fix a bug about hns3_clean_tx_ringLipeng2-4/+4
2017-10-24net: hns3: remove redundant memset when alloc bufferLipeng1-2/+0
2017-10-24net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng1-2/+2
2017-10-24net: hns3: get vf count by pci_sriov_get_totalvfsLipeng1-1/+2
2017-10-24net: hns3: fix the ops check in hns3_get_rxnfcLipeng1-1/+1
2017-10-24net: hns3: fix the bug when map buffer failLipeng1-1/+1
2017-10-24net: hns3: fix a bug when alloc new bufferLipeng1-1/+1
2017-10-24Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-84/+295
2017-10-23batman-adv: use inline kernel-doc for uapi constantsSven Eckelmann1-79/+290
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-23net: systemport: Guard against unmapped TX ringFlorian Fainelli1-0/+3
2017-10-23Merge branch 'mlxsw-Add-support-for-non-equal-cost-multi-path'David S. Miller6-61/+484
2017-10-23mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel1-2/+17
2017-10-23mlxsw: spectrum: Increase number of linear entriesIdo Schimmel2-3/+3
2017-10-23mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel1-12/+99
2017-10-23mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel1-0/+58
2017-10-23mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel1-0/+7
2017-10-23mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel2-0/+18
2017-10-23mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel3-37/+238
2017-10-23mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel3-7/+44
2017-10-23Merge branch 'bcm_sf2-Add-support-for-IPv6-CFP-rules'David S. Miller4-245/+902
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv6 masks/lengthsFlorian Fainelli1-33/+80
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv4 mask lengthsFlorian Fainelli2-88/+149
2017-10-23net: dsa: bcm_sf2: Add support for IPv6 CFP rulesFlorian Fainelli4-40/+534
2017-10-23net: dsa: bcm_sf2: Simplify bcm_sf2_cfp_rule_get_all()Florian Fainelli1-54/+14
2017-10-23net: dsa: bcm_sf2: Make UDF slices more configurableFlorian Fainelli2-32/+76
2017-10-23net: dsa: bcm_sf2: Move IPv4 CFP processing to specific functionsFlorian Fainelli1-116/+163
2017-10-23net: dsa: bcm_sf2: Use existing shift/masksFlorian Fainelli2-4/+8
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook1-8/+6
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2-11/+57