index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
net: netdev_tx_sent_queue() small optimization
Eric Dumazet
1
-1
/
+1
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
1
-2
/
+1
2024-10-22
virtchnl: fix m68k build.
Paolo Abeni
1
-0
/
+1
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-1
/
+53
2024-10-17
Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+2
2024-10-15
Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+35
2024-10-15
net: phy: support 'active-high' property for PHY LEDs
Daniel Golle
1
-2
/
+3
2024-10-15
net: napi: Add napi_config
Joe Damato
1
-3
/
+33
2024-10-15
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
1
-1
/
+2
2024-10-15
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
1
-1
/
+2
2024-10-15
net: add TIME_WAIT logic to sk_to_full_sk()
Eric Dumazet
1
-1
/
+1
2024-10-13
net: skb: add pskb_network_may_pull_reason() helper
Menglong Dong
1
-1
/
+7
2024-10-12
net: enetc: add missing static descriptor and inline keyword
Wei Fang
1
-1
/
+2
2024-10-12
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-0
/
+16
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-34
/
+31
2024-10-10
Merge branch 'net-introduce-tx-h-w-shaping-api'
Jakub Kicinski
3
-2
/
+143
2024-10-10
virtchnl: support queue rate limit and quanta size configuration
Wenjun Wu
1
-0
/
+119
2024-10-10
net-shapers: implement NL get operation
Paolo Abeni
1
-0
/
+21
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
1
-2
/
+3
2024-10-10
net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.h
Cosmin Ratiu
1
-30
/
+37
2024-10-10
ipv4: Retire global IPv4 hash table inet_addr_lst.
Kuniyuki Iwashima
1
-1
/
+0
2024-10-10
ipv4: Link IPv4 address to per-netns hash table.
Kuniyuki Iwashima
1
-0
/
+1
2024-10-09
closures: Add closure_wait_event_timeout()
Kent Overstreet
1
-0
/
+35
2024-10-09
Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"
Michal Hocko
2
-15
/
+6
2024-10-09
bcachefs: do not use PF_MEMALLOC_NORECLAIM
Michal Hocko
2
-3
/
+8
2024-10-09
net: pcs: xpcs: move definition of struct dw_xpcs to private header
Russell King (Oracle)
1
-17
/
+1
2024-10-09
net: pcs: xpcs: provide a helper to get the phylink pcs given xpcs
Russell King (Oracle)
1
-0
/
+1
2024-10-08
rtnetlink: Add assertion helpers for per-netns RTNL.
Kuniyuki Iwashima
1
-4
/
+41
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
1
-0
/
+21
2024-10-08
Revert "rtnetlink: add guard for RTNL"
Kuniyuki Iwashima
1
-3
/
+0
2024-10-08
net: phy: Add support for PHY timing-role configuration via device tree
Oleksij Rempel
1
-0
/
+1
2024-10-08
ipv4: remove fib_info_devhash[]
Eric Dumazet
1
-0
/
+3
2024-10-05
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
1
-0
/
+4
2024-10-04
Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-5
/
+1
2024-10-04
net/mlx5: hw counters: Remove mlx5_fc_create_ex
Cosmin Ratiu
1
-3
/
+0
2024-10-04
net/mlx5: hw counters: Make fc_stats & fc_pool private
Cosmin Ratiu
1
-32
/
+1
2024-10-04
Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+9
2024-10-04
Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+3
2024-10-04
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+4
2024-10-04
appletalk: Remove deadcode
Dr. David Alan Gilbert
1
-8
/
+0
2024-10-04
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
1
-2
/
+2
2024-10-04
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
1
-0
/
+6
2024-10-04
lib: packing: remove kernel-doc from header file
Vladimir Oltean
1
-26
/
+0
2024-10-03
nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
Mike Snitzer
1
-0
/
+15
2024-10-03
NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
Yanjun Zhang
1
-0
/
+1
2024-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
43
-664
/
+814
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-2
/
+22
2024-10-03
Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-10-03
net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internal
Russell King (Oracle)
1
-4
/
+0
2024-10-03
net: pcs: xpcs: drop interface argument from xpcs_create*()
Russell King (Oracle)
1
-4
/
+2
[next]