aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01zswap: docs/vm: Fix typo accept_threshold_percent in zswap.rstSedat Dilek1-2/+2
2020-06-01regulator: max8998: max8998_set_current_limit() can be statickbuild test robot1-2/+2
2020-05-31mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao4-2/+596
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao5-48/+114
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao2-7/+58
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao4-19/+71
2020-05-31Linux 5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-30l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-30l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-30net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao3-0/+232
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao4-1/+136
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao4-10/+105
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao4-9/+282
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao4-0/+552
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao4-0/+1039
2020-05-30ramoops: Add "max-reason" optional field to ramoops DT nodePavel Tatashin1-2/+11
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook4-25/+51
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2-1/+10
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook3-17/+25
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin2-4/+12
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook4-15/+7
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook3-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingKees Cook1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook1-3/+3
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook2-2/+4
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook2-2/+3
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook3-0/+36
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook3-26/+45
2020-05-29drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-29NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-29spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
2020-05-29dt-bindings: regulator: Convert anatop regulator to json-schemaAnson Huang2-40/+94
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11