index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
faraday
/
ftgmac100.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/ncsi: Silence debug messages
Joel Stanley
2018-06-20
1
-2
/
+2
*
net: ftgmac100: Request clock and set speed
Joel Stanley
2017-10-18
1
-0
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-1
/
+0
|
\
|
*
net: ftgmac100: Fix oops in probe on failure to find associated PHY
Andrew Jeffery
2017-08-22
1
-1
/
+0
*
|
ftgmac100: Support NCSI VLAN filtering when available
Samuel Mendoza-Jonas
2017-08-28
1
-0
/
+5
|
/
*
ftgmac100: return error in ftgmac100_alloc_rx_buf
Joel Stanley
2017-07-25
1
-2
/
+2
*
ftgmac100: Make the MDIO bus a child of the ethernet device
Benjamin Herrenschmidt
2017-07-24
1
-0
/
+1
*
ftgmac100: Increase reset timeout
Benjamin Herrenschmidt
2017-07-24
1
-1
/
+1
*
ftgmac100: Fix potential ordering issue in NAPI poll
Benjamin Herrenschmidt
2017-04-18
1
-0
/
+7
*
ftgmac100: Display the discovered PHY device info
Benjamin Herrenschmidt
2017-04-18
1
-0
/
+3
*
ftgmac100: Allow configuration of phy interface via device-tree
Benjamin Herrenschmidt
2017-04-18
1
-3
/
+39
*
ftgmac100: Add netpoll support
Benjamin Herrenschmidt
2017-04-18
1
-0
/
+14
*
ftgmac100: Add vlan HW offload
Benjamin Herrenschmidt
2017-04-18
1
-1
/
+45
*
ftgmac100: Add ndo_set_rx_mode() and support for multicast & promisc
Benjamin Herrenschmidt
2017-04-18
1
-0
/
+52
*
ftgmac100: Add pause frames configuration and support
Benjamin Herrenschmidt
2017-04-18
1
-1
/
+95
*
ftgmac100: Add ethtool n-way reset call
Benjamin Herrenschmidt
2017-04-18
1
-7
/
+1
*
ftgmac100: Set default ring sizes to 128 entries
Benjamin Herrenschmidt
2017-04-12
1
-2
/
+2
*
ftgmac100: Make ring sizes configurable via ethtool
Benjamin Herrenschmidt
2017-04-12
1
-56
/
+148
*
ftgmac100: Add more register inits in ftgmac100_init_hw()
Benjamin Herrenschmidt
2017-04-12
1
-0
/
+36
*
ftgmac100: Open code remaining register writes
Benjamin Herrenschmidt
2017-04-12
1
-33
/
+20
*
ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_mac
Benjamin Herrenschmidt
2017-04-12
1
-2
/
+2
*
ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addr
Benjamin Herrenschmidt
2017-04-12
1
-3
/
+3
*
ftgmac100: Set netdev->hw_features
Benjamin Herrenschmidt
2017-04-12
1
-3
/
+4
*
ftgmac100: Disable HW checksum generation on AST2400, enable on others
Benjamin Herrenschmidt
2017-04-12
1
-6
/
+6
*
ftgmac100: Use device "compatible" property, not machine.
Benjamin Herrenschmidt
2017-04-12
1
-7
/
+9
*
ftgmac100: Upgrade to NETIF_F_HW_CSUM
Benjamin Herrenschmidt
2017-04-12
1
-15
/
+25
*
ftgmac100: Remove tx descriptor accessors
Benjamin Herrenschmidt
2017-04-10
1
-110
/
+65
*
ftgmac100: Add support for fragmented tx
Benjamin Herrenschmidt
2017-04-10
1
-25
/
+94
*
ftgmac100: Don't clear tx desc fields unnecessarily
Benjamin Herrenschmidt
2017-04-10
1
-11
/
+6
*
ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()
Benjamin Herrenschmidt
2017-04-10
1
-17
/
+21
*
ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()
Benjamin Herrenschmidt
2017-04-10
1
-5
/
+4
*
ftgmac100: Cleanup tx queue handling
Benjamin Herrenschmidt
2017-04-10
1
-35
/
+68
*
ftgmac100: Store tx skbs in a separate array
Benjamin Herrenschmidt
2017-04-10
1
-43
/
+16
*
ftgmac100: Pad small frames properly
Benjamin Herrenschmidt
2017-04-10
1
-2
/
+8
*
ftgmac100: Factor tx packet dropping path
Benjamin Herrenschmidt
2017-04-10
1
-8
/
+9
*
ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()
Benjamin Herrenschmidt
2017-04-10
1
-33
/
+25
*
ftgmac100: Move ftgmac100_hard_start_xmit() around
Benjamin Herrenschmidt
2017-04-10
1
-29
/
+29
*
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
2017-04-10
1
-0
/
+13
*
ftgmac100: Work around HW bug in runt frame detection
Benjamin Herrenschmidt
2017-04-06
1
-10
/
+25
*
ftgmac100: Remove rx descriptor accessors
Benjamin Herrenschmidt
2017-04-06
1
-111
/
+41
*
ftgmac100: Add missing barrier in ftgmac100_rx_packet()
Benjamin Herrenschmidt
2017-04-06
1
-0
/
+3
*
ftgmac100: Directly receive into sk_buffs
Benjamin Herrenschmidt
2017-04-06
1
-86
/
+56
*
ftgmac100: Simplify rx pointer handling in the rx path
Benjamin Herrenschmidt
2017-04-06
1
-68
/
+24
*
ftgmac100: Simplify rx packets error handling
Benjamin Herrenschmidt
2017-04-06
1
-36
/
+25
*
ftgmac100: Cleanup rx checksum handling
Benjamin Herrenschmidt
2017-04-06
1
-38
/
+25
*
ftgmac100: Use a scratch buffer for failed RX allocations
Benjamin Herrenschmidt
2017-04-06
1
-4
/
+38
*
ftgmac100: Drop support for fragmented receive
Benjamin Herrenschmidt
2017-04-06
1
-19
/
+18
*
ftgmac100: Move ftgmac100_alloc_rx_page() before its users
Benjamin Herrenschmidt
2017-04-06
1
-31
/
+28
*
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
2017-04-06
1
-61
/
+76
*
ftgmac100: Remove useless tests in interrupt handler
Benjamin Herrenschmidt
2017-04-06
1
-8
/
+3
[next]