aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-28bpf: add a test case in bpf selftestsptr_to_stackYonghong Song3-1/+280
2017-04-28bpf: enhance verifier to tolerate certain obfuscated stack addrYonghong Song2-7/+24
2017-04-25net: move xdp_prog field in RX cache linesEric Dumazet1-1/+1
2017-04-25drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun1-0/+1
2017-04-25net: Generic XDPDavid S. Miller5-22/+187
2017-04-25qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun1-1/+1
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin5-20/+50
2017-04-25selftests/net: Fix broken test case in psock_fanoutMike Maloney1-1/+1
2017-04-25net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk1-4/+0
2017-04-25Merge branch 'qed-vf-tunnel'David S. Miller17-255/+857
2017-04-25qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish8-4/+446
2017-04-25qed/qede: Add UDP ports in bulletin boardChopra, Manish9-1/+84
2017-04-25qede: Configure UDP ports in local context.Chopra, Manish3-36/+52
2017-04-25qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish1-6/+17
2017-04-25qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish4-11/+51
2017-04-25qed: refactor tunnelling - API/StructsChopra, Manish7-197/+207
2017-04-25Merge branch 'l2tpeth-info'David S. Miller1-2/+11
2017-04-25l2tp: define "l2tpeth" device typeGuillaume Nault1-0/+5
2017-04-25l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault1-2/+6
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim1-0/+25
2017-04-25Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/...David S. Miller24-372/+3888
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal2-15/+70
2017-04-25can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun1-6/+6
2017-04-25can: enable module auto loading for virtual CAN interfacesOliver Hartkopp1-2/+5
2017-04-25can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp4-0/+347
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp2-28/+47
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp2-33/+58
2017-04-25can: complete initial namespace supportOliver Hartkopp5-105/+121
2017-04-25can: remove obsolete definitionsOliver Hartkopp1-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp1-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp1-0/+2
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj3-0/+911
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel1-29/+159
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel1-5/+34
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel1-71/+269
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel1-65/+125
2017-04-25can: m_can: Removed virtual address from printMario Huettel1-2/+2
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel1-2/+2
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel1-1/+2
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean8-0/+1783
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-1/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2017-04-24Merge branch 'virtio-net-tx-napi'David S. Miller1-60/+147
2017-04-24virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn1-0/+3
2017-04-24virtio-net: clean tx descriptors from rx napiWillem de Bruijn1-0/+21
2017-04-24virtio-net: move free_old_xmit_skbsWillem de Bruijn1-30/+30
2017-04-24virtio-net: transmit napiWillem de Bruijn1-9/+67
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/ker...David 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/...David 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
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros4-0/+94
2017-04-24Merge branch 'VSOCK-add-vsockmon'David S. Miller14-1/+448
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia4-0/+76
2017-04-24VSOCK: Add vsockmon deviceGerard Garcia6-0/+242
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia5-1/+130
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller123-2177/+8766
2017-04-24Merge branch 'qed-dcb-enhancements'David S. Miller5-53/+100
2017-04-24qed: Add support for static dcbx.sudarsana.kalluru@cavium.com2-5/+20
2017-04-24qed: Support dcbnl IEEE selector field.sudarsana.kalluru@cavium.com2-9/+49
2017-04-24qed: Add additional DCBx debug messages.sudarsana.kalluru@cavium.com1-6/+11
2017-04-24qed: Separate RoCE DCBx support for V2.sudarsana.kalluru@cavium.com1-8/+3
2017-04-24qed: Cleanup DCBx unnecessary parameters.sudarsana.kalluru@cavium.com3-25/+17
2017-04-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller12-134/+499
2017-04-23bpf, doc: update list of architectures that do eBPF JITAlexei Starovoitov1-4/+3
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller3-0/+24
2017-04-22sparc64: Add eBPF JIT.David S. Miller7-60/+1424
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller6-3/+5
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger2-0/+2
2017-04-22mlx5: hide unused functionsStephen Hemminger1-11/+13
2017-04-22net/mlx5: E-Switch, Add control for encapsulationRoi Dayan4-2/+71
2017-04-22net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz1-20/+49
2017-04-22net/devlink: Add E-Switch encapsulation controlRoi Dayan3-3/+32
2017-04-22Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins1-0/+1
2017-04-22Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevDean Jenkins1-1/+4
2017-04-22Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Dean Jenkins1-0/+1
2017-04-22ieee802154: don't select COMMON_CLKArnd Bergmann1-1/+1
2017-04-22Bluetooth: try to improve CONFIG_SERIAL_DEV_BUS dependencyArnd Bergmann2-2/+8
2017-04-22Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failureSebastian Reichel1-2/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller59-245/+575
2017-04-21Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-210/+345
2017-04-21net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller2-2/+0
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-04-21net: dsa: LAN9303: add I2C dependencyArnd Bergmann1-1/+1
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller23-1063/+289
2017-04-21bonding: fix wq initialization for links created via netlinkMahesh Bandewar3-1/+7
2017-04-21bpf, doc: update bpf maintainers entryDaniel Borkmann1-1/+15
2017-04-21net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov1-1/+3
2017-04-21net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter1-1/+3
2017-04-21bpf: Fix values type used in test_mapsDavid Miller1-2/+2
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller26-370/+1717
2017-04-21MAINTAINERS: Add new IPsec offloading files.Steffen Klassert1-2/+2
2017-04-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller27-187/+1625
2017-04-21netvsc: fix use after free on module removalstephen hemminger2-7/+11
2017-04-21Merge branch 'tc-filter-cleanup-destroy-delete'David S. Miller13-148/+134
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong3-20/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong13-128/+134
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2-1/+5
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann4-0/+19
2017-04-21netvsc: Deal with rescinded channels correctlyK. Y. Srinivasan1-0/+16
2017-04-21Merge branch 'ibmvnic-updates-and-bug-fixes'David S. Miller2-177/+61
2017-04-21ibmvnic: Remove unused bouce bufferNathan Fontenot2-57/+0
2017-04-21ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot1-6/+3
2017-04-21ibmvnic: Disable irq prior to closeBrian King1-0/+18
2017-04-21ibmvnic: Correct crq and resource releasingNathan Fontenot1-3/+6
2017-04-21ibmvnic: Remove inflight listNathan Fontenot2-88/+19
2017-04-21ibmvnic: Do not disable IRQ after scheduling taskletBrian King1-19/+6
2017-04-21ibmvnic: Fixup atomic API usageBrian King1-6/+4
2017-04-21ibmvnic: Unmap longer term buffer before freeBrian King1-1/+1
2017-04-21ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini2-3/+4
2017-04-21ibmvnic: Report errors when failing to release sub-crqsThomas Falcon1-0/+6
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-04-21liquidio: remove unnecessary variable assignmentArnd Bergmann1-2/+0
2017-04-21Merge branch 'skb_cow_head'David S. Miller6-44/+16
2017-04-21kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2017-04-21ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-5/+2
2017-04-21smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead6-2/+24
2017-04-21Merge branch 'iptunnel-policy-based-routing'David S. Miller11-47/+134
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek6-44/+93
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek5-3/+41
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun1-1/+0
2017-04-21Merge tag 'powerpc-4.11-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-8/+8
2017-04-21Merge tag 'pci-v4.11-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+13
2017-04-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-13/+66
2017-04-21Merge tag 'acpi-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2017-04-21Merge tag 'mmc-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-4/+22
2017-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+8
2017-04-21MAINTAINERS: Add "B:" field for networking.David S. Miller1-0/+1
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli1-5/+0
2017-04-20igbvf: Use net_device_stats from struct net_deviceTobias Klauser2-22/+5
2017-04-20igb: Enable reading of wake up packetKim Tatt Chuah2-1/+56
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin8-15/+240
2017-04-20igb: improve MAC filter handlingYury Kylulin2-65/+192
2017-04-20e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust1-0/+6
2017-04-20ixgb: Omit private ndo_get_stats functionTobias Klauser1-16/+0
2017-04-20e1000: Omit private ndo_get_stats functionTobias Klauser1-15/+0
2017-04-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-24/+21
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman1-23/+20
2017-04-20blk-mq: fix potential oops with polling and blk-mq schedulerJens Axboe1-1/+10
2017-04-20nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski1-0/+9
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski3-11/+38
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller1-23/+32
2017-04-20Merge branch 'qed-dcbx-fixes'David S. Miller1-1/+12
2017-04-20qed: Fix issue in populating the PFC config paramters.sudarsana.kalluru@cavium.com1-0/+2
2017-04-20qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com1-1/+1
2017-04-20qed: Fix sending an invalid PFC error mask to MFW.sudarsana.kalluru@cavium.com1-0/+2