aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-29/+19
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-40/+39
2017-11-03Merge branch 'mlxsw-Align-multipath-hash-parameters-with-kernels'David S. Miller6-25/+270
2017-11-03mlxsw: spectrum_router: Update multipath hash parameters upon neteventsIdo Schimmel1-1/+30
2017-11-03mlxsw: spectrum_router: Align multipath hash parameters with kernel'sIdo Schimmel1-0/+64
2017-11-03mlxsw: reg: Add Router ECMP Configuration Register Version 2Ido Schimmel1-0/+132
2017-11-03mlxsw: spectrum_router: Properly name netevent work structIdo Schimmel1-13/+13
2017-11-03mlxsw: spectrum_router: Embed netevent notifier block in router structIdo Schimmel3-11/+12
2017-11-03ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2-1/+20
2017-11-03cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun1-1/+3
2017-11-03bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann1-0/+4
2017-11-03bpf: fix link error without CONFIG_NETArnd Bergmann1-0/+2
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland3-3/+2
2017-11-03liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas1-2/+2
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2-0/+57
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert6-12/+159
2017-11-02Merge branch 'hns3-add-support-for-reset'David S. Miller7-37/+747
2017-11-02net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang1-0/+7
2017-11-02net: hns3: Fix a misuse to devm_free_irqqumingguang1-3/+2
2017-11-02net: hns3: Add reset interface implementation in clientLipeng1-0/+153
2017-11-02net: hns3: Add timeout process in hns3_enetLipeng2-0/+88
2017-11-02net: hns3: Add reset process in hclge_mainLipeng4-0/+326
2017-11-02net: hns3: Add support for misc interruptLipeng3-0/+81
2017-11-02net: hns3: Refactor the initialization of command queueLipeng3-16/+33
2017-11-02net: hns3: Refactor mac_init functionqumingguang1-7/+7
2017-11-02net: hns3: Refactor the mapping of tqp to vportLipeng1-11/+50
2017-11-02net: seeq: fix timer conversionArnd Bergmann2-2/+2
2017-11-02net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txtEgil Hjelmeland1-0/+37
2017-11-02Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'David S. Miller12-72/+77
2017-11-02nfp: improve defines for constants in ethtoolJakub Kicinski1-7/+8
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski3-10/+20
2017-11-02nfp: switch to dev_alloc_page()Jakub Kicinski1-1/+1
2017-11-02nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski3-5/+6
2017-11-02nfp: reorganize the app tableJakub Kicinski1-10/+6
2017-11-02nfp: bpf: reject TC offload if XDP loadedJakub Kicinski1-0/+3
2017-11-02nfp: flower: vxlan - ensure no sleep in atomic contextJohn Hurley5-34/+28
2017-11-02nfp: flower: app should use struct nfp_reprJohn Hurley1-6/+6
2017-11-02tools: bpf: handle long path in jit disasmPrashant Bhole2-2/+4
2017-11-02liquidio: synchronize VF representor names with NIC firmwareVijaya Mohan Guvva4-1/+92
2017-11-02Merge branch 'BPF-range-marking-improvements-for-meta-data'David S. Miller2-122/+591
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann1-0/+442
2017-11-02bpf: also improve pattern matches for meta accessDaniel Borkmann1-69/+96
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann2-73/+73
2017-11-02security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski1-1/+4
2017-11-02net: systemport: Only inspect valid switch port & queuesFlorian Fainelli2-2/+8
2017-11-02Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG'David S. Miller2-2/+26
2017-11-02nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEGJiong Wang1-0/+24
2017-11-02nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOTJiong Wang2-2/+2
2017-11-02Merge branch 'dpaa-cleanups'David S. Miller1-6/+2
2017-11-02net: dpaa: remove init which already done in per-cpu allocationyuan linyu1-5/+0