aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-03r8169: enable napi on resume.Artem Savkov1-0/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-11r8169: enable transmit time stamping.Richard Cochran1-0/+2
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu1-61/+57
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu1-11/+9
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu1-87/+81
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu1-51/+50
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu1-29/+20
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu1-246/+246
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu1-29/+29
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-03-06r8169: runtime resume before shutdown.françois romieu1-0/+5
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2012-03-06r8169: add byte queue limit support.Igor Maravic1-5/+22
2012-03-06r8169: add 64bit statistics.Junchang Wang1-14/+45
2012-03-02r8169: corrupted IP fragments fix for large mtu.françois romieu1-0/+8
2012-02-24r8169: Support RX-FCS flag.Ben Greear1-1/+5
2012-02-24r8169: Support RX-ALL flag.Ben Greear1-13/+38
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-2/+0
2012-01-31r8169: spinlock redux.Francois Romieu1-8/+0
2012-01-31r8169: avoid a useless work scheduling.Francois Romieu1-1/+3
2012-01-31r8169: move task enable boolean to bitfield.Francois Romieu1-6/+7
2012-01-31r8169: bh locking redux and task scheduling.Francois Romieu1-16/+4
2012-01-31r8169: fix early queue wake-up.Francois Romieu1-0/+18
2012-01-27r8169: remove work from irq handler.Francois Romieu1-218/+231
2012-01-27r8169: missing barriers.Francois Romieu1-3/+2
2012-01-27r8169: irq mask helpers.Francois Romieu1-7/+30
2012-01-27r8169: factor out IntrMask writes.Francois Romieu1-7/+9
2012-01-27r8169: stop delaying workqueue.Francois Romieu1-13/+24
2012-01-27r8169: remove rtl8169_reinit_task.Francois Romieu1-31/+3
2012-01-27r8169: remove hardcoded PCIe registers accesses.Francois Romieu1-4/+2
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2011-12-19r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+20
2011-12-05r8169: fix Rx index race between FIFO overflow recovery and NAPI handler.françois romieu1-8/+3
2011-12-05r8169: Rx FIFO overflow fixes.françois romieu1-25/+17
2011-11-29corral some wayward N/A fw_version dust bunniesRick Jones1-2/+3
2011-11-16ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches1-4/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-5/+5
2011-11-08r8169: increase the delay parameter of pm_schedule_suspendhayeswang1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+57
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-09-22r8169: jumbo fixes.Francois Romieu1-56/+252
2011-09-22r8169: expand received packet length indication.Francois Romieu1-1/+1
2011-09-22r8169: support new chips of RTL8111FHayes Wang1-2/+178
2011-09-22r8169: define the early size for 8111evlHayes Wang1-1/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+27
2011-09-15r8169: convert to SKB paged frag API.Ian Campbell1-1/+1