index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
ip6_vti:Remove the space before the comma
Hongbin Wang
1
-1
/
+1
2022-09-30
Merge branch 'Mediatek-mt8188'
David S. Miller
4
-4
/
+16
2022-09-30
net: stmmac: add a parse for new property 'snps,clk-csr'
Jianguo Zhang
1
-1
/
+2
2022-09-30
arm64: dts: mediatek: mt2712e: Update the name of property 'clk_csr'
Jianguo Zhang
1
-1
/
+1
2022-09-30
dt-bindings: net: snps,dwmac: add new property snps,clk-csr
Jianguo Zhang
1
-0
/
+5
2022-09-30
dt-bindings: net: mediatek-dwmac: add support for mt8188
Jianguo Zhang
1
-2
/
+8
2022-09-30
net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"
Colin Ian King
1
-1
/
+1
2022-09-30
net: bna: Fix spelling mistake "muliple" -> "multiple"
Colin Ian King
1
-1
/
+1
2022-09-30
ibmveth: Ethtool set queue support
Nick Child
1
-29
/
+120
2022-09-30
ibmveth: Implement multi queue on xmit
Nick Child
2
-31
/
+43
2022-09-30
ibmveth: Copy tx skbs into a premapped buffer
Nick Child
2
-133
/
+74
2022-09-30
bnx2: Fix spelling mistake "bufferred" -> "buffered"
Colin Ian King
1
-2
/
+2
2022-09-30
net: bridge: assign path_cost for 2.5G and 5G link speed
Steven Hsieh
1
-1
/
+10
2022-09-30
net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
Colin Ian King
1
-1
/
+1
2022-09-30
net-next: skbuff: refactor pskb_pull
Richard Gobert
4
-18
/
+13
2022-09-30
net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Wang Yufen
2
-67
/
+67
2022-09-30
net-sysfs: Convert to use sysfs_emit() APIs
Wang Yufen
1
-29
/
+29
2022-09-30
net: tun: Convert to use sysfs_emit() APIs
Wang Yufen
1
-7
/
+7
2022-09-30
Merge branch 'net-tsnep-multiqueue'
David S. Miller
8
-116
/
+693
2022-09-30
tsnep: Use page pool for RX
Gerhard Engleder
3
-68
/
+100
2022-09-30
tsnep: Add EtherType RX flow classification support
Gerhard Engleder
6
-5
/
+403
2022-09-30
tsnep: Support multiple TX/RX queue pairs
Gerhard Engleder
3
-11
/
+53
2022-09-30
tsnep: Move interrupt from device to queue
Gerhard Engleder
2
-33
/
+99
2022-09-30
dt-bindings: net: tsnep: Allow additional interrupts
Gerhard Engleder
1
-2
/
+39
2022-09-30
dt-bindings: net: tsnep: Allow dma-coherent
Gerhard Engleder
1
-0
/
+2
2022-09-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-58
/
+93
2022-09-29
net: phy: Convert to use sysfs_emit() APIs
Wang Yufen
2
-7
/
+7
2022-09-29
Merge branch 'add-tc-taprio-support-for-queuemaxsdu'
Jakub Kicinski
14
-74
/
+433
2022-09-29
net: enetc: offload per-tc max SDU from tc-taprio
Vladimir Oltean
3
-6
/
+57
2022-09-29
net: enetc: use common naming scheme for PTGCR and PTGCAPR registers
Vladimir Oltean
2
-12
/
+11
2022-09-29
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
3
-48
/
+49
2022-09-29
net: dsa: hellcreek: Offload per-tc max SDU from tc-taprio
Kurt Kanzenbach
2
-2
/
+81
2022-09-29
net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/case
Vladimir Oltean
1
-8
/
+12
2022-09-29
net: dsa: felix: offload per-tc max SDU from tc-taprio
Vladimir Oltean
1
-2
/
+35
2022-09-29
net/sched: taprio: allow user input of per-tc max SDU
Vladimir Oltean
3
-1
/
+167
2022-09-29
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
4
-0
/
+26
2022-09-29
net/tipc: Remove unused struct distr_queue_item
Yuan Can
1
-8
/
+0
2022-09-29
net: skb: introduce and use a single page frag cache
Paolo Abeni
3
-22
/
+104
2022-09-29
net: sched: cls_u32: Avoid memcpy() false-positive warning
Kees Cook
1
-1
/
+5
2022-09-29
dt-bindings: net: snps,dwmac: Document stmmac-axi-config subnode
Marek Vasut
1
-0
/
+54
2022-09-29
docs: netlink: clarify the historical baggage of Netlink flags
Jakub Kicinski
2
-14
/
+49
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
249
-1826
/
+1622
2022-09-29
Bluetooth: L2CAP: Fix user-after-free
Luiz Augusto von Dentz
1
-0
/
+7
2022-09-29
Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
32
-191
/
+223
2022-09-29
Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-3
/
+5
2022-09-29
Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
5
-21
/
+24
2022-09-29
Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-15
/
+4
2022-09-29
net: cpmac: Add __init/__exit annotations to module init/exit funcs
ruanjinjie
1
-2
/
+2
2022-09-29
ethernet: 8390: remove unnecessary check of mem
Yang Yingliang
1
-2
/
+1
2022-09-29
nfp: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
1
-1
/
+1
[prev]
[next]