summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen
2024-10-14tg3: Address byte-order miss-matchesSimon Horman
2024-10-14Merge branch 'posix-clock-fix-missing-timespec64-check-for-ptp-clock'Jakub Kicinski
2024-10-14net: lan743x: Remove duplicate checkJinjie Ruan
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan
2024-10-14sched_ext: Remove unnecessary cpu_relax()David Vernet
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt
2024-10-14Merge tag 'f2fs-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-14xsk: Use xsk_buff_pool directly for cq functionsMaciej Fijalkowski
2024-10-14xsk: Wrap duplicated code to functionMaciej Fijalkowski
2024-10-14xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_poolMaciej Fijalkowski
2024-10-14xsk: Get rid of xdp_buff_xsk::orig_addrMaciej Fijalkowski
2024-10-14xsk: s/free_list_node/list_node/Maciej Fijalkowski
2024-10-14xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski
2024-10-14MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking driversJakub Kicinski
2024-10-14Merge branch 'net-ti-ethernet-warnings'David S. Miller
2024-10-14net: ethernet: ti: cpsw_ale: Remove unused accessor functionsSimon Horman
2024-10-14net: ethernet: ti: am65-cpsw: Use tstats instead of open coded versionSimon Horman
2024-10-14net: ethernet: ti: am65-cpsw: Use __be64 type for id_tempSimon Horman
2024-10-14r8169: enable SG/TSO on selected chip versions per defaultHeiner Kallweit
2024-10-14net: hsr: convert to use new timer APIsYu Liao
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet
2024-10-14batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-13bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet
2024-10-13bcachefs: Fix kasan splat in new_stripe_alloc_buckets()Kent Overstreet
2024-10-13Merge tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-13bcachefs: Add missing validation for bch_stripe.csum_granularity_bitsKent Overstreet
2024-10-13bcachefs: Fix missing bounds checks in bch2_alloc_read()Kent Overstreet
2024-10-13bcachefs: fix uaf in bch2_dio_write_done()Kent Overstreet
2024-10-13Linux 6.12-rc3v6.12-rc3Linus Torvalds
2024-10-13Merge tag '6.12-rc2-cifs-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-13Merge branch 'ethtool-write-firmware'David S. Miller
2024-10-13net: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson
2024-10-13net: ethtool: Add new parameters and a function to support EPLDanielle Ratson
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-10-13Merge branch 'vxlan-skb-drop-reasons'David S. Miller
2024-10-13net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()Menglong Dong
2024-10-13net: vxlan: add drop reasons support to vxlan_xmit_one()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_xmit()Menglong Dong
2024-10-13net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong
2024-10-13net: vxlan: make vxlan_snoop() return drop reasonsMenglong Dong
2024-10-13net: vxlan: make vxlan_remcsum() return drop reasonsMenglong Dong
2024-10-13net: vxlan: add skb drop reasons to vxlan_rcv()Menglong Dong
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong