Age | Commit message (Expand) | Author |
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-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 | 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 |
2022-08-31 | Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb" | Jakub Kicinski |
2022-08-31 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet |
2022-08-31 | tcp: annotate data-race around challenge_timestamp | Eric Dumazet |
2022-08-31 | net: dsa: hellcreek: Print warning only once | Kurt Kanzenbach |
2022-08-31 | ip: fix triggering of 'icmp redirect' | Nicolas Dichtel |
2022-09-01 | netfilter: nf_conntrack_irc: Fix forged IP logic | David Leadbeater |
2022-08-31 | sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb | Toke Høiland-Jørgensen |
2022-08-31 | kcm: fix strp_init() order and cleanup | Cong Wang |
2022-08-31 | netfilter: nf_tables: clean up hook list when offload flags check fails | Pablo Neira Ayuso |
2022-08-31 | netfilter: br_netfilter: Drop dst references before setting. | Harsh Modi |
2022-08-31 | netfilter: remove nf_conntrack_helper sysctl and modparam toggles | Pablo Neira Ayuso |
2022-08-30 | Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski |
2022-08-30 | net/sched: fix netdevice reference leaks in attach_default_qdiscs() | Wang Hai |
2022-08-30 | net: sched: tbf: don't call qdisc_put() while holding tree lock | Zhengchao Shao |
2022-08-29 | net: Use u64_stats_fetch_begin_irq() for stats fetch. | Sebastian Andrzej Siewior |
2022-08-29 | net: mac802154: Fix a condition in the receive path | Miquel Raynal |
2022-08-26 | openvswitch: fix memory leak at failed datapath creation | Andrey Zhadchenko |
2022-08-26 | Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2022-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2022-08-26 | Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller |
2022-08-25 | Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn | Zhengping Jiang |
2022-08-25 | Bluetooth: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-25 | Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt | Archie Pusaka |
2022-08-25 | Bluetooth: ISO: Fix not handling shutdown condition | Luiz Augusto von Dentz |
2022-08-25 | Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor() | Tetsuo Handa |
2022-08-25 | Bluetooth: MGMT: Fix Get Device Flags | Luiz Augusto von Dentz |