summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: add static to function with no prototypeAlexander Alemayhu2017-04-241-1/+1
* samples/bpf: add -Wno-unknown-warning-option to clangAlexander Alemayhu2017-04-241-0/+1
* bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann2017-04-242-5/+1
* qlcnic: fix unchecked return valuePan Bian2017-04-241-0/+2
* wan: pc300too: abort path on failurePan Bian2017-04-241-0/+1
* tipc: check return value of nlmsg_newPan Bian2017-04-241-0/+2
* lwtunnel: check return value of nla_nest_startPan Bian2017-04-241-0/+2
* Merge branch 'nfp-dma-adjust_head-fixes'David S. Miller2017-04-2410-78/+265
|\
| * nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-243-25/+58
| * nfp: fix free list buffer size reportingJakub Kicinski2017-04-241-3/+4
| * nfp: add NSP routine to get static informationDavid Brunecz2017-04-246-0/+129
| * nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-242-33/+40
| * nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski2017-04-241-18/+35
|/
* Merge branch 'cls_flower-MPLS'David S. Miller2017-04-245-3/+114
|\
| * cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise2017-04-242-0/+79
| * flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-243-3/+35
|/
* Merge branch 'tcp-fastopen-middlebox-fixes'David S. Miller2017-04-2411-8/+166
|\
| * net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang2017-04-241-4/+3
| * net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-245-5/+8
| * net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-248-4/+160
|/
* Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-04-2410-36/+167
|\
| * mlx5: fix warning about missing prototypeStephen Hemminger2017-04-222-0/+2
| * mlx5: hide unused functionsStephen Hemminger2017-04-221-11/+13
| * net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-224-2/+71
| * net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz2017-04-221-20/+49
| * net/devlink: Add E-Switch encapsulation controlRoi Dayan2017-04-223-3/+32
* | net: add rcu locking when changing early demuxDavid Ahern2017-04-241-0/+3
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-245-6/+16
|\ \
| * | Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins2017-04-221-0/+1
| * | Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevDean Jenkins2017-04-221-1/+4
| * | Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Dean Jenkins2017-04-221-0/+1
| * | ieee802154: don't select COMMON_CLKArnd Bergmann2017-04-221-1/+1
| * | Bluetooth: try to improve CONFIG_SERIAL_DEV_BUS dependencyArnd Bergmann2017-04-222-2/+8
| * | Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failureSebastian Reichel2017-04-221-2/+1
| |/
* | net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King2017-04-241-2/+1
* | net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-241-6/+5
* | Merge branch 'bnxt_en-misc-next'David S. Miller2017-04-246-11/+143
|\ \
| * | bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2017-04-242-5/+12
| * | bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan2017-04-241-1/+2
| * | bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar2017-04-243-3/+18
| * | bnxt_en: Fix VF attributes reporting.Michael Chan2017-04-241-3/+5
| * | bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2017-04-242-1/+108
|/ /
* | openvswitch: Add eventmask support to CT action.Jarno Rajahalme2017-04-242-0/+39
* | openvswitch: Typo fix.Jarno Rajahalme2017-04-241-1/+1
* | Merge branch 'ibmvnic-updates-and-fixes'David S. Miller2017-04-242-51/+175
|\ \
| * | ibmvnic: Free skb's in cases of failure in transmitThomas Falcon2017-04-241-3/+15
| * | ibmvnic: Validate napi exist before disabling themNathan Fontenot2017-04-241-2/+4
| * | ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot2017-04-242-14/+58
| * | ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot2017-04-241-6/+4
| * | ibmvnic: Only retrieve error info if presentNathan Fontenot2017-04-241-20/+51