summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | e1000e: fix checks for manageability enabled and management pass-throughBruce Allan2010-05-136-16/+52
* | | | | | e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan2010-05-132-20/+2Star
* | | | | | e1000e: Cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan2010-05-131-77/+75Star
* | | | | | e1000e: Remove EN_MAC_ADDR_FILTER check from enable_mng_pass_thru checkBruce Allan2010-05-131-4/+4
* | | | | | e1000e: cleanup multiple common exit pointsBruce Allan2010-05-131-24/+17Star
* | | | | | e1000e: s/w initiated LSC MSI-X interrupts not generated; no transmitBruce Allan2010-05-131-2/+9
* | | | | | e1000e: initialize manageability (IPMI) pass-through in 82574/82583Bruce Allan2010-05-133-9/+55
* | | | | | e1000e: bad state after running ethtool diagnostics with AMT enabledBruce Allan2010-05-132-7/+18
* | | | | | e1000e: use static params to save stack space (part 2)Bruce Allan2010-05-131-2/+2
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-137-298/+703
|\ \ \ \ \ \
| * | | | | | ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
| * | | | | | ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-117-72/+396
| * | | | | | ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-113-192/+216
| * | | | | | ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-113-68/+65Star
| * | | | | | ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-112-47/+31Star
| * | | | | | ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-112-41/+35Star
| |/ / / / /
* | | | | | netxen: handle queue manager accessAmit Kumar Salecha2010-05-133-11/+63
* | | | | | netxen: to fix onchip memory access.Sucheta Chakraborty2010-05-131-25/+17Star
* | | | | | netxen: remove unnecessary size checksSucheta Chakraborty2010-05-132-50/+8Star
* | | | | | netxen: fix register usageAmit Kumar Salecha2010-05-133-3/+6
* | | | | | tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens2010-05-132-93/+100
* | | | | | tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2010-05-132-23/+25
* | | | | | tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens2010-05-132-14/+14
* | | | | | tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2010-05-132-50/+52
* | | | | | tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2010-05-132-59/+64
* | | | | | tipc: Reduce footprint by un-inlining address routinesAllan Stephens2010-05-132-34/+35
* | | | | | tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-1313-55/+55
* | | | | | tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-133-31/+36
* | | | | | tipc: remove abstraction for link_max_pktAllan Stephens2010-05-131-16/+11Star
* | | | | | tipc: Update commenting in TIPC APIAllan Stephens2010-05-132-11/+11
* | | | | | tipc: Add support for "-s" configuration optionAllan Stephens2010-05-134-3/+43
* | | | | | tipc: Rename "multicast-link" to "broadcast-link"Allan Stephens2010-05-131-1/+1
* | | | | | tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens2010-05-131-2/+2
* | | | | | tipc: Prune unused data structures from configuration serviceAllan Stephens2010-05-131-14/+14
* | | | | | tipc: Eliminate unused argument in print statementAllan Stephens2010-05-131-3/+1Star
* | | | | | tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-133-5/+0Star
* | | | | | netfilter: xtables: add missing depends for xt_TEEJan Engelhardt2010-05-121-0/+1
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-12649-3769/+7406
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-05-122-68/+56Star
| |\ \ \ \ \
| | * | | | | hwmon: (applesmc) Correct sysfs fan error handlingHenrik Rydberg2010-05-111-36/+25Star
| | * | | | | hwmon: (asc7621) Bug fixesKen Milmore2010-05-111-32/+31Star
| * | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-122-15/+14Star
| |\ \ \ \ \ \
| | * | | | | | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13Star
| | * | | | | | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
| * | | | | | | drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton2010-05-121-2/+6
| * | | | | | | hp_accel: fix race in device removalOliver Neukum2010-05-121-1/+1
| * | | | | | | mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa2010-05-121-1/+1
| * | | | | | | fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking linesMichael Hennerich2010-05-121-7/+8
| * | | | | | | memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-122-9/+26
| * | | | | | | memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-122-16/+18