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-10-13
net: macsec: use new function dev_fetch_sw_netstats
Heiner Kallweit
1
-21
/
+1
2020-10-13
virtio-net: ethtool configurable RXCSUM
Tonghao Zhang
1
-12
/
+36
2020-10-13
net: mscc: ocelot: remove duplicate ocelot_port_dev_check
Vladimir Oltean
1
-8
/
+3
2020-10-13
macb: support the two tx descriptors on at91rm9200
Willy Tarreau
2
-8
/
+40
2020-10-13
macb: prepare at91 to use a 2-frame TX queue
Willy Tarreau
2
-16
/
+18
2020-10-13
macb: add RM9200's interrupt flag TBRE
Willy Tarreau
1
-0
/
+2
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-8
/
+0
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+2
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+9
2020-10-12
net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload
Raed Salem
5
-29
/
+202
2020-10-12
net/mlx5e: IPsec: Add TX steering rule per IPsec state
Huy Nguyen
2
-4
/
+176
2020-10-12
net/mlx5: Add NIC TX domain namespace
Huy Nguyen
3
-1
/
+22
2020-10-12
net/mlx5: Fix uininitialized pointer read on pointer attr
Colin Ian King
1
-1
/
+0
2020-10-12
bnxt_en: Add stored FW version info to devlink info_get cb.
Vasundhara Volam
1
-2
/
+45
2020-10-12
bnxt_en: Refactor bnxt_dl_info_get().
Vasundhara Volam
2
-48
/
+71
2020-10-12
bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.
Vasundhara Volam
4
-0
/
+31
2020-10-12
bnxt_en: Log unknown link speed appropriately.
Michael Chan
1
-1
/
+5
2020-10-12
bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.
Michael Chan
1
-0
/
+3
2020-10-12
bnxt_en: Simplify bnxt_async_event_process().
Michael Chan
1
-9
/
+3
2020-10-12
bnxt_en: Set driver default message level.
Michael Chan
1
-1
/
+3
2020-10-12
bnxt_en: Enable online self tests for multi-host/NPAR mode.
Vasundhara Volam
1
-4
/
+4
2020-10-12
bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.
Vasundhara Volam
1
-0
/
+2
2020-10-12
net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
Marek Vasut
1
-2
/
+23
2020-10-12
mlx4: handle non-napi callers to napi_poll
Jonathan Lemon
2
-1
/
+4
2020-10-12
net: korina: fix kfree of rx/tx descriptor array
Valentin Vidic
1
-1
/
+2
2020-10-12
net: dsa: microchip: fix race condition
Christian Eggers
1
-7
/
+9
2020-10-12
cx82310_eth: use netdev_err instead of dev_err
Ondrej Zary
1
-16
/
+12
2020-10-12
cx82310_eth: re-enable ethernet mode after router reboot
Ondrej Zary
1
-6
/
+44
2020-10-11
net: mscc: ocelot: offload VLAN mangle action to VCAP IS1
Vladimir Oltean
2
-4
/
+40
2020-10-11
enetc: Migrate to PHYLINK and PCS_LYNX
Claudiu Manoil
7
-166
/
+191
2020-10-11
enetc: Clean up serdes configuration
Claudiu Manoil
1
-53
/
+48
2020-10-11
enetc: Clean up MAC and link configuration
Claudiu Manoil
1
-48
/
+67
2020-10-11
bpf: Add redirect_peer helper
Daniel Borkmann
1
-0
/
+9
2020-10-10
drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_header
Xie He
1
-13
/
+17
2020-10-10
net: dsa: rtl8366rb: Roof MTU for switch
Linus Walleij
3
-5
/
+39
2020-10-10
net: phy: Move of_mdio from drivers/of to drivers/net/mdio
Calvin Johnson
3
-0
/
+602
2020-10-10
dpaa_eth: enable NETIF_MSG_HW by default
Maxim Kochetkov
1
-1
/
+1
2020-10-10
r8169: factor out handling rtl8169_stats
Heiner Kallweit
1
-21
/
+25
2020-10-10
net: usbnet: remove driver version
Heiner Kallweit
1
-4
/
+0
2020-10-10
net: thunderx: Use struct_size() helper in kmalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-10-10
Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-2
/
+0
2020-10-10
Merge tag 'wireless-drivers-next-2020-10-09' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
66
-314
/
+1434
2020-10-09
Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
5
-24
/
+23
2020-10-09
net: tlan: Fix typo abitrary
Naoki Hayama
1
-1
/
+1
2020-10-09
net: ipa: skip suspend/resume activities if not set up
Alex Elder
1
-0
/
+6
2020-10-09
ice: fix adding IP4 IP6 Flow Director rules
Dan Nowlin
1
-1
/
+61
2020-10-09
ice: Fix pointer cast warnings
Bixuan Cui
1
-2
/
+2
2020-10-09
ice: add additional debug logging for firmware update
Jacob Keller
3
-6
/
+33
2020-10-09
ice: refactor devlink_port to be per-VSI
Jacob Keller
5
-33
/
+45
2020-10-09
ice: add the DDP Track ID to devlink info
Jacob Keller
1
-0
/
+8
[prev]
[next]