aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-1/+1
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski1-3/+4
2018-07-31net: update real_num_rx_queues even when !CONFIG_SYSFSJakub Kicinski1-1/+2
2018-07-29Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-1/+5
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger1-0/+2
2018-07-29route: add support for directed broadcast forwardingXin Long1-0/+1
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed1-0/+2
2018-07-27net/mlx5e: Vxlan, check maximum number of UDP portsGal Pressman1-1/+3
2018-07-27can: dev: enable multi-queue for SocketCAN devicesZhu Yi1-1/+6
2018-07-25net: phy: add helper phy_polling_modeHeiner Kallweit1-0/+10
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+24
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+18
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal1-1/+0
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+4
2018-07-23net/mlx5: FW tracer, events handlingFeras Daoud1-0/+7
2018-07-23net/mlx5: FW tracer, implement tracer logicFeras Daoud1-0/+3
2018-07-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed4-16/+181
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-1/+1
2018-07-21bpfilter: Fix mismatch in function argument typesYueHaibing1-3/+3
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-1/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-1/+3
2018-07-21Merge tag 'mlx5-fixes-2018-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-3/+15
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+11
2018-07-20driver core: set up ownership of class devices in sysfsDmitry Torokhov1-0/+5
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov1-0/+4
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-9/+19
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-16/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller17-24/+70
2018-07-20Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu1-0/+1
2018-07-19qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru1-0/+15
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+16
2018-07-18net/mlx5: Fix QP fragmented buffer allocationTariq Toukan1-3/+15
2018-07-18net/mlx5: Better return types for CQE APITariq Toukan1-4/+4
2018-07-18net/mlx5: Add core support for double vlan push/pop steering actionJianbo Liu2-3/+12
2018-07-18net/mlx5: Expose MPEGC (Management PCIe General Configuration) structuresEran Ben Elisha2-2/+22
2018-07-18net/mlx5: FW tracer, add hardware structuresFeras Daoud2-1/+64
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-5/+4
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov1-0/+2
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski1-0/+1
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski1-2/+7
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski1-0/+3
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski1-1/+1
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin1-1/+1
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal1-0/+1
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig1-0/+1
2018-07-18net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn1-1/+71
2018-07-18hwmon: Add helper to tell if a char is invalid in a nameAndrew Lunn1-0/+23