summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-05net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+5
2020-10-05net: devlink: Add support for port regionsAndrew Lunn1-0/+27
2020-10-05net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-0/+1
2020-10-05net: devlink: Add unused port flavourAndrew Lunn1-0/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-7/+15
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter1-0/+9
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter1-0/+2
2020-10-04asm-generic: make the set_fs implementation optionalChristoph Hellwig1-0/+2
2020-10-04asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig1-0/+16
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig1-40/+51
2020-10-04uaccess: provide a generic TASK_SIZE_MAX definitionChristoph Hellwig1-0/+4
2020-10-04Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt4-3/+20
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab38-68/+174
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+1
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault3-0/+9
2020-10-04net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo1-3/+2
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski1-0/+1
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg1-0/+10
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg1-3/+6
2020-10-03Merge tag 'v5.9-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2-4/+95
2020-10-03Merge tag 'reset-for-v5.10' of git://git.pengutronix.de/pza/linux into arm/dr...Olof Johansson2-1/+109
2020-10-03Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+14
2020-10-03Merge tag 'qcom-drivers-for-5.10' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-2/+2
2020-10-03Merge tag 'soc-fsl-next-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-2/+2
2020-10-03Merge tag 'omap-for-v5.9/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+1
2020-10-03Merge tag 'ti-k3-dt-for-v5.10-part2' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2-53/+93
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2-0/+5
2020-10-03Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-6/+21
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2-12/+2
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig2-5/+1
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig2-6/+2
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig1-10/+10
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-8/+0
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig3-27/+14
2020-10-03genetlink: bring back per op policyJakub Kicinski1-0/+4
2020-10-03genetlink: add a structure for dump stateJakub Kicinski1-4/+7
2020-10-03genetlink: add small version of opsJakub Kicinski1-14/+39
2020-10-03genetlink: reorg struct genl_familyJakub Kicinski1-5/+5
2020-10-03block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva1-1/+4
2020-10-03devlink: add .trap_group_action_set() callbackIoana Ciornei1-0/+10
2020-10-03devlink: add parser error drop packet trapsIoana Ciornei1-0/+52
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-0/+3
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean1-1/+2
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-10-03scsi: target: core: Add CONTROL field for trace eventsRoman Bolshakov2-6/+13
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller4-3/+149
2020-10-03net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-10-03net: core: document two new elements of struct net_deviceMauro Carvalho Chehab1-0/+5
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo2-0/+15
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo3-0/+33