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
2020-03-29
mptcp: Implement path manager interface commands
Peter Krystad
3
-5
/
+129
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
5
-17
/
+287
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
8
-46
/
+390
2020-03-29
mptcp: Add path manager interface
Peter Krystad
6
-19
/
+264
2020-03-29
mptcp: Add ADD_ADDR handling
Peter Krystad
5
-18
/
+262
2020-03-29
mlx4: fix "initializer element not constant" compiler error
Jacob Keller
1
-4
/
+7
2020-03-29
devlink: don't wrap commands in rST shell blocks
Jacob Keller
2
-6
/
+3
2020-03-29
net: dsa: mt7530: use resolved link config in mac_link_up()
René van Dorst
2
-33
/
+28
2020-03-29
net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/S
Vladimir Oltean
3
-1
/
+134
2020-03-29
s390/qeth: support net namespaces for L3 devices
Julian Wiedmann
1
-3
/
+0
2020-03-29
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
6
-9
/
+9
2020-03-29
qed: Fix race condition between scheduling and destroying the slowpath workqueue
Yuval Basson
1
-11
/
+2
2020-03-29
net: page pool: allow to pass zero flags to page_pool_init()
Denis Kirjanov
1
-3
/
+5
2020-03-29
selftests: move timestamping selftests to net folder
Jian Yang
12
-21
/
+11
2020-03-29
ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmii
Philippe Schenker
1
-1
/
+1
2020-03-29
net: phy: micrel.c: add rgmii interface delay possibility to ksz9131
Philippe Schenker
1
-0
/
+50
2020-03-29
net: macsec: add support for specifying offload upon link creation
Mark Starovoytov
3
-2
/
+31
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
123
-435
/
+842
2020-03-29
Linux 5.6
v5.6
Linus Torvalds
1
-1
/
+1
2020-03-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-45
/
+82
2020-03-29
Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2020-03-29
Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+9
2020-03-29
mm/sparse: fix kernel crash with pfn_section_valid check
Aneesh Kumar K.V
1
-0
/
+6
2020-03-29
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
3
-2
/
+52
2020-03-29
hugetlb_cgroup: fix illegal access to memory
Mina Almasry
1
-2
/
+1
2020-03-29
drivers/base/memory.c: indicate all memory blocks as removable
David Hildenbrand
1
-20
/
+3
2020-03-29
mm/swapfile.c: move inode_lock out of claim_swapfile
Naohiro Aota
1
-21
/
+20
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
23
-80
/
+221
2020-03-28
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-15
/
+13
2020-03-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-3
/
+5
2020-03-28
i2c: pca-platform: Use platform_irq_get_optional
Chris Packham
1
-1
/
+1
2020-03-28
i2c: st: fix missing struct parameter description
Alain Volmat
1
-0
/
+1
2020-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+25
2020-03-27
Merge branch 'DSA-mtu'
David S. Miller
20
-48
/
+500
2020-03-27
net: dsa: felix: support changing the MTU
Vladimir Oltean
3
-10
/
+61
2020-03-27
net: dsa: vsc73xx: make the MTU configurable
Vladimir Oltean
1
-10
/
+20
2020-03-27
net: dsa: sja1105: implement the port MTU callbacks
Vladimir Oltean
2
-4
/
+47
2020-03-27
net: dsa: b53: add MTU configuration support
Murali Krishna Policharla
1
-5
/
+22
2020-03-27
net: dsa: implement auto-normalization of MTU for bridge hardware datapath
Vladimir Oltean
4
-1
/
+125
2020-03-27
net: dsa: configure the MTU for switch ports
Vladimir Oltean
6
-16
/
+181
2020-03-27
bgmac: configure MTU and add support for frames beyond 8192 byte size
Murali Krishna Policharla
2
-2
/
+15
2020-03-27
net: phy: bcm7xx: add jumbo frame configuration to PHY
Murali Krishna Policharla
4
-0
/
+29
2020-03-27
r8169: fix PHY driver check on platforms w/o module softdeps
Heiner Kallweit
1
-9
/
+7
2020-03-27
Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/...
David S. Miller
73
-1211
/
+3350
2020-03-27
Merge branch 's390-qeth-next'
David S. Miller
6
-36
/
+37
2020-03-27
s390/qeth: phase out OSN support
Julian Wiedmann
2
-0
/
+4
2020-03-27
s390/qeth: make OSN / OSX support configurable
Julian Wiedmann
4
-0
/
+33
2020-03-27
s390/qeth: remove fake_broadcast attribute
Julian Wiedmann
2
-36
/
+0
2020-03-27
Merge branch 'bnxt_en-Updates-to-devlink-info_get-cb'
David S. Miller
7
-7
/
+113
2020-03-27
bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cb
Vasundhara Volam
2
-6
/
+6
[next]