aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-24virtio-net: napi helper functionsWillem de Bruijn1-30/+35
2017-04-24sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller1-4/+245
2017-04-24sparc64: Support cbcond instructions in eBPF JIT.David S. Miller1-54/+184
2017-04-24Merge branch 'bpf-misc-cleanups'David S. Miller3-2/+5
2017-04-24samples/bpf: check before defining offsetofAlexander Alemayhu1-1/+3
2017-04-24samples/bpf: add static to function with no prototypeAlexander Alemayhu1-1/+1
2017-04-24samples/bpf: add -Wno-unknown-warning-option to clangAlexander Alemayhu1-0/+1
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann2-5/+1
2017-04-24qlcnic: fix unchecked return valuePan Bian1-0/+2
2017-04-24wan: pc300too: abort path on failurePan Bian1-0/+1
2017-04-24tipc: check return value of nlmsg_newPan Bian1-0/+2
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian1-0/+2
2017-04-24Merge branch 'nfp-dma-adjust_head-fixes'David S. Miller10-78/+265
2017-04-24nfp: remove the refresh of all ports optimizationJakub Kicinski3-25/+58
2017-04-24nfp: fix free list buffer size reportingJakub Kicinski1-3/+4
2017-04-24nfp: add NSP routine to get static informationDavid Brunecz6-0/+129
2017-04-24nfp: parse metadata prepend before XDP runsJakub Kicinski2-33/+40
2017-04-24nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski1-18/+35
2017-04-24Merge branch 'cls_flower-MPLS'David S. Miller5-3/+114
2017-04-24cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise2-0/+79
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise3-3/+35
2017-04-24Merge branch 'tcp-fastopen-middlebox-fixes'David S. Miller11-8/+166
2017-04-24net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang1-4/+3
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang5-5/+8
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang8-4/+160
2017-04-24Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller10-36/+167
2017-04-24net: add rcu locking when changing early demuxDavid Ahern1-0/+3
2017-04-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-6/+16
2017-04-24net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King1-2/+1
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang1-6/+5
2017-04-24Merge branch 'bnxt_en-misc-next'David S. Miller6-11/+143
2017-04-24bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2-5/+12
2017-04-24bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan1-1/+2
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar3-3/+18
2017-04-24bnxt_en: Fix VF attributes reporting.Michael Chan1-3/+5
2017-04-24bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2-1/+108
2017-04-24openvswitch: Add eventmask support to CT action.Jarno Rajahalme2-0/+39
2017-04-24openvswitch: Typo fix.Jarno Rajahalme1-1/+1
2017-04-24Merge branch 'ibmvnic-updates-and-fixes'David S. Miller2-51/+175
2017-04-24ibmvnic: Free skb's in cases of failure in transmitThomas Falcon1-3/+15
2017-04-24ibmvnic: Validate napi exist before disabling themNathan Fontenot1-2/+4
2017-04-24ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot2-14/+58
2017-04-24ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot1-6/+4
2017-04-24ibmvnic: Only retrieve error info if presentNathan Fontenot1-20/+51
2017-04-24ibmvnic: Insert header on VLAN tagged received frameMurilo Fossa Vicentini2-1/+22
2017-04-24ibmvnic: Set real number of rx queuesThomas Falcon1-5/+21
2017-04-24Merge branch 'packet-fanout-unique-id'David S. Miller3-10/+128
2017-04-24selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEIDMike Maloney1-11/+84
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney2-0/+45
2017-04-24selftests/net: cleanup unused parameter in psock_fanoutMike Maloney1-9/+9