summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ibmvnic: restore adapter state on failed resetDany Madden2020-11-281-31/+36
| | * | ibmvnic: avoid memset null scrq msgsDany Madden2020-11-281-4/+15
| | * | ibmvnic: stop free_all_rwi on failed resetDany Madden2020-11-281-19/+3
| | * | ibmvnic: handle inconsistent login with resetDany Madden2020-11-281-1/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-288-38/+117
| |\ \
| | * | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-274-29/+64
| | * | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-273-0/+25
| | * | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
| | * | netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-11-261-1/+2
| | * | netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-261-2/+1
| * | | selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti2020-11-281-0/+1
| * | | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-289-23/+61
| |\ \ \
| | * | | bpf: Add MAINTAINERS entry for BPF LSMKP Singh2020-11-251-0/+11
| | * | | bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
| | * | | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-243-14/+16
| | * | | xsk: Fix incorrect netdev reference countMarek Majtyka2020-11-231-1/+3
| | * | | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-205-6/+20
| | * | | MAINTAINERS: Update XDP and AF_XDP entriesJesper Dangaard Brouer2020-11-201-2/+10
| * | | | Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-282-10/+19
| |\ \ \ \
| | * | | | batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann2020-11-271-5/+6
| | * | | | batman-adv: Reserve needed_*room for fragmentsSven Eckelmann2020-11-271-5/+10
| | * | | | batman-adv: Consider fragmentation for needed_headroomSven Eckelmann2020-11-271-0/+3
| * | | | | netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-11-281-2/+5
* | | | | | Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-033-21/+13
|\ \ \ \ \ \
| * | | | | | s390: fix irq state tracingHeiko Carstens2020-12-022-18/+2
| * | | | | | s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev2020-12-021-3/+11
* | | | | | | Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds2020-12-031-0/+12
|\ \ \ \ \ \ \
| * | | | | | | fs: 9p: add generic splice_write file operationDominique Martinet2020-12-011-0/+6
| * | | | | | | fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen2020-12-011-0/+6
| |/ / / / / /
* | | | | | | uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen2020-12-031-3/+6
* | | | | | | pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König2020-12-031-2/+4
* | | | | | | lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau2020-12-031-2/+9
* | | | | | | Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-025-12/+42
|\ \ \ \ \ \ \
| * | | | | | | gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher2020-12-011-10/+11
| * | | | | | | gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher2020-11-261-0/+21
| * | | | | | | gfs2: Don't freeze the file system during unmountBob Peterson2020-11-251-1/+2
| * | | | | | | gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-11-251-0/+4
| * | | | | | | gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-243-0/+3
| * | | | | | | gfs2: Fix deadlock dumping resource group glocksAlexander Aring2020-11-241-1/+1
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-0212-181/+243
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: mte: Fix typo in macro definitionVincenzo Frascino2020-11-301-1/+1
| * | | | | | | | arm64: entry: fix EL1 debug transitionsMark Rutland2020-11-302-25/+26
| * | | | | | | | arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-304-10/+48
| * | | | | | | | arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2020-11-302-3/+67
| * | | | | | | | arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland2020-11-301-0/+4
| * | | | | | | | arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-305-48/+51
| * | | | | | | | arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-304-45/+22
| * | | | | | | | arm64: entry: prepare ret_to_user for function callMark Rutland2020-11-301-4/+5
| * | | | | | | | arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-302-7/+6