Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1aa8b471e09f227455c11d55c4bc94a655ee8497
/
drivers
/
net
/
ethernet
1aa8b47
drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
by Ben Hutchings
· 13 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 13 years ago
061a5c3
Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux
by David S. Miller
· 13 years ago
59399c5
net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator register
by Timur Tabi
· 13 years ago
36efc94
r6040: use module_pci_driver macro
by Devendra Naga
· 13 years ago
a334b5f
bnx2x: populate skb->l4_rxhash
by Eric Dumazet
· 13 years ago
c558386
r8169: support RTL8168G
by Hayes Wang
· 13 years ago
ffc4695
r8169: abstract out loop conditions.
by Francois Romieu
· 13 years ago
fdf6fc0
r8169: ephy, eri and efuse functions signature changes.
by Francois Romieu
· 13 years ago
52989f0
r8169: csi_ops signature change.
by Francois Romieu
· 13 years ago
2419221
r8169: mdio_ops signature change.
by Francois Romieu
· 13 years ago
5598bfe
r8169: add RTL8106E support.
by Hayes Wang
· 13 years ago
e8efcec
be2net: Fix Endian
by Li RongQing
· 13 years ago
d663d18
sky2: Fix for interrupt handler
by Mirko Lindner
· 13 years ago
0e76732
sky2: Added support for Optima EEE
by Mirko Lindner
· 13 years ago
03fc472
net/macb: manage carrier state with call to netif_carrier_{on|off}()
by Nicolas Ferre
· 13 years ago
cabdc8ee
net/mlx4_en: Add support for drop action through ethtool
by Hadar Hen Zion
· 13 years ago
8206728
net/mlx4_en: Manage flow steering rules with ethtool
by Hadar Hen Zion
· 13 years ago
592e49d
net/mlx4: Implement promiscuous mode with device managed flow-steering
by Hadar Hen Zion
· 13 years ago
1b9c6b0
net/mlx4_core: Add resource tracking for device managed flow steering rules
by Hadar Hen Zion
· 13 years ago
0ff1fb6
{NET, IB}/mlx4: Add device managed flow steering firmware API
by Hadar Hen Zion
· 13 years ago
8fcfb4d
net/mlx4_core: Add firmware commands to support device managed flow steering
by Hadar Hen Zion
· 13 years ago
c96d97f
net/mlx4: Set steering mode according to device capabilities
by Hadar Hen Zion
· 13 years ago
6d19993
net/mlx4_en: Re-design multicast attachments flow
by Yevgeny Petrilin
· 13 years ago
aa1ec3d
net/mlx4_core: Change resource tracking ID to be 64 bit
by Hadar Hen Zion
· 13 years ago
4af1c04
net/mlx4_core: Change resource tracking mechanism to use red-black tree
by Hadar Hen Zion
· 13 years ago
8ce5c9f
r6040: remove duplicate call to the pci_set_drvdata
by Devendra Naga
· 13 years ago
c90a9bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
30e80b5
be2net: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
7d51541
bnx2x: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
0a74212
bnx2: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
1180087
tg3: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
98f2d21
myri10ge: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
5952dde
cxgb4: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
dbfa600
cxgb3: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
9eb8738
qlge: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
9cbb576
vxge: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
90b1ebe
mlx4: set maximal number of default RSS queues
by Yuval Mintz
· 13 years ago
534cb28
cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().
by David S. Miller
· 13 years ago
1d248b1
net: Pass neighbours and dest address into NETEVENT_REDIRECT events.
by David S. Miller
· 13 years ago
d765955
stmmac: add the Energy Efficient Ethernet support
by Giuseppe CAVALLARO
· 13 years ago
ea2ab87
stmmac: do not use strict_strtoul but kstrtoint
by Giuseppe CAVALLARO
· 13 years ago
2e1706f
e1000e: remove use of IP payload checksum
by Bruce Allan
· 13 years ago
0e90b49
igbvf: fix divide by zero
by Mitch A Williams
· 13 years ago
ae0eef6
cnic: Fix mmap regression.
by Michael Chan
· 13 years ago
a777c89
netxen_nic: restrict force firmware dump when dump is disabled.
by Manish chopra
· 13 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
76fbc24
davinci_cpdma: include linux/module.h
by Daniel Mack
· 13 years ago
9740e00
gianfar: Fix RXICr/TXICr programming for multi-queue mode
by Claudiu Manoil
· 13 years ago
a3caad0
net: fec: add phy-reset-duration for device tree probe
by Shawn Guo
· 13 years ago
119fc00
net: fec: use managed function devm_gpio_request_one
by Shawn Guo
· 13 years ago
5fa9c0f
net: fec: enable regulator for fec phy
by Shawn Guo
· 13 years ago
2ca9b2a
net: fec: reset phy after pinctrl setup
by Shawn Guo
· 13 years ago
d2e553b
bnx2: Add missing netif_tx_disable() in bnx2_close()
by Michael Chan
· 13 years ago
7947c9c
bnx2: Add "fall through" comments
by Michael Chan
· 13 years ago
7bc910f
cnic: Handle RAMROD_CMD_ID_CLOSE error.
by Eddie Wai
· 13 years ago
1f85d58
cnic: Remove uio mem[0].
by Michael Chan
· 13 years ago
78ea22e
cnic: Read bnx2x function number from internal register
by Eddie Wai
· 13 years ago
a2028b23
cnic: Fix occasional NULL pointer dereference during reboot.
by Michael Chan
· 13 years ago
93040ae
be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug
by Somnath Kotur
· 13 years ago
525b807
net: sh_eth: add support for set_ringparam/get_ringparam
by Yoshihiro Shimoda
· 13 years ago
91c7755
net: sh_eth: fix up the buffer pointers
by Yoshihiro Shimoda
· 13 years ago
2ecbb78
net: sh_eth: remove unnecessary members/definitions
by Yoshihiro Shimoda
· 13 years ago
c265026
net: sh_eth: remove unnecessary function
by Yoshihiro Shimoda
· 13 years ago
ebe6e21
bnx2x: Change bnx2x_tests_str_arr to static char
by Merav Sicron
· 13 years ago
2e499d3
bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities advertisement
by Barak Witkowski
· 13 years ago
57efd44
ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP
by Alexander Duyck
· 13 years ago
5cee1d3
net/sh-eth: Check return value of sh_eth_reset when chip reset fail
by Nobuhiro Iwamatsu
· 13 years ago
5e7a76b
net/sh-eth: Add support selecting MII function for SH7734 and R8A7740
by Nobuhiro Iwamatsu
· 13 years ago
044ca2a
net/mlx4_en: Release QP range in free_resources
by Yevgeny Petrilin
· 13 years ago
9858d2d
net/mlx4: Use single completion vector after NOP failure
by Yevgeny Petrilin
· 13 years ago
5c8e904
net/mlx4_en: Set correct port parameters during device initialization
by Yevgeny Petrilin
· 13 years ago
7665de1
be2net: Regression bug wherein VFs creation broken for multiple cards.
by Somnath Kotur
· 13 years ago
89b1f49
be2net: Explicitly clear the reserved field in the Tx Descriptor
by Somnath Kotur
· 13 years ago
e486463
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ed3b856
netxen: Error return off by one for XG port.
by Santosh Nayak
· 13 years ago
d8140b2
netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.
by Santosh Nayak
· 13 years ago
a18e08b
net: sh_eth: fix the condition to fix the cur_tx/dirty_rx
by Yoshihiro Shimoda
· 13 years ago
eb2dc35
r8169: RxConfig hack for the 8168evl.
by françois romieu
· 13 years ago
24ea818
bnx2x: link module eeprom
by Yuval Mintz
· 13 years ago
dbef807
bnx2x: 1G sfp+ module handling
by Yuval Mintz
· 13 years ago
a351d49
bnx2x: revised link register access
by Yuval Mintz
· 13 years ago
1440090
bnx2x: treat 0 speed as link down (copper)
by Yuval Mintz
· 13 years ago
d231023
bnx2x: link cleanup
by Yuval Mintz
· 13 years ago
d0b8a6f
bnx2x: sfp+ Tx fault detection added
by Yuval Mintz
· 13 years ago
8e27628
smsc911x.c: encapsulate enable irq calls
by Matthias Brugger
· 13 years ago
f73332f
ixgbe: simplify padding and length checks
by Stephen Hemminger
· 13 years ago
db01896
ixgbe: clean up ixgbe_get_settings ethtool function
by Jacob Keller
· 13 years ago
a49fda3
ixgbe: add support for 1G SX modules
by Jacob Keller
· 13 years ago
200e5fd
igb: Version bump
by Carolyn Wyborny
· 13 years ago
d67974f
igb: Update firmware info output
by Carolyn Wyborny
· 13 years ago
374a542
igb: Streamline RSS queue and queue pairing assignment logic.
by Matthew Vick
· 13 years ago
cb41145
igb: Support the get_ts_info ethtool method.
by Carolyn Wyborny
· 13 years ago
d3eef8c
igb: Add switch case for supported hardware to igb_ptp_remove.
by Carolyn Wyborny
· 13 years ago
f00b0da
igb: A fix to VF TX rate limit
by Lior Levy
· 14 years ago
7500673
e1000: Combining Bitwise OR in one expression.
by Tushar Dave
· 13 years ago
8633c08
ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings
by Alexander Duyck
· 13 years ago
0e808bc
Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.
by Carolyn Wyborny
· 13 years ago
adc0fa4
igb: Fix incorrect RAR address entries for i210/i211 device.
by Carolyn Wyborny
· 13 years ago
364f5b3
bnx2x: Change date and version to 1.72.51-0
by Merav Sicron
· 13 years ago
Next »