summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-011-15/+19
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-011-9/+12
* udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-012-0/+11
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-015-2/+6
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-015-1/+15
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-013-4/+19
* ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian2008-10-011-1/+5
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-015-7/+8
* ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-011-1/+1
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-015-3/+20
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-012-7/+15
* net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu2008-10-011-0/+2
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-016-175/+159
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-01327-2128/+3182
|\
| * af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
| * XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard2008-10-011-0/+2
| * ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev2008-10-011-1/+1
| * tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-303-24/+64
| * iucv: Fix mismerge again.Heiko Carstens2008-09-301-1/+2
| * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
| * Linux 2.6.27-rc8v2.6.27-rc8Linus Torvalds2008-09-291-1/+1
| * mm owner: fix race between swapoff and exitBalbir Singh2008-09-294-5/+31
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-291-1/+2
| |\
| | * x86: disable apm on the olpcJeremy Katz2008-09-241-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-294-7/+22
| |\ \
| | * | cdrom: update ioctl documentationMárton Németh2008-09-271-2/+2
| | * | ide: note that IDE generic may prevent other drivers from attachingTejun Heo2008-09-271-0/+14
| | * | ide-tape: fix vendor stringsBorislav Petkov2008-09-271-5/+5
| | * | Swarm: Fix crash due to missing initializationRalf Baechle2008-09-271-0/+1
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-295-11/+95
| |\ \ \
| | * | | [SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devicesAurelien Jarno2008-09-271-0/+1
| | * | | [MIPS] BCM47xx: Fix build error due to missing PCI functionsAurelien Jarno2008-09-272-0/+61
| | * | | [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on error.Ralf Baechle2008-09-271-9/+31
| | * | | [MIPS] au1000: Make sure GPIO value is zero or oneBruno Randolf2008-09-271-2/+2
| | |/ /
| * | | Merge branch 'linux-m32r' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2008-09-2910-54/+16
| |\ \ \
| | * | | m32r/kernel/: cleanupsAdrian Bunk2008-09-277-45/+11
| | * | | m32r: export __ndelayAdrian Bunk2008-09-271-0/+2
| | * | | m32r: export empty_zero_pageAdrian Bunk2008-09-271-0/+2
| | * | | m32r: don't offer CONFIG_ISAAdrian Bunk2008-09-271-5/+1
| | * | | m32r: remove the unused NOHIGHMEM optionAdrian Bunk2008-09-271-4/+0
| | |/ /
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-09-297-38/+63
| |\ \ \
| | * | | kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel2008-09-261-2/+12
| | * | | kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel2008-09-262-15/+30
| | * | | kgdb, x86_64: gdb serial has BX and DX reversedJason Wessel2008-09-261-2/+2
| | * | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-265-18/+18
| | * | | kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi2008-09-261-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-09-291-62/+16
| |\ \ \
| | * | | ALSA: ASoC: Fix another cs4270 error pathJean Delvare2008-09-291-6/+1
| | * | | ALSA: make the CS4270 driver a new-style I2C driverTimur Tabi2008-09-291-56/+15
OpenPOWER on IntegriCloud