summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txtEgil Hjelmeland2017-11-021-0/+37
* Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'David S. Miller2017-11-0212-72/+77
|\
| * nfp: improve defines for constants in ethtoolJakub Kicinski2017-11-021-7/+8
| * nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-023-10/+20
| * nfp: switch to dev_alloc_page()Jakub Kicinski2017-11-021-1/+1
| * nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski2017-11-023-5/+6
| * nfp: reorganize the app tableJakub Kicinski2017-11-021-10/+6
| * nfp: bpf: reject TC offload if XDP loadedJakub Kicinski2017-11-021-0/+3
| * nfp: flower: vxlan - ensure no sleep in atomic contextJohn Hurley2017-11-025-34/+28
| * nfp: flower: app should use struct nfp_reprJohn Hurley2017-11-021-6/+6
|/
* tools: bpf: handle long path in jit disasmPrashant Bhole2017-11-022-2/+4
* liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva2017-11-024-1/+92
* Merge branch 'BPF-range-marking-improvements-for-meta-data'David S. Miller2017-11-022-122/+591
|\
| * bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann2017-11-021-0/+442
| * bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-021-69/+96
| * bpf: minor cleanups after mergeDaniel Borkmann2017-11-022-73/+73
|/
* security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski2017-11-021-1/+4
* net: systemport: Only inspect valid switch port & queuesFlorian Fainelli2017-11-022-2/+8
* Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG'David S. Miller2017-11-022-2/+26
|\
| * nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEGJiong Wang2017-11-021-0/+24
| * nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOTJiong Wang2017-11-022-2/+2
|/
* Merge branch 'dpaa-cleanups'David S. Miller2017-11-021-6/+2
|\
| * net: dpaa: remove init which already done in per-cpu allocationyuan linyu2017-11-021-5/+0
| * net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu2017-11-021-1/+2
|/
* bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
* Merge branch 'net-sched-block-callbacks-follow-up'David S. Miller2017-11-0212-16/+29
|\
| * net: sched: remove ndo_setup_tc check from tc_can_offloadJiri Pirko2017-11-021-5/+1
| * net: sched: remove tc_can_offload check from egdev callJiri Pirko2017-11-021-1/+1
| * net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-0211-3/+27
| * net: sched: remove unused tc_should_offload helperJiri Pirko2017-11-021-7/+0
|/
* net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov2017-11-029-38/+45
* net: hns3: remove a couple of redundant assignmentsColin Ian King2017-11-021-3/+0
* liquidio: remove redundant setting of inst_processed to zeroColin Ian King2017-11-021-2/+0
* net: dl2k: remove redundant re-assignment to npColin Ian King2017-11-021-1/+1
* wan: wanxl: remove redundant assignment to statColin Ian King2017-11-021-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0247-169/+284
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-021-1/+1
| |\
| | * signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-011-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-014-4/+21
| |\ \
| | * | ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia2017-11-011-0/+1
| | * | nvme: Fix setting logical block format when revalidatingKeith Busch2017-10-301-0/+1
| | * | virtio_blk: Fix an SG_IO regressionBart Van Assche2017-10-271-0/+12
| | * | Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-linusJens Axboe2017-10-271-4/+7
| | |\ \
| | | * | nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg2017-10-231-4/+7
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0126-86/+182
| |\ \ \ \
| | * | | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-012-4/+5
| | * | | | ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-0/+1
| | * | | | tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-012-0/+6
| | * | | | mlxsw: i2c: Fix buffer increment counter for write transactionVadim Pasternak2017-11-011-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-013-2/+4
| | |\ \ \ \