index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-5
/
+4
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-16
/
+8
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-45
/
+45
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-88
/
+80
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-3
/
+8
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-17
net: cxgb4: convert to use .get_rx_ring_count
Breno Leitao
-3
/
+8
2026-01-15
chelsio: Use new AES library API
Eric Biggers
-8
/
+8
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+0
2025-11-25
chtls: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-7
/
+1
2025-11-25
cxgb4: Rename sched_class to avoid type clash
Alan Maguire
-32
/
+32
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-3
/
+0
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+6
2025-10-30
cxgb4: flower: add support for fragmentation
Harshita V Rajput
-16
/
+24
2025-10-28
net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...
Pavel Zhigulin
-1
/
+6
2025-10-20
cxgb4: convert to ndo_hwtstamp API
Vadim Fedorenko
-77
/
+79
2025-10-17
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
-2
/
+2
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
-3
/
+2
2025-08-22
tcp: annotate data-races around tp->rx_opt.user_mss
Eric Dumazet
-3
/
+5
2025-08-19
chtls: Convert to skb_dst_reset
Stanislav Fomichev
-8
/
+8
2025-07-25
net: Fix typos
Bjorn Helgaas
-13
/
+13
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
-2
/
+1
2025-06-16
eth: cxgb4: migrate to new RXFH callbacks
Jakub Kicinski
-50
/
+55
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-10
/
+10
2025-06-10
cxgb3/l2t: Remove unused t3_l2t_send_event
Dr. David Alan Gilbert
-38
/
+0
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-10
/
+10
2025-05-27
cxgb4: Constify struct thermal_zone_device_ops
Christophe JAILLET
-1
/
+1
2025-05-26
Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Abeni
-15
/
+23
2025-05-14
net: cxgb4: generate software timestamp just before the doorbell
Jason Xing
-3
/
+4
2025-04-17
net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpy
Kees Cook
-1
/
+1
2025-04-16
cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path
Abdun Nihaal
-0
/
+1
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
-15
/
+23
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-8
/
+8
2025-02-21
xfrm: provide common xdo_dev_offload_ok callback implementation
Leon Romanovsky
-37
/
+0
2025-02-05
cxgb4: Avoid a -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-3
/
+4
2025-01-10
Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
-0
/
+3
2025-01-07
xfrm: Support ESN context update to hardware for TX
Jianbo Liu
-0
/
+3
2025-01-06
cxgb4: Avoid removal of uninserted tid
Anumula Murali Mohan Reddy
-1
/
+4
2024-12-16
chelsio/chtls: prevent potential integer overflow on 32bit
Dan Carpenter
-2
/
+3
2024-12-09
cxgb4: use port number to set mac addr
Anumula Murali Mohan Reddy
-4
/
+5
2024-11-18
Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...
Kees Cook
-3
/
+3
2024-11-03
net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-3
/
+3
2024-10-15
net: cxgb3: Remove stid deadcode
Dr. David Alan Gilbert
-42
/
+0
2024-10-15
cxgb4: Remove unused t4_free_ofld_rxqs
Dr. David Alan Gilbert
-17
/
+0
2024-10-15
cxgb4: Remove unused cxgb4_l2t_alloc_switching
Dr. David Alan Gilbert
-21
/
+0
2024-10-15
cxgb4: Remove unused cxgb4_scsi_init
Dr. David Alan Gilbert
-14
/
+0
2024-10-15
cxgb4: Remove unused cxgb4_get_srq_entry
Dr. David Alan Gilbert
-60
/
+0
2024-10-15
cxgb4: Remove unused cxgb4_alloc/free_raw_mac_filt
Dr. David Alan Gilbert
-84
/
+0
[next]