summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Bidir flow must not disregard SACK blocks for lost markingIlpo Järvinen2007-07-311-1/+4
* [TCP]: Fix ratehalving with bidirectional flowsIlpo Järvinen2007-07-311-9/+12
* [PPPOL2TP]: Add CONFIG_INET Kconfig dependency.James Chapman2007-07-311-1/+1
* [NET]: Page offsets and lengths need to be __u32.David S. Miller2007-07-311-2/+2
* [AF_UNIX]: Make code static.Adrian Bunk2007-07-312-31/+28Star
* [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk2007-07-312-5/+2Star
* [PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk2007-07-311-2/+1Star
* [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl2007-07-311-2/+1Star
* [PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2007-07-312-11/+9Star
* [IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.Dave Johnson2007-07-311-0/+3
* [NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr2007-07-311-2/+4
* [NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy2007-07-311-5/+12
* [NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2007-07-312-6/+4Star
* [IPV6]: Remove circular dependency on if_inet6.hHerbert Xu2007-07-312-1/+5
* [IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu2007-07-312-6/+7
* [NET]: Allow netdev REGISTER/CHANGENAME events to failHerbert Xu2007-07-312-10/+65
* [NET] loopback: Panic if registration failsHerbert Xu2007-07-311-1/+6
* [NET]: Take dev_base_lock when moving device name hash list entryHerbert Xu2007-07-311-0/+4
* [NET]: Call uninit if necessary in register_netdeviceHerbert Xu2007-07-311-3/+8
* [IPVS]: Use skb_forward_csumHerbert Xu2007-07-311-1/+1
* [PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller2007-07-311-46/+57
* [BLUETOOTH] l2cap: don't mangle cmd.lenAl Viro2007-07-311-1/+0Star
* [BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf...Al Viro2007-07-311-9/+11
* [BLUETOOTH] l2cap: endianness annotationsAl Viro2007-07-312-38/+39
* [BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()Al Viro2007-07-311-1/+1
* [IRDA]: Fix rfcomm use-after-freeMarcel Holtmann2007-07-311-2/+3
* [IPV6]: Don't update ADVMSS on routes where the MTU is not also updatedSimon Arlott2007-07-311-2/+3
* [NET_DMA]: remove unused dma_memcpy_to_kernel_iovecShannon Nelson2007-07-311-27/+0Star
* [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-311-13/+15
* [NET]: kernel-doc fixesRandy Dunlap2007-07-311-5/+11
* [TCP]: htcp - use measured rttStephen Hemminger2007-07-311-4/+4
* [TCP]: cubic - eliminate use of receive time stampStephen Hemminger2007-07-311-28/+18Star
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-3112-29/+39
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds2007-07-3156-2964/+138Star
|\
| * sh: Fix fs.h removal from mm.h regressions.Paul Mundt2007-07-315-1/+5
| * sh: fix get_wchan() for SH kernels without framepointersDavid McCullough2007-07-261-2/+4
| * sh: arch/sh/boot - fix shell usageDavid McCullough2007-07-262-6/+8
| * rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.Markus Brunner2007-07-261-0/+1
| * sh: remove support for sh7300 and solution engine 7300Magnus Damm2007-07-2624-1265/+31Star
| * sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.Paul Mundt2007-07-261-1/+1
| * sh: Kill off virt_to_bus()/bus_to_virt().Paul Mundt2007-07-264-10/+9Star
| * sh: sh-sci - fix SH7708 supportMagnus Damm2007-07-261-17/+8Star
| * sh: Restrict DSP support to specific CPUs.Paul Mundt2007-07-262-2/+8
| * sh: Silence sq compile warning on sh4 nommu.Paul Mundt2007-07-261-6/+12
| * sh: Kill the rest of the SE73180 cruft.Paul Mundt2007-07-262-67/+0Star
| * sh: remove support for sh73180 and solution engine 73180Magnus Damm2007-07-2517-1293/+5Star
| * sh: remove old broken pint codeMagnus Damm2007-07-254-227/+0Star
| * sh: Reclaim beginning of P3 space for vmalloc area.Paul Mundt2007-07-252-8/+1Star
| * sh: Fix Dreamcast DMA issues.Adrian McMenamin2007-07-243-4/+6
| * sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.Paul Mundt2007-07-243-55/+39Star