History log of /drivers/net/ethernet/faraday/ftgmac100.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2cedb63df14342ad40a8b5b324fc5d94a60b665 15-Feb-2012 Danny Kukawka <danny.kukawka@bisect.de> net: replace random_ether_addr() with eth_hw_addr_random()

Replace usage of random_ether_addr() with eth_hw_addr_random()
to set addr_assign_type correctly to NET_ADDR_RANDOM.

Change the trivial cases.

v2: adapt to renamed eth_hw_addr_random()

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/ethernet/faraday/ftgmac100.c
17f1bbca1baf2f652fa9c102ec239d6abded94c1 18-Jan-2012 Thomas Faber <thfabba@gmx.de> net: ftgmac100/ftmac100: add missing interrupt.h include

Fixes compilation failure of these modules due to missing
irqreturn_t type for the ft(g)mac100_interrupt definition.

Signed-off-by: Thomas Faber <thfabba@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/ethernet/faraday/ftgmac100.c
5935f81c595897d213afcf756e3e41af7c704f0e 13-Oct-2011 Eric Dumazet <eric.dumazet@gmail.com> ftgmac100: fix skb truesize underestimation

ftgmac100 allocates a page per skb fragment. We must account
PAGE_SIZE increments on skb->truesize, not the actual frag length.

If frame is under 64 bytes, page is freed, and truesize adjusted.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/ethernet/faraday/ftgmac100.c
baf0fbfe7ea34cd676e3362a62033d8ca1c52d99 22-Jun-2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> ftgmac100/ftmac100: Move the Faraday drivers

Move the Faraday driver into drivers/net/ethernet/faraday/ and
make the necessary Kconfig and Makefile changes.

CC: "Po-Yu Chuang" <ratbert@faraday-tech.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Po-Yu Chuang <ratbert@faraday-tech.com>
/drivers/net/ethernet/faraday/ftgmac100.c