summaryrefslogtreecommitdiffstats
path: root/drivers/net/lib82596.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-17net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-02-17xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-17ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov1-3/+0
2010-02-17igb: update tx DMA mapping error handlingNick Nunley1-5/+3
2010-02-17igb: change descriptor control thresholdsNick Nunley1-2/+2
2010-02-17igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley1-7/+3
2010-02-17igb: remove unused vmolr valueNick Nunley1-4/+0
2010-02-17igb: minor type cleanupsNick Nunley1-6/+6
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley2-1/+3
2010-02-17igb: inline igb_maybe_stop_txNick Nunley1-1/+1
2010-02-17igb: only read phy specific stats if in internal phy modeNick Nunley1-3/+8
2010-02-17igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley1-0/+3
2010-02-17igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley1-0/+4
2010-02-17igb: remove adaptive IFS from driverNick Nunley5-93/+2
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck3-81/+83
2010-02-17igb: call pci_save_state after pci_restore_stateNick Nunley1-0/+2
2010-02-17igb: Power down link when interface is downNick Nunley8-11/+129
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley1-19/+2
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley3-2/+21
2010-02-17igb: add support for wake-on-linkNick Nunley1-4/+7
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2-13/+13
2010-02-17ipv6.h: reassembly: replace calculated magic number with multiplicationJoe Perches1-3/+3
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan8-10/+0
2010-02-17b44: Ratelimit timeout error message.Jochen Friedrich1-5/+7
2010-02-17percpu: add __percpu sparse annotations to net driversTejun Heo4-11/+13
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo22-114/+127
2010-02-17xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal1-5/+5
2010-02-17netdev: bfin_mac: drop experimental markings on RMII supportMike Frysinger1-2/+2
2010-02-17CAPI: Remove experimental tag from middleware featureJan Kiszka1-2/+1
2010-02-17CAPI: Schedule capifs for removalJan Kiszka2-6/+17
2010-02-17CAPI: Drop special controller lookup from capi20_put_messageJan Kiszka1-5/+2
2010-02-17CAPI: Drop return value of handle_minor_sendJan Kiszka1-13/+9
2010-02-17CAPI: Clean up capiminor_*_ackJan Kiszka1-12/+7
2010-02-17CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka1-59/+67
2010-02-17CAPI: Drop capiminor's unused inbytes counterJan Kiszka1-7/+3
2010-02-17CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka1-9/+7
2010-02-17CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka1-4/+4
2010-02-17CAPI: Rework capiminor RX handlerJan Kiszka1-22/+38
2010-02-17CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka1-1/+0
2010-02-17CAPI: Drop atomic ttyopencountJan Kiszka1-20/+10
2010-02-17CAPI: Clean up capiminors_lockJan Kiszka1-12/+9
2010-02-17CAPI: Drop obsolete nccip from capiminor structJan Kiszka1-43/+1
2010-02-17CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka1-1/+1
2010-02-17CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka1-33/+31
2010-02-17CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka1-32/+62
2010-02-17CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka1-14/+28
2010-02-17CAPI: Use kref on capiminorJan Kiszka1-9/+28
2010-02-17CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka1-6/+4
2010-02-17CAPI: Dynamically register minor devicesJan Kiszka1-11/+24
2010-02-17CAPI: Clean up capinc_tty_init/exitJan Kiszka1-10/+10