index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-17
1
-4
/
+4
|
\
|
*
docs: Fix more broken references
Mauro Carvalho Chehab
2018-06-15
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
21
-97
/
+163
|
\
\
|
|
/
|
/
|
|
*
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
2018-06-15
3
-7
/
+10
|
*
net: cxgb3: add error handling for sysfs_create_group
Zhouyang Jia
2018-06-15
1
-0
/
+7
|
*
mlxsw: spectrum_switchdev: Fix port_vlan refcounting
Petr Machata
2018-06-15
1
-1
/
+3
|
*
mlxsw: spectrum_router: Align with new route replace logic
Ido Schimmel
2018-06-15
1
-16
/
+5
|
*
mlxsw: spectrum_router: Allow appending to dev-only routes
Ido Schimmel
2018-06-15
1
-8
/
+19
|
*
stmmac: added support for 802.1ad vlan stripping
Elad Nachman
2018-06-15
1
-8
/
+13
|
*
net: emaclite: Remove xemaclite_mdio_setup return check
Radhey Shyam Pandey
2018-06-14
1
-3
/
+1
|
*
net: emaclite: Remove unused 'has_mdio' flag.
Radhey Shyam Pandey
2018-06-14
1
-2
/
+0
|
*
net: emaclite: Fix MDIO bus unregister bug
Radhey Shyam Pandey
2018-06-14
1
-1
/
+1
|
*
net: emaclite: Fix position of lp->mii_bus assignment
Radhey Shyam Pandey
2018-06-14
1
-2
/
+2
|
*
net: qcom/emac: Add missing of_node_put()
YueHaibing
2018-06-14
1
-0
/
+1
|
*
net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...
Christophe JAILLET
2018-06-12
1
-3
/
+4
|
*
net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode
Vadim Lomovtsev
2018-06-12
2
-14
/
+38
|
*
nfp: flower: free dst_entry in route table
Pieter Jansen van Vuuren
2018-06-12
1
-0
/
+2
|
*
nfp: remove phys_port_name on flower's vNIC
Jakub Kicinski
2018-06-12
3
-1
/
+6
|
*
nfp: include all ring counters in interface stats
Jakub Kicinski
2018-06-12
1
-1
/
+1
|
*
nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warning
Jakub Kicinski
2018-06-12
1
-5
/
+2
|
*
ixgbe: Fix bit definitions and add support for testing for ipsec support
Alexander Duyck
2018-06-11
2
-3
/
+17
|
*
ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_data
Alexander Duyck
2018-06-11
1
-2
/
+11
|
*
ixgbe: Move ipsec init function to before reset call
Alexander Duyck
2018-06-11
2
-9
/
+9
|
*
ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM
Alexander Duyck
2018-06-11
2
-3
/
+3
|
*
ixgbe: Fix setting of TC configuration for macvlan case
Alexander Duyck
2018-06-11
2
-8
/
+8
*
|
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2018-06-12
1
-3
/
+3
*
|
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-12
1
-3
/
+2
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
12
-25
/
+34
*
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
6
-12
/
+16
*
|
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
8
-29
/
+32
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
6
-10
/
+13
*
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
2
-6
/
+6
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
34
-101
/
+123
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
24
-57
/
+65
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-10
3
-12
/
+11
|
\
|
*
net: aquantia: fix unsigned numvecs comparison with less than zero
Colin Ian King
2018-06-08
1
-6
/
+5
|
*
net: stmmac: fix build failure due to missing COMMON_CLK dependency
Corentin Labbe
2018-06-08
1
-5
/
+5
|
*
net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()
Geert Uytterhoeven
2018-06-07
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-07
4
-15
/
+25
|
\
\
|
*
\
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...
Jason Gunthorpe
2018-06-04
3
-13
/
+11
|
|
\
\
|
|
*
|
net/mlx5: Export flow counter related API
Raed Salem
2018-06-02
2
-2
/
+3
|
|
*
|
net/mlx5: Use flow counter pointer as input to the query function
Or Gerlitz
2018-06-02
3
-12
/
+9
|
*
|
|
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...
Jason Gunthorpe
2018-05-24
8
-10
/
+47
|
|
\
|
|
|
*
|
|
IB/mlx5: Add support for MPLS flow specification
Ariel Levkovich
2018-05-16
2
-2
/
+14
*
|
|
|
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-07
5
-182
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'pci/virtualization'
Bjorn Helgaas
2018-06-06
1
-27
/
+1
|
|
\
\
\
|
|
*
|
|
net: ena: Use pci_sriov_configure_simple() to enable VFs
Alexander Duyck
2018-04-24
1
-27
/
+1
|
*
|
|
|
ixgbe: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
2018-05-25
1
-46
/
+1
|
*
|
|
|
cxgb4: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
2018-05-25
1
-74
/
+1
|
*
|
|
|
bnxt_en: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
2018-05-25
1
-18
/
+1
[next]