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
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-14
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
14
-47
/
+72
2020-08-12
net: ethernet: stmmac: Disable hardware multicast filter
Jonathan McDowell
1
-0
/
+1
2020-08-12
net: stmmac: dwmac1000: provide multicast filter fallback
Jonathan McDowell
1
-0
/
+3
2020-08-12
sfc: fix ef100 design-param checking
Edward Cree
1
-1
/
+2
2020-08-11
net: phy: marvell10g: fix null pointer dereference
Marek BehĂșn
1
-11
/
+7
2020-08-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+5
2020-08-11
Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2
-21
/
+38
2020-08-11
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...
Wang Hai
1
-3
/
+14
2020-08-11
ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()
Xu Wang
1
-2
/
+2
2020-08-11
hinic: fix strncpy output truncated compile warnings
Luo bin
2
-22
/
+12
2020-08-11
drivers/net/wan/x25_asy: Added needed_headroom and a skb->len check
Xie He
1
-0
/
+14
2020-08-10
vmxnet3: use correct tcp hdr length when packet is encapsulated
Ronak Doshi
1
-1
/
+2
2020-08-08
net: phy: fix memory leak in device-create error path
Johan Hovold
1
-4
/
+4
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-7
/
+6
2020-08-07
r8152: Use MAC address from correct device tree node
Thierry Reding
1
-1
/
+1
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-19
/
+19
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
9
-19
/
+19
2020-08-06
Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-75
/
+33
2020-08-06
drivers/net/wan/lapbether: Added needed_headroom and a skb->len check
Xie He
1
-1
/
+9
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-2
/
+20
2020-08-06
net: hns3: fix spelling mistake "could'nt" -> "couldn't"
Colin Ian King
1
-1
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1030
-29400
/
+86922
2020-08-05
net: thunderx: initialize VF's mailbox mutex before first usage
Dean Nelson
1
-1
/
+3
2020-08-05
usb: hso: remove bogus check for EINPROGRESS
Oliver Neukum
1
-2
/
+1
2020-08-05
usb: hso: no complaint about kmalloc failure
Oliver Neukum
1
-3
/
+2
2020-08-05
hso: fix bailout in error case of probe
Oliver Neukum
1
-4
/
+4
2020-08-05
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+0
2020-08-05
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Michael S. Tsirkin
12
-53
/
+49
2020-08-05
Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2
-8
/
+4
2020-08-05
net: dsa: sja1105: use detected device id instead of DT one on mismatch
Vladimir Oltean
1
-11
/
+24
2020-08-05
Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2020-08-05
Revert "vxlan: fix tos value before xmit"
Hangbin Liu
1
-2
/
+2
2020-08-05
virtio_net: use LE accessors for speed/duplex
Michael S. Tsirkin
1
-4
/
+5
2020-08-04
farsync: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-13
/
+12
2020-08-04
wan: wanxl: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-27
/
+27
2020-08-04
hv_netvsc: do not use VF device if link is down
Stephen Hemminger
1
-3
/
+4
2020-08-04
dpaa2-eth: Fix passing zero to 'PTR_ERR' warning
YueHaibing
1
-3
/
+3
2020-08-04
net: macb: Properly handle phylink on at91sam9x
Stefan Roese
1
-4
/
+7
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
21
-34
/
+34
2020-08-04
Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2020-08-04
net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
Xin Long
1
-2
/
+2
2020-08-04
geneve: Support for PMTU discovery on directly bridged links
Stefano Brivio
1
-5
/
+51
2020-08-04
vxlan: Support for PMTU discovery on directly bridged links
Stefano Brivio
1
-6
/
+41
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
3
-6
/
+8
2020-08-04
Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...
David S. Miller
120
-1259
/
+5577
2020-08-04
via-velocity: Use more typical logging styles
Joe Perches
2
-122
/
+85
2020-08-04
hinic: add check for mailbox msg from VF
Luo bin
4
-2
/
+255
2020-08-04
hinic: add generating mailbox random index support
Luo bin
5
-0
/
+167
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
11
-65
/
+88
[next]