summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan2009-12-171-1/+1
* Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin2009-12-171-1/+1
* net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm2009-12-151-1/+6
* ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty2009-12-151-1/+12
* ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala2009-12-152-0/+40
* ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala2009-12-151-2/+5
* bcm63xx_enet: fix compilation failure after get_stats_count removalFlorian Fainelli2009-12-151-3/+9
* packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet2009-12-151-40/+31
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-1510-11/+59
|\
| * ipvs: zero usvc and udestSimon Horman2009-12-151-0/+4
| * netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-154-4/+25
| * ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-155-7/+27
| * ipvs: fix synchronization on connection closeXiaotian Feng2009-12-141-0/+1
| * netfilter: xtables: document minimal required versionJan Engelhardt2009-12-141-0/+2
* | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-1510-84/+58
* | sky2: leave PCI config space writeablestephen hemminger2009-12-141-13/+0
* | sky2: print Optima chip namestephen hemminger2009-12-141-1/+1
* | x25: Update maintainer.Arnd Bergmann2009-12-141-2/+2
* | drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-135-690/+465
* | can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven2009-12-131-1/+1
* | drivers/net/usb: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* | drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* | drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* | drivers/atm: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* | 3c574_cs: disable irq before calling el3_interruptKen Kawasaki2009-12-132-0/+8
* | mlx4_core: return a negative error valueroel kluin2009-12-131-1/+1
* | can: Fix data length code handling in rx pathOliver Hartkopp2009-12-138-25/+26
* | net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-132-3/+14
* | udp: udp_lib_get_port() fixEric Dumazet2009-12-131-4/+3
* | be2net: fix error in rx completion processing.Ajit Khaparde2009-12-111-2/+2
* | igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2009-12-112-1/+8
* | igb: fix handling of mailbox collisions between PF/VFAlexander Duyck2009-12-111-9/+13
* | usb: remove rare pm primitive for conversion to new APIOliver Neukum2009-12-111-2/+2
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-113064-222946/+331666
|\|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-1116-74/+248
| |\
| | * [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-248-24/+81
| | * [CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang2009-11-241-5/+8
| | * [CPUFREQ] use an enum for speedstep processor identificationRusty Russell2009-11-244-17/+17
| | * [CPUFREQ] Document units for transition latencyMark Brown2009-11-241-3/+3
| | * [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tuningsThomas Renninger2009-11-241-19/+110
| | * [CPUFREQ] Documentation: ABI: /sys/devices/system/cpu/cpu#/cpufreq/Alex Chiang2009-11-241-0/+18
| | * [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ...Krzysztof Helt2009-11-241-1/+1
| | * [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-241-5/+10
| * | Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman2009-12-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-1136-3820/+921
| |\ \
| | * | tty: split the lock up a bit furtherAlan Cox2009-12-111-0/+3
| | * | tty: Move the leader test in disassociateAlan Cox2009-12-112-3/+4
| | * | tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-111-2/+2
| | * | tty: Push the lock down further into the ldisc codeAlan Cox2009-12-112-5/+9
| | * | tty: push the BKL down into the handlers a bitAlan Cox2009-12-114-63/+95