Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ba9aa134287f6a59886ea91e0dadaa8477dec9c2
/
drivers
/
net
/
ethernet
ba9aa13
forcedeth: fix buffer overflow
by david decotigny
· 12 years ago
255e876
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 12 years ago
8f8b3d5
sfc: Fix the initial device operstate
by Ben Hutchings
· 12 years ago
adeb15a
sfc: Assign efx and efx->type as early as possible in efx_pci_probe()
by Ben Hutchings
· 12 years ago
3f65ea5
sfc: Remove bogus comment about MTU change and RX buffer overrun
by Ben Hutchings
· 12 years ago
7bde852
sfc: Remove overly paranoid locking assertions from netdev operations
by Ben Hutchings
· 12 years ago
7153f62
sfc: Fix reset vs probe/remove/PM races involving efx_nic::state
by Ben Hutchings
· 12 years ago
b812f8b
sfc: Improve log messages in case we abort probe due to a pending reset
by Ben Hutchings
· 12 years ago
8b7325b
sfc: Never try to stop and start a NIC that is disabled
by Ben Hutchings
· 12 years ago
5642cee
sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()
by Ben Hutchings
· 12 years ago
6032fb5
sfc: Keep disabled NICs quiescent during suspend/resume
by Ben Hutchings
· 12 years ago
61da026
sfc: Hold the RTNL lock for more of the suspend/resume cycle
by Ben Hutchings
· 12 years ago
f16aeea
sfc: Change state names to be clearer, and comment them
by Ben Hutchings
· 12 years ago
9714284
sfc: Stash header offsets for TSO in struct tso_state
by Ben Hutchings
· 12 years ago
53cb13c
sfc: Replace tso_state::full_packet_space with ip_base_len
by Ben Hutchings
· 13 years ago
f7251a9
sfc: Simplify TSO header buffer allocation
by Ben Hutchings
· 13 years ago
14bf718
sfc: Stop TX queues before they fill up
by Ben Hutchings
· 13 years ago
7668ff9
sfc: Refactor struct efx_tx_buffer to use a flags field
by Ben Hutchings
· 13 years ago
1f7c9ae
w5300: using eth_hw_addr_random() for random MAC and set device flag
by Wei Yongjun
· 12 years ago
d68bb7e
w5100: using eth_hw_addr_random() for random MAC and set device flag
by Wei Yongjun
· 12 years ago
9f35a73
net/fsl: introduce Freescale 10G MDIO driver
by Timur Tabi
· 12 years ago
bba6ec7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8f8ba75
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
8376dad
igb: update to allow reading/setting MDI state
by Jesse Brandeburg
· 12 years ago
4e8186b
e1000e: implement MDI/MDI-X control
by Jesse Brandeburg
· 12 years ago
c819bbd5
e1000: configure and read MDI settings
by Jesse Brandeburg
· 12 years ago
1b55678
igb: implement 580 MDI setting support
by Jesse Brandeburg
· 12 years ago
e86fd89
e1000e: implement 82577/579 MDI setting support
by Bruce W Allan
· 12 years ago
ae4d8cf
net/stmmac: fix issue of clk_get for Loongson1B.
by Kelvin Cheung
· 12 years ago
d0418bb
net: sh_eth: Add eth support for R8A7779 device
by Phil Edworthy
· 12 years ago
846b999
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 12 years ago
62748b7
ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor
by Alexander Duyck
· 12 years ago
5a02cbd
ixgbe: Roll RSC code into non-EOP code
by Alexander Duyck
· 12 years ago
18806c9
ixgbe: Make allocating skb and placing data in it a separate function
by Alexander Duyck
· 12 years ago
cf3fe7a
ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead
by Alexander Duyck
· 12 years ago
19861ce
ixgbe: Make pull tail function separate from rest of cleanup_headers
by Alexander Duyck
· 12 years ago
42073d9
ixgbe: Have the CPU take ownership of the buffers sooner
by Alexander Duyck
· 12 years ago
09816fb
ixgbe: Only use double buffering if page size is less than 8K
by Alexander Duyck
· 12 years ago
0549ae2
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page
by Alexander Duyck
· 12 years ago
afaa945
ixgbe: Remove code that was initializing Rx page offset
by Alexander Duyck
· 12 years ago
96f17d5
mlx4_core: Clean up buddy bitmap allocation
by Roland Dreier
· 12 years ago
3de819e
mlx4_core: Fix integer overflow issues around MTT table
by Yishai Hadas
· 12 years ago
89dd86d
mlx4_core: Allow large mlx4_buddy bitmaps
by Yishai Hadas
· 12 years ago
499b95f
drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return code
by Julia Lawall
· 12 years ago
137bc99f
drivers/net/ethernet/freescale/fs_enet: fix error return code
by Julia Lawall
· 12 years ago
f37c54b
drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereference
by Julia Lawall
· 12 years ago
f57b07c
bnx2x: Fix compiler warnings
by Joren Van Onder
· 12 years ago
55461dd
ixgbe: add missing braces
by Emil Tantilov
· 12 years ago
2070ffa
bnx2x: Fix recovery flow cleanup during probe
by Yuval Mintz
· 12 years ago
8eee694
bnx2x: fix unload previous driver flow when flr-capable
by Yuval Mintz
· 12 years ago
a2d6a1d
igb: Fix register defines for all non-82575 hardware
by Alexander Duyck
· 12 years ago
f0c5dad
e1000e: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
b669588
igb: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
f5addb9
net/stmmac: mark probe function as __devinit
by Arnd Bergmann
· 12 years ago
3a32aea
lpc_eth: remove obsolete ifdefs
by stigge@antcom.de
· 12 years ago
ec03e6a
drivers: net: ethernet: davince_mdio: device tree implementation
by Mugunthan V N
· 12 years ago
119b0e0
igb: add delay to allow igb loopback test to succeed on 8086:10c9
by Stefan Assmann
· 12 years ago
eca90f5
e1000e: 82571 Tx Data Corruption during Tx hang recovery
by Tushar Dave
· 12 years ago
b7ec70b
e1000e: NIC goes up and immediately goes down
by Tushar Dave
· 12 years ago
8b82f7c
ixp4xx_eth: fix ptp_ixp46x build failure
by Arnaud Patard (Rtp)
· 12 years ago
d836200
igb: don't break user visible strings over multiple lines in igb_ethtool.c
by Jesper Juhl
· 12 years ago
89d351c
igb: correct hardware type (i210/i211) check in igb_loopback_test()
by Jesper Juhl
· 12 years ago
925b11f
igb: Fix for failure to init on some 82576 devices.
by Carolyn Wyborny
· 12 years ago
2eb32b0
drivers: net: ethernet: cpsw: Add device tree support to CPSW
by Mugunthan V N
· 12 years ago
f07454f
drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent modules
by Mugunthan V N
· 12 years ago
2207b60
net/mlx4_core: Remove port type restrictions
by Yevgeny Petrilin
· 12 years ago
c18520b
net/mlx4_en: Fixing TX queue stop/wake flow
by Yevgeny Petrilin
· 12 years ago
c8c40b7
net/mlx4_en: loopbacked packets are dropped when SMAC=DMAC
by Amir Vadai
· 12 years ago
f3f9f33
emulex: benet: Add a missing CR in the end of message
by Masanari Iida
· 12 years ago
8b6d5c0
bnx2x: fix mem leak when command is unknown
by Jesper Juhl
· 12 years ago
7e6d06f
sfc: Fix maximum number of TSO segments and minimum TX queue size
by Ben Hutchings
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
fd37ce3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
0614002
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
by Mel Gorman
· 12 years ago
27c1ee3
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
6a81c26
net/stmmac: remove conditional compilation of clk code
by Viresh Kumar
· 12 years ago
287dc4b
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
cac83e5
tg3: Update version to 3.124
by Michael Chan
· 12 years ago
0f566b2
tg3: Fix race condition in tg3_get_stats64()
by Michael Chan
· 12 years ago
091f0ea
tg3: Add New 5719 Read DMA workaround
by Michael Chan
· 12 years ago
10ce95d
tg3: Fix Read DMA workaround for 5719 A0.
by Michael Chan
· 12 years ago
8151ad5
tg3: Request APE_LOCK_PHY before PHY access
by Michael Chan
· 12 years ago
17a2bf7
seeq: use PTR_RET at init_module of driver
by Devendra Naga
· 12 years ago
ea4b385
bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_path
by Devendra Naga
· 12 years ago
1a0150a9
qlge: Add offload features to vlan interfaces
by brenohl@br.ibm.com
· 12 years ago
25918f9
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
1e30c1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
4487e64
pch_gbe: vlan skb len fix
by Andy Cress
· 12 years ago
f2c3166
pch_gbe: add extra clean tx
by Andy Cress
· 12 years ago
913f53e
pch_gbe: fix transmit watchdog timeout
by Andy Cress
· 12 years ago
9c50c03
ixgbe: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
c297977
be2net: Fix to parse RSS hash from Receive completions correctly.
by Sarveshwar Bandi
· 12 years ago
ee64c0e
net/mlx4_en: Limit the RFS filter IDs to be < RPS_NO_FILTER
by Amir Vadai
· 12 years ago
6d8d2dd
net/pch_gpe: Cannot disable ethernet autonegation
by Wei Yang
· 12 years ago
9fafbd4
net: wiznet add missing HAS_IOMEM dependency
by frank.blaschka@de.ibm.com
· 12 years ago
ac46a46
be2net: Missing byteswap in be_get_fw_log_level causes oops on PowerPC
by Anton Blanchard
· 12 years ago
57dbf29
mlx4: Add support for EEH error recovery
by Kleber Sacilotto de Souza
· 12 years ago
c1f9c42
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
by Arnd Bergmann
· 12 years ago
baffab2
ARM: Orion: fix driver probe error handling with respect to clk
by Simon Baatz
· 12 years ago
Next »