aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-15packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet1-40/+31
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller10-11/+59
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller10-84/+58
2009-12-15ipvs: zero usvc and udestSimon Horman1-0/+4
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy4-4/+25
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deliveryPatrick McHardy5-7/+27
2009-12-14sky2: leave PCI config space writeablestephen hemminger1-13/+0
2009-12-14sky2: print Optima chip namestephen hemminger1-1/+1
2009-12-14x25: Update maintainer.Arnd Bergmann1-2/+2
2009-12-14ipvs: fix synchronization on connection closeXiaotian Feng1-0/+1
2009-12-14netfilter: xtables: document minimal required versionJan Engelhardt1-0/+2
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches5-690/+465
2009-12-13can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-13drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-13drivers/atm: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-133c574_cs: disable irq before calling el3_interruptKen Kawasaki2-0/+8
2009-12-13mlx4_core: return a negative error valueroel kluin1-1/+1
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp8-25/+26
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2-3/+14
2009-12-13udp: udp_lib_get_port() fixEric Dumazet1-4/+3
2009-12-11be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-11igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-11usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3064-222946/+331666
2009-12-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds16-74/+248
2009-12-11Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman1-1/+1
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds36-3820/+921
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds50-707/+1000
2009-12-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds30-321/+254
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds679-174515/+165727
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds21-506/+428
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds106-1881/+9634
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-2/+10
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds3-25/+59
2009-12-11tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-11tty: Move the leader test in disassociateAlan Cox2-3/+4
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox2-5/+9
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox4-63/+95
2009-12-11tty: moxa: split open lockAlan Cox1-12/+11
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-11tty: moxa: Fix modem op lockingAlan Cox1-15/+10
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox1-20/+1
2009-12-11tty: moxa: Locking clean upAlan Cox1-33/+25
2009-12-11tty: moxa: rework the locking a bitAlan Cox1-5/+22
2009-12-11tty: moxa: Use more tty_port opsAlan Cox1-116/+21
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox1-1/+1