summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-02dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza
2020-11-02Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2020-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-10-31ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu
2020-10-31cadence: force nonlinear buffers to be clonedMark Deneen
2020-10-31Merge branch 'ipv6-reply-icmp-error-if-fragment-doesn-t-contain-all-headers'Jakub Kicinski
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu
2020-10-31ICMPv6: Add ICMPv6 Parameter Problem, code 3 definitionHangbin Liu
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio
2020-10-30net: stmmac: Fix channel lock initializationMarek Szyprowski
2020-10-30stmmac: intel: Fix kernel panic on pci probeWong Vee Khee
2020-10-30gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil
2020-10-30gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil
2020-10-30net: fec: fix MDIO probing for some FEC hardware blocksGreg Ungerer
2020-10-30ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-10-30wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg
2020-10-30cfg80211: regulatory: Fix inconsistent format argumentYe Bin
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab
2020-10-30mac80211: always wind down STA stateJohannes Berg
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef
2020-10-29Merge tag 'fallthrough-fixes-clang-5.10-rc2' of git://git.kernel.org/pub/scm/...Linus Torvalds
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-29r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh
2020-10-29ibmvnic: fix ibmvnic_set_macLijun Pan
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni
2020-10-29include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-10-29Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen
2020-10-29gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells
2020-10-29afs: Fix where page->private is set during writeDavid Howells
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg
2020-10-28ext4: do not use extent after put_bhyangerkun