aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-05Merge branch 'libbpf-support-more-map-options'David S. Miller2-30/+43
2017-10-05libbpf: use map_flags when creating mapsCraig Gallek2-1/+2
2017-10-05libbpf: parse maps sections of varying sizeCraig Gallek1-29/+41
2017-10-05net: qcom/emac: make function emac_isr staticColin Ian King1-1/+1
2017-10-05Merge branch 'tcp-improving-RACK-cpu-performance'David S. Miller8-49/+93
2017-10-05tcp: a small refactor of RACK loss detectionYuchung Cheng1-22/+18
2017-10-05tcp: more efficient RACK loss detectionYuchung Cheng1-15/+5
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet7-16/+74
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka1-2/+2
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2-7/+6
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen1-2/+1
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang1-12/+9
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang4-24/+17
2017-10-05Merge branch 'VSOCK-sock_diag'David S. Miller21-73/+1360
2017-10-05VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi9-0/+1039
2017-10-05VSOCK: add sock_diag interfaceStefan Hajnoczi5-0/+234
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi8-59/+64
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2-10/+12
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2-4/+11
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller566-3479/+6079
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+11
2017-10-06Merge branch 'pm-sleep'Rafael J. Wysocki1-7/+11
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds7-22/+47
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2-5/+7
2017-10-05Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds9-11/+61
2017-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds8-27/+118
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds91-388/+863
2017-10-04Merge branch 'bpftool'David S. Miller19-12/+2180
2017-10-04tools: bpftool: add documentationJakub Kicinski5-0/+263
2017-10-04tools: bpf: add bpftoolJakub Kicinski8-3/+1909
2017-10-04tools: rename tools/net directory to tools/bpfJakub Kicinski8-9/+8
2017-10-04Merge branch 'enslavement-extack'David S. Miller27-97/+192
2017-10-04mlxsw: spectrum: Add extack messages for enslave failuresDavid Ahern1-10/+37
2017-10-04net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern4-7/+15
2017-10-04net: bonding: Add extack messages for some enslave failuresDavid Ahern1-0/+7
2017-10-04net: vrf: Add extack messages for enslave errorsDavid Ahern1-2/+11
2017-10-04net: Add extack to upper device linkingDavid Ahern19-32/+44
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern9-13/+22
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern2-33/+56
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel4-13/+34
2017-10-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds44-503/+810
2017-10-04Update James Hogan's email addressJames Hogan5-6/+8
2017-10-04Merge branch 'bpf-cgroup-multi-prog'David S. Miller15-182/+1086
2017-10-04samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov1-0/+36
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2-1/+22
2017-10-04libbpf: sync bpf.hAlexei Starovoitov1-3/+52
2017-10-04samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov2-7/+185
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2-0/+13
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2-0/+112