summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko
2018-07-23net: sched: introduce chain templatesJiri Pirko
2018-07-23net: sched: introduce chain object to uapiJiri Pirko
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko
2018-07-23net/mlx5: FW tracer, events handlingFeras Daoud
2018-07-23net/mlx5: FW tracer, implement tracer logicFeras Daoud
2018-07-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-07-23net/smc: provide smc mode in smc_diag.cKarsten Graul
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks
2018-07-20driver core: set up ownership of class devices in sysfsDmitry Torokhov
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu
2018-07-19qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru
2018-07-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18ipv6: fix useless rol32 call on hashColin Ian King
2018-07-18net: dsa: Remove VLA usageSalvatore Mesoraca
2018-07-18net/mlx5: Better return types for CQE APITariq Toukan
2018-07-18net/mlx5: Add core support for double vlan push/pop steering actionJianbo Liu
2018-07-18net/mlx5: Expose MPEGC (Management PCIe General Configuration) structuresEran Ben Elisha
2018-07-18net/mlx5: FW tracer, add hardware structuresFeras Daoud
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin
2018-07-18netfilter: nf_osf: add missing definitions to header fileFernando Fernandez Mancera
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei