index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
lib82596.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-02-17
net: use kasprintf() for socket cache names
Alexey Dobriyan
1
-8
/
+2
2010-02-17
xt_hashlimit: fix locking
Eric Dumazet
1
-4
/
+0
2010-02-17
ipmr: remove useless checks from ipmr_device_event
Pavel Emelyanov
1
-3
/
+0
2010-02-17
igb: update tx DMA mapping error handling
Nick Nunley
1
-5
/
+3
2010-02-17
igb: change descriptor control thresholds
Nick Nunley
1
-2
/
+2
2010-02-17
igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectors
Nick Nunley
1
-7
/
+3
2010-02-17
igb: remove unused vmolr value
Nick Nunley
1
-4
/
+0
2010-02-17
igb: minor type cleanups
Nick Nunley
1
-6
/
+6
2010-02-17
igb: move gso_segs into buffer_info structure
Nick Nunley
2
-1
/
+3
2010-02-17
igb: inline igb_maybe_stop_tx
Nick Nunley
1
-1
/
+1
2010-02-17
igb: only read phy specific stats if in internal phy mode
Nick Nunley
1
-3
/
+8
2010-02-17
igb: only support SRRCTL_DROP_EN when using multiple queues
Nick Nunley
1
-0
/
+3
2010-02-17
igb: cap interrupts at 20K per queue when in itr mode 3
Nick Nunley
1
-0
/
+4
2010-02-17
igb: remove adaptive IFS from driver
Nick Nunley
5
-93
/
+2
2010-02-17
igb: Allocate rings seperately instead of as a block
Alexander Duyck
3
-81
/
+83
2010-02-17
igb: call pci_save_state after pci_restore_state
Nick Nunley
1
-0
/
+2
2010-02-17
igb: Power down link when interface is down
Nick Nunley
8
-11
/
+129
2010-02-17
igb: ignore EEPROM APME check when shutting down serdes link
Nick Nunley
1
-19
/
+2
2010-02-17
igb: Report link status in ethtool when interface is down
Nick Nunley
3
-2
/
+21
2010-02-17
igb: add support for wake-on-link
Nick Nunley
1
-4
/
+7
2010-02-17
igb: remove unecessary q_vector declarations and remove itr_shift
Alexander Duyck
2
-13
/
+13
2010-02-17
ipv6.h: reassembly: replace calculated magic number with multiplication
Joe Perches
1
-3
/
+3
2010-02-17
net: remove INIT_RCU_HEAD() usage
Alexey Dobriyan
8
-10
/
+0
2010-02-17
b44: Ratelimit timeout error message.
Jochen Friedrich
1
-5
/
+7
2010-02-17
percpu: add __percpu sparse annotations to net drivers
Tejun Heo
4
-11
/
+13
2010-02-17
percpu: add __percpu sparse annotations to net
Tejun Heo
22
-114
/
+127
2010-02-17
xfrm: avoid spinlock in get_acqseq() used by xfrm user
jamal
1
-5
/
+5
2010-02-17
netdev: bfin_mac: drop experimental markings on RMII support
Mike Frysinger
1
-2
/
+2
2010-02-17
CAPI: Remove experimental tag from middleware feature
Jan Kiszka
1
-2
/
+1
2010-02-17
CAPI: Schedule capifs for removal
Jan Kiszka
2
-6
/
+17
2010-02-17
CAPI: Drop special controller lookup from capi20_put_message
Jan Kiszka
1
-5
/
+2
2010-02-17
CAPI: Drop return value of handle_minor_send
Jan Kiszka
1
-13
/
+9
2010-02-17
CAPI: Clean up capiminor_*_ack
Jan Kiszka
1
-12
/
+7
2010-02-17
CAPI: Fix locking around capiminor's output queue and drop workaround_lock
Jan Kiszka
1
-59
/
+67
2010-02-17
CAPI: Drop capiminor's unused inbytes counter
Jan Kiszka
1
-7
/
+3
2010-02-17
CAPI: Use atomics for capiminor's datahandle and msgid
Jan Kiszka
1
-9
/
+7
2010-02-17
CAPI: Rename datahandle_queue -> ackqueue_entry
Jan Kiszka
1
-4
/
+4
2010-02-17
CAPI: Rework capiminor RX handler
Jan Kiszka
1
-22
/
+38
2010-02-17
CAPI: Drop handle_minor_recv from capinc_tty_write
Jan Kiszka
1
-1
/
+0
2010-02-17
CAPI: Drop atomic ttyopencount
Jan Kiszka
1
-20
/
+10
2010-02-17
CAPI: Clean up capiminors_lock
Jan Kiszka
1
-12
/
+9
2010-02-17
CAPI: Drop obsolete nccip from capiminor struct
Jan Kiszka
1
-43
/
+1
2010-02-17
CAPI: Issue synchronous hangup on capincci_free_minor
Jan Kiszka
1
-1
/
+1
2010-02-17
CAPI: Drop remaining NULL checks on tty->driver_data
Jan Kiszka
1
-33
/
+31
2010-02-17
CAPI: Use tty_port to keep track of capiminor's tty
Jan Kiszka
1
-32
/
+62
2010-02-17
CAPI: Establish install/cleanup handlers for capiminor TTYs
Jan Kiszka
1
-14
/
+28
2010-02-17
CAPI: Use kref on capiminor
Jan Kiszka
1
-9
/
+28
2010-02-17
CAPI: Use dynamic major for NCCI TTYs by default
Jan Kiszka
1
-6
/
+4
2010-02-17
CAPI: Dynamically register minor devices
Jan Kiszka
1
-11
/
+24
2010-02-17
CAPI: Clean up capinc_tty_init/exit
Jan Kiszka
1
-10
/
+10
[next]