summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-036-12/+159
* Merge branch 'hns3-add-support-for-reset'David S. Miller2017-11-027-37/+747
|\
| * net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang2017-11-021-0/+7
| * net: hns3: Fix a misuse to devm_free_irqqumingguang2017-11-021-3/+2
| * net: hns3: Add reset interface implementation in clientLipeng2017-11-021-0/+153
| * net: hns3: Add timeout process in hns3_enetLipeng2017-11-022-0/+88
| * net: hns3: Add reset process in hclge_mainLipeng2017-11-024-0/+326
| * net: hns3: Add support for misc interruptLipeng2017-11-023-0/+81
| * net: hns3: Refactor the initialization of command queueLipeng2017-11-023-16/+33
| * net: hns3: Refactor mac_init functionqumingguang2017-11-021-7/+7
| * net: hns3: Refactor the mapping of tqp to vportLipeng2017-11-021-11/+50
|/
* net: seeq: fix timer conversionArnd Bergmann2017-11-022-2/+2
* 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-011-1/+1
| |\
| | * signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-011-1/+1