summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet
2017-10-24tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet
2017-10-24Merge branch 'tcp-tracepoints'David S. Miller
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu
2017-10-24Merge branch 'hns3-next'David S. Miller
2017-10-24net: hns3: fix a bug about hns3_clean_tx_ringLipeng
2017-10-24net: hns3: remove redundant memset when alloc bufferLipeng
2017-10-24net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng
2017-10-24net: hns3: get vf count by pci_sriov_get_totalvfsLipeng
2017-10-24net: hns3: fix the ops check in hns3_get_rxnfcLipeng
2017-10-24net: hns3: fix the bug when map buffer failLipeng
2017-10-24net: hns3: fix a bug when alloc new bufferLipeng
2017-10-24Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-m...David S. Miller
2017-10-23batman-adv: use inline kernel-doc for uapi constantsSven Eckelmann
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-23net: systemport: Guard against unmapped TX ringFlorian Fainelli
2017-10-23Merge branch 'mlxsw-Add-support-for-non-equal-cost-multi-path'David S. Miller
2017-10-23mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel
2017-10-23mlxsw: spectrum: Increase number of linear entriesIdo Schimmel
2017-10-23mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel
2017-10-23mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel
2017-10-23mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel
2017-10-23mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel
2017-10-23mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel
2017-10-23mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel
2017-10-23Merge branch 'bcm_sf2-Add-support-for-IPv6-CFP-rules'David S. Miller
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv6 masks/lengthsFlorian Fainelli
2017-10-23net: dsa: bcm_sf2: Allow matching arbitrary IPv4 mask lengthsFlorian Fainelli
2017-10-23net: dsa: bcm_sf2: Add support for IPv6 CFP rulesFlorian Fainelli
2017-10-23net: dsa: bcm_sf2: Simplify bcm_sf2_cfp_rule_get_all()Florian Fainelli
2017-10-23net: dsa: bcm_sf2: Make UDF slices more configurableFlorian Fainelli
2017-10-23net: dsa: bcm_sf2: Move IPv4 CFP processing to specific functionsFlorian Fainelli
2017-10-23net: dsa: bcm_sf2: Use existing shift/masksFlorian Fainelli
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven
2017-10-22textsearch: fix typos in library helpersRandy Dunlap
2017-10-22Merge branch 'tun-timer-cleanups'David S. Miller