summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-01af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet3-15/+21
2024-02-01Merge branch 'selftests-net-a-couple-of-typos-fixes-in-key-management-rst-tests'Jakub Kicinski3-72/+124
2024-02-01selftests/net: Repair RST passive reset selftestDmitry Safonov2-52/+98
2024-02-01selftests/net: Rectify key counters checksDmitry Safonov1-19/+25
2024-02-01selftests/net: Argument value mismatch when calling verify_counters()Mohammad Nassiri1-1/+1
2024-02-01net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 readsAndrew Lunn1-1/+1
2024-02-01net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-02-01MAINTAINERS: Drop unreachable reviewer for Qualcomm ETHQOS ethernet driverAndrew Halaney1-1/+0
2024-02-01netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso1-0/+24
2024-02-01netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso1-3/+4
2024-02-01netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik5-18/+65
2024-02-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long1-1/+1
2024-02-01netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso3-5/+12
2024-02-01netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer1-4/+6
2024-01-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-17/+16
2024-01-31selftests: net: add missing config for GENEVEMatthias May1-0/+1
2024-01-31kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada1-1/+3
2024-01-31kbuild: rpm-pkg: simplify installkernel %postJose Ignacio Tornos Martinez1-11/+11
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov4-15/+15
2024-01-31modpost: avoid using the alias attributeMasahiro Yamada2-16/+2
2024-01-31kbuild: fix W= flags in the help messageMasahiro Yamada1-1/+1
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires2-16/+13
2024-01-31HID: bpf: actually free hdev memory after attaching a HID-BPF programBenjamin Tissoires2-9/+40
2024-01-31HID: bpf: remove double fdget()Benjamin Tissoires3-41/+49
2024-01-31Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-63/+87
2024-01-31Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-8/+37
2024-01-31devlink: Fix referring to hw_addr attribute during state validationParav Pandit1-1/+1
2024-01-31bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2-7/+17
2024-01-31selftests: net: Add missing matchall classifierIdo Schimmel1-0/+1
2024-01-31Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds6-8/+36
2024-01-31Merge tag 'linux_kselftest-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-68/+109
2024-01-31lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2-6/+29
2024-01-30soc: apple: mailbox: error pointers are negative integersLinus Torvalds1-3/+3
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
2024-01-30kselftest/seccomp: Report each expectation we assert as a KTAP testMark Brown1-20/+41
2024-01-30kselftest/seccomp: Use kselftest output functions for benchmarkMark Brown1-21/+24
2024-01-30selftests/livepatch: fix and refactor new dmesg message codeJoe Lawrence1-20/+17
2024-01-30spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-01-30regulator (max5970): Fix IRQ handlerPatrick Rudolph1-1/+1
2024-01-30llc: call sock_orphan() at release timeEric Dumazet1-0/+2
2024-01-30Merge branch 'net-stmmac-dwmac-imx-time-based-scheduling-support'Paolo Abeni2-0/+7
2024-01-30net: stmmac: dwmac-imx: set TSO/TBS TX queues default settingsEsben Haabendal1-0/+4
2024-01-30net: stmmac: do not clear TBS enable bit on link up/downEsben Haabendal1-0/+3
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller1-7/+14
2024-01-30Merge tag 'jfs-6.8-rc3' of github.com:kleikamp/linux-shaggyLinus Torvalds1-7/+1
2024-01-30Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-41/+4
2024-01-30selftests: net: add missing config for nftables-backed iptablesJakub Kicinski1-0/+1
2024-01-30net: dsa: qca8k: fix illegal usage of GPIOMichal Vokáč1-2/+1
2024-01-30Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds23-156/+394