Age | Commit message (Expand) | Author |
2022-09-22 | Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-09-22 | net: sched: fix possible refcount leak in tc_new_tfilter() | Hangyu Hua |
2022-09-22 | udp: Use WARN_ON_ONCE() in udp_read_skb() | Peilin Ye |
2022-09-22 | net/smc: Stop the CLC flow if no link to map buffers on | Wen Gu |
2022-09-20 | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed | Florian Westphal |
2022-09-20 | netfilter: ebtables: fix memory leak when blob is malformed | Florian Westphal |
2022-09-20 | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() | Tetsuo Handa |
2022-09-20 | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() | Tetsuo Handa |
2022-09-20 | net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs | Vladimir Oltean |
2022-09-20 | net/sched: taprio: avoid disabling offload when it was never enabled | Vladimir Oltean |
2022-09-20 | ipv6: Fix crash when IPv6 is administratively disabled | Ido Schimmel |
2022-09-20 | net: clear msg_get_inq in __get_compat_msghdr() | Tetsuo Handa |
2022-09-20 | ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical section | Ido Schimmel |
2022-09-20 | tcp: read multiple skbs in tcp_read_skb() | Cong Wang |
2022-09-19 | Merge tag 'batadv-net-pullrequest-20220916' of git://git.open-mesh.org/linux-... | Jakub Kicinski |
2022-09-16 | tcp: Use WARN_ON_ONCE() in tcp_read_skb() | Peilin Ye |
2022-09-16 | net/ieee802154: fix uninit value bug in dgram_sendmsg | Haimin Zhang |
2022-09-13 | mptcp: fix fwd memory accounting on coalesce | Paolo Abeni |
2022-09-12 | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-09-09 | net: core: fix flow symmetric hash | Ludovic Cintrat |
2022-09-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller |
2022-09-08 | Revert "SUNRPC: Remove unreachable error condition" | Dan Aloni |
2022-09-08 | sch_sfb: Also store skb len before calling child enqueue | Toke Høiland-Jørgensen |
2022-09-07 | net/smc: Fix possible access to freed memory in link clear | Yacan Liu |
2022-09-07 | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM | Menglong Dong |
2022-09-07 | netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() | Pablo Neira Ayuso |
2022-09-07 | netfilter: nf_conntrack_irc: Tighten matching on DCC message | David Leadbeater |
2022-09-07 | netfilter: nf_conntrack_sip: fix ct_sip_walk_headers | Igor Ryzhov |
2022-09-06 | tcp: fix early ETIMEDOUT after spurious non-SACK RTO | Neal Cardwell |
2022-09-05 | Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller |
2022-09-05 | ipv6: sr: fix out-of-bounds read when setting HMAC data. | David Lebrun |
2022-09-05 | bonding: add all node mcast address when slave up | Hangbin Liu |
2022-09-04 | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller |
2022-09-03 | wifi: use struct_group to copy addresses | Johannes Berg |
2022-09-03 | wifi: mac80211: fix locking in auth/assoc timeout | Johannes Berg |
2022-09-03 | wifi: mac80211: mlme: release deflink channel in error case | Johannes Berg |
2022-09-03 | wifi: mac80211: fix link warning in RX agg timer expiry | Mukesh Sisodiya |
2022-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-09-02 | Bluetooth: hci_sync: Fix hci_read_buffer_size_sync | Luiz Augusto von Dentz |
2022-09-02 | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller |
2022-09-02 | tcp: TX zerocopy should not sense pfmemalloc status | Eric Dumazet |
2022-09-02 | tipc: fix shift wrapping bug in map_get() | Dan Carpenter |
2022-09-02 | sch_sfb: Don't assume the skb is still around after enqueueing to child | Toke Høiland-Jørgensen |
2022-09-01 | SUNRPC: Fix call completion races with call_decode() | Trond Myklebust |
2022-09-01 | rxrpc: Remove rxrpc_get_reply_time() which is no longer used | David Howells |
2022-09-01 | rxrpc: Fix calc of resend age | David Howells |
2022-09-01 | rxrpc: Fix local destruction being repeated | David Howells |
2022-09-01 | rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2() | David Howells |
2022-09-01 | rxrpc: Fix ICMP/ICMP6 error handling | David Howells |
2022-09-01 | net/smc: Remove redundant refcount increase | Yacan Liu |