Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1
/
drivers
/
net
/
ethernet
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
9cc342f
treewide: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
2c45e7f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
22c58fd
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
7a0c4c1
Merge branch 'fixes' into arm/soc
by Olof Johansson
· 6 years ago
5ac9433
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
ebcf5bb
Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 6 years ago
414147d
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
c191f93
net/mlx5: Set completion EQs as shared resources
by Yishai Hadas
· 6 years ago
60a7a9a
Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib-mfd-pinctrl-5.2-2' and 'ib-mfd-regulator-5.2', tag 'ib-mfd-arm-net-5.2' into ibs-for-mfd-merged
by Lee Jones
· 6 years ago
d4c26eb
net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering
by Corentin Labbe
· 6 years ago
a8577e1
net: ethernet: ti: netcp_ethss: fix build
by Grygorii Strashko
· 6 years ago
5afcd14
net: seeq: fix crash caused by not set dev.parent
by Thomas Bogendoerfer
· 6 years ago
da86f59
net: mvpp2: cls: Add missing NETIF_F_NTUPLE flag
by Maxime Chevallier
· 6 years ago
2d2924a
net: ethernet: fix similar warning reported by kbuild test robot
by Petr Štetiar
· 6 years ago
0655f99
net/ibmvnic: Update carrier state after link state change
by Thomas Falcon
· 6 years ago
62740e9
net/ibmvnic: Update MAC address settings after adapter reset
by Thomas Falcon
· 6 years ago
601e6bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
6c9f054
nfp: add missing kdoc
by Jakub Kicinski
· 6 years ago
69e168e
nfp: bpf: fix static check error through tightening shift amount adjustment
by Jiong Wang
· 6 years ago
70610c9
net: aquantia: fix undefined devm_hwmon_device_register_with_info reference
by Kefeng Wang
· 6 years ago
68a5cde
dwmac4_prog_mtl_tx_algorithms() missing write operation
by Cheng Han
· 6 years ago
dce45af
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
1e96676
nfp: reintroduce ndo_get_port_parent_id for representor ports
by Pieter Jansen van Vuuren
· 6 years ago
c264ed4
net: hns3: remove redundant assignment of l2_hdr to itself
by Colin Ian King
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
d3511f5
Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a314777
cxgb4: Fix error path in cxgb4_init_module
by YueHaibing
· 6 years ago
0504453
net: macb: Change interrupt and napi enable order in open
by Harini Katakam
· 6 years ago
5db9c74
net: ll_temac: Improve error message on error IRQ
by Esben Haabendal
· 6 years ago
d678714
net/sched: remove block pointer from common offload structure
by Pieter Jansen van Vuuren
· 6 years ago
a51645f
net: ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
d4ee7f1
net: mvpp2: cls: fix less than zero check on a u32 variable
by Colin Ian King
· 6 years ago
77296bf
net: hns3: use devm_kcalloc when allocating desc_cb
by Yunsheng Lin
· 6 years ago
845e0d1
net: hns3: some cleanup for struct hns3_enet_ring
by Yunsheng Lin
· 6 years ago
389ca14
net: hns3: unify the page reusing for page size 4K and 64K
by Yunsheng Lin
· 6 years ago
ce74370
net: hns3: optimize the barrier using when cleaning TX BD
by Yunsheng Lin
· 6 years ago
aa9d22d
net: hns3: fix error handling for desc filling
by Yunsheng Lin
· 6 years ago
757cd1e
net: hns3: combine len and checksum handling for inner and outer header.
by Yunsheng Lin
· 6 years ago
07918fc
net: hns3: refactor BD filling for l2l3l4 info
by Yunsheng Lin
· 6 years ago
39c3882
net: hns3: fix for tunnel type handling in hns3_rx_checksum
by Yunsheng Lin
· 6 years ago
db4970a
net: hns3: add linearizing checking for TSO case
by Yunsheng Lin
· 6 years ago
d21ff4f
net: hns3: add counter for times RX pages gets allocated
by Yunsheng Lin
· 6 years ago
fb00331
net: hns3: use napi_schedule_irqoff in hard interrupts handlers
by Yunsheng Lin
· 6 years ago
3d5f374
net: hns3: unify maybe_stop_tx for TSO and non-TSO case
by Yunsheng Lin
· 6 years ago
dd4e5d6
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
980d43f
mlxsw: Remove obsolete dependency on THERMAL=m
by Geert Uytterhoeven
· 6 years ago
0ebacd1
r8169: add rtl8168g_set_pause_thresholds
by Heiner Kallweit
· 6 years ago
6b1bd24
r8169: add rtl_set_fifo_size
by Heiner Kallweit
· 6 years ago
8e44c0c
mlxsw: spectrum: Implement loopback ethtool feature
by Jiri Pirko
· 6 years ago
a0c2538
mlxsw: reg: Add Port Physical Loopback Register
by Jiri Pirko
· 6 years ago
f452825
r8169: move EEE LED config to rtl8168_config_eee_mac
by Heiner Kallweit
· 6 years ago
1791ad5
r8169: simplify rtl_writephy_batch and rtl_ephy_init
by Heiner Kallweit
· 6 years ago
5fb5c39
nfp: flower: add qos offload stats request and reply
by Pieter Jansen van Vuuren
· 6 years ago
49cbef1
nfp: flower: add qos offload install and remove functionality.
by Pieter Jansen van Vuuren
· 6 years ago
b66d035
nfp: flower: add qos offload framework
by Pieter Jansen van Vuuren
· 6 years ago
ab79af3
mlxsw: use intermediate representation for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
f7af25a
net: davinci: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
541ddc6
net: macb: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
51fec80
bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.
by Michael Chan
· 6 years ago
ac33906
bnxt_en: Add support for aRFS on 57500 chips.
by Michael Chan
· 6 years ago
e969ae5
bnxt_en: Query firmware capability to support aRFS on 57500 chips.
by Michael Chan
· 6 years ago
01989c6
bnxt_en: Improve NQ reservations.
by Michael Chan
· 6 years ago
53579e3
bnxt_en: Separate RDMA MR/AH context allocation.
by Devesh Sharma
· 6 years ago
2730214
bnxt_en: read the clause type from the PHY ID
by Vasundhara Volam
· 6 years ago
691aa62
bnxt_en: Read package version from firmware.
by Vasundhara Volam
· 6 years ago
6154532
bnxt_en: Check new firmware capability to display extended stats.
by Vasundhara Volam
· 6 years ago
55e4398
bnxt_en: Add support for PCIe statistics
by Vasundhara Volam
· 6 years ago
a220eab
bnxt_en: Refactor bnxt_alloc_stats().
by Vasundhara Volam
· 6 years ago
4a50ddc
bnxt_en: Update firmware interface to 1.10.0.69.
by Michael Chan
· 6 years ago
9073989
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
ba6223f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
d1f5050
r8169: speed up rtl_loop_wait
by Heiner Kallweit
· 6 years ago
9cf9b84
r8169: make use of phy_set_asym_pause
by Heiner Kallweit
· 6 years ago
6e05b833
net: ll_temac: Make some functions static
by YueHaibing
· 6 years ago
44bec4b
net: aquantia: Make aq_ndev_driver_name static
by YueHaibing
· 6 years ago
c424d22
net: mvpp2: cls: Remove set but not used variable 'act'
by YueHaibing
· 6 years ago
ee0df19
net: ucc_geth - fix Oops when changing number of buffers in the ring
by Christophe Leroy
· 6 years ago
17170e6
dpaa_eth: fix SG frame cleanup
by Laurentiu Tudor
· 6 years ago
b52d031
net: ll_temac: remove an unnecessary condition
by Dan Carpenter
· 6 years ago
1ffc4b7
net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()
by Dan Carpenter
· 6 years ago
cc0d47b
drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()
by Wei Yongjun
· 6 years ago
0b63644
i40e: Memory leak in i40e_config_iwarp_qvlist
by Martyna Szapar
· 6 years ago
24474f2
i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
by Martyna Szapar
· 6 years ago
825f0a4
i40e: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
0a92892
i40e: Revert ShadowRAM checksum calculation change
by Maciej Paczkowski
· 6 years ago
d29e0d2
i40e: missing input validation on VF message handling by the PF
by Martyna Szapar
· 6 years ago
2e45d3f
i40e: Add support for X710 B/P & SFP+ cards
by Aleksandr Loktionov
· 6 years ago
c004804
i40e: Wrong truncation from u16 to u8
by Grzegorz Siwik
· 6 years ago
7015ca3
i40e: add num_vectors checker in iwarp handler
by Sergey Nemov
· 6 years ago
1aa874b
i40e: Fix the typo in adding 40GE KR4 mode
by Grzegorz Siwik
· 6 years ago
40a23040
i40e: Setting VF to VLAN 0 requires restart
by Grzegorz Siwik
· 6 years ago
e576e76
i40e: add new pci id for X710/XXV710 N3000 cards
by Aleksandr Loktionov
· 6 years ago
937f599
i40e: VF's promiscuous attribute is not kept
by Grzegorz Siwik
· 6 years ago
64439f8
ice: Disable sniffing VF traffic on PF
by Michal Swiatkowski
· 6 years ago
0690527
ice: Use more efficient structures
by Jesse Brandeburg
· 6 years ago
0437f1a
ice: Use bitfields where possible
by Jesse Brandeburg
· 6 years ago
d95276c
ice: Add function to program ethertype based filter rule on VSIs
by Akeem G Abodunrin
· 6 years ago
Next »