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-10-24
Merge branch 'ptp-ocxp-Oroli-ART-CARD'
David S. Miller
1
-48
/
+515
2022-10-24
ptp: ocp: remove flash image header check fallback
Vadim Fedorenko
1
-5
/
+2
2022-10-24
ptp: ocp: expose config and temperature for ART card
Vadim Fedorenko
1
-0
/
+136
2022-10-24
ptp: ocp: add serial port of mRO50 MAC on ART card
Vadim Fedorenko
1
-0
/
+20
2022-10-24
ptp: ocp: add Orolia timecard support
Vadim Fedorenko
1
-0
/
+290
2022-10-24
ptp: ocp: upgrade serial line information
Vadim Fedorenko
1
-43
/
+67
2022-10-24
net: skb: move skb_pp_recycle() to skbuff.c
Yunsheng Lin
2
-7
/
+7
2022-10-24
ibmveth: Always stop tx queues during close
Nick Child
2
-18
/
+1
2022-10-24
net: remove useless parameter of __sock_cmsg_send
xu xin
4
-5
/
+5
2022-10-24
net: fec: Add support for periodic output signal of PPS
Wei Fang
2
-2
/
+164
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
5
-8
/
+55
2022-10-24
Merge branch 'udp-false-sharing'
David S. Miller
7
-12
/
+35
2022-10-24
udp: track the forward memory release threshold in an hot cacheline
Paolo Abeni
4
-5
/
+29
2022-10-24
net: introduce and use custom sockopt socket flag
Paolo Abeni
3
-7
/
+6
2022-10-24
Merge branch 'net-800Gbps-support'
David S. Miller
6
-1
/
+63
2022-10-24
bonding: 3ad: Add support for 800G speed
Amit Cohen
1
-0
/
+9
2022-10-24
mlxsw: Add support for 800Gbps link modes
Amit Cohen
2
-0
/
+22
2022-10-24
ethtool: Add support for 800Gbps link modes
Amit Cohen
3
-1
/
+32
2022-10-24
Merge branch 'sparx5-IS2-VCAP'
David S. Miller
25
-4
/
+11877
2022-10-24
net: microchip: sparx5: Adding KUNIT test for the VCAP API
Steen Hegelund
5
-0
/
+1596
2022-10-24
net: microchip: sparx5: Adding KUNIT test VCAP model
Steen Hegelund
3
-0
/
+5581
2022-10-24
net: microchip: sparx5: Writing rules to the IS2 VCAP
Steen Hegelund
1
-1
/
+425
2022-10-24
net: microchip: sparx5: Adding basic rule management in VCAP API
Steen Hegelund
3
-8
/
+316
2022-10-24
net: microchip: sparx5: Adding port keyset config and callback interface
Steen Hegelund
3
-0
/
+431
2022-10-24
net: microchip: sparx5: Adding initial tc flower support for VCAP API
Steen Hegelund
10
-4
/
+1011
2022-10-24
net: microchip: sparx5: Adding IS2 VCAP register interface
Steen Hegelund
1
-2
/
+458
2022-10-24
net: microchip: sparx5: Adding IS2 VCAP model to VCAP API
Steen Hegelund
4
-1
/
+1374
2022-10-24
net: microchip: sparx5: Adding initial VCAP API support
Steen Hegelund
10
-2
/
+699
2022-10-24
nfp: flower: tunnel neigh support bond offload
Yanguo Li
4
-21
/
+114
2022-10-24
Merge branch 'inet6_destroy_sock-calls-remove'
David S. Miller
13
-55
/
+42
2022-10-24
inet6: Clean up failure path in do_ipv6_setsockopt().
Kuniyuki Iwashima
1
-4
/
+2
2022-10-24
inet6: Remove inet6_destroy_sock().
Kuniyuki Iwashima
2
-9
/
+1
2022-10-24
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2022-10-24
dccp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
4
-8
/
+17
2022-10-24
inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
Kuniyuki Iwashima
6
-26
/
+1
2022-10-24
Merge branch 'dpaa2-eth-AF_XDP-zc'
David S. Miller
11
-242
/
+1094
2022-10-24
net: dpaa2-eth: add trace points on XSK events
Robert-Ionut Alexa
3
-51
/
+101
2022-10-24
net: dpaa2-eth: AF_XDP TX zero copy support
Robert-Ionut Alexa
3
-10
/
+183
2022-10-24
net: dpaa2-eth: AF_XDP RX zero copy support
Robert-Ionut Alexa
5
-45
/
+452
2022-10-24
net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
Robert-Ionut Alexa
2
-37
/
+59
2022-10-24
net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
Robert-Ionut Alexa
2
-8
/
+22
2022-10-24
net: dpaa2-eth: use dev_close/open instead of the internal functions
Ioana Ciornei
1
-3
/
+3
2022-10-24
net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
Robert-Ionut Alexa
3
-7
/
+27
2022-10-24
net: dpaa2-eth: export buffer pool info into a new debugfs file
Ioana Ciornei
1
-0
/
+49
2022-10-24
net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
Ioana Ciornei
1
-4
/
+4
2022-10-24
net: dpaa2-eth: add support for multiple buffer pools per DPNI
Robert-Ionut Alexa
3
-67
/
+163
2022-10-24
net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
Ioana Ciornei
1
-10
/
+8
2022-10-24
net: dpaa2-eth: add support to query the number of queues through ethtool
Robert-Ionut Alexa
1
-2
/
+25
2022-10-21
dt-bindings: net: adin1110: Document reset
Alexandru Tachici
1
-0
/
+4
2022-10-21
net: ethernet: adi: adin1110: add reset GPIO
Alexandru Tachici
1
-0
/
+21
[next]