summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-211-1/+1
| * | | mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-211-3/+1
| * | | Merge branch 'init-ahmac-and-port-of-mptcp_options_received'Jakub Kicinski2020-10-211-1/+2
| |\ \ \
| | * | | mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-211-1/+1
| | * | | mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-211-0/+1
| |/ / /
| * | | net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-211-2/+2
| * | | netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel2020-10-212-8/+20
| * | | nfc: remove unneeded breakTom Rix2020-10-202-2/+0
| * | | net: remove unneeded breakTom Rix2020-10-204-7/+0
| | |/ | |/|
| * | nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-201-1/+1
| * | net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov2020-10-201-1/+1
| * | selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2020-10-202-0/+6
| * | net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-201-0/+2
| * | net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic2020-10-201-2/+2
| * | r8169: fix operation under forced interrupt threadingHeiner Kallweit2020-10-201-4/+4
| |/
| * net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo2020-10-181-1/+1
| * ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski2020-10-181-9/+14
| * net: usb: rtl8150: don't incorrectly assign random MAC addressesAnant Thazhemadam2020-10-181-1/+1
| * selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2020-10-182-0/+20
| * net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-182-25/+41
| * net: pcs-xpcs: depend on MDIO_BUS instead of selecting itIoana Ciornei2020-10-171-2/+1
| * icmp: randomize the global rate limiterEric Dumazet2020-10-172-3/+8
| * net: ftgmac100: Fix Aspeed ast2600 TX hang issueDylan Hung2020-10-172-0/+13
| * tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
| * tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* | Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-10-2322-301/+675
|\ \
| * | gfs2: Recover statfs info in journal headAbhi Das2020-10-233-1/+106
| * | gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-234-36/+139
| * | gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-204-1/+11
| * | gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher2020-10-201-1/+1
| * | gfs2: Eliminate gl_vmBob Peterson2020-10-203-30/+16
| * | gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
| * | gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
| * | gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-153-10/+3
| * | gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
| * | gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
| * | gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
| * | gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
| * | gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson2020-10-151-4/+8
| * | gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-156-12/+86
| * | gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson2020-10-151-2/+4
| * | gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson2020-10-151-2/+10
| * | gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson2020-10-151-5/+10
| * | gfs2: add validation checks for size of superblockAnant Thazhemadam2020-10-151-7/+11
| * | gfs2: use-after-free in sysfs deregistrationJamie Iles2020-10-144-18/+11
| * | gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-144-9/+15
| * | gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig2020-10-143-34/+57
| * | gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-10-141-1/+6
| * | gfs2: simplify the logic in gfs2_evict_inodeBob Peterson2020-10-141-9/+4
| * | gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-18/+34