summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-1817-375/+483
|\
| * [MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle2007-10-189-241/+324
| * [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackRalf Baechle2007-10-182-22/+0
| * [MIPS] IP32: Retire use of plat_timer_setup.Ralf Baechle2007-10-181-6/+0
| * [MIPS] Jazz: Retire use of plat_timer_setup.Ralf Baechle2007-10-182-9/+5
| * [MIPS] IP27: Convert to clock_event_device.Ralf Baechle2007-10-182-66/+94
| * [MIPS] JMR3927: Convert to clock_event_device.Ralf Baechle2007-10-181-19/+47
| * [MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer2007-10-182-12/+13
* | Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds2007-10-181-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-1856-4764/+4672
|\ \
| * | [IPV6]: Fix again the fl6_sock_lookup() fixed lockingPavel Emelyanov2007-10-181-1/+1
| * | [NETFILTER]: nf_conntrack_tcp: fix connection reopening fixJozsef Kadlecsik2007-10-181-4/+7
| * | [IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsPavel Emelyanov2007-10-181-9/+25
| * | [IPV6]: Lost locking in fl6_sock_lookupPavel Emelyanov2007-10-181-0/+3
| * | [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listPavel Emelyanov2007-10-181-8/+12
| * | [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is requiredLi Zefan2007-10-182-18/+13
| * | [NET]: Fix OOPS due to missing check in dev_parse_header().Patrick McHardy2007-10-181-1/+1
| * | [TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen2007-10-181-3/+3
| * | [NET]: fix carrier-on bug?Jeff Garzik2007-10-171-3/+4
| * | [NET]: Fix uninitialised variable in ip_frag_reasm()David Howells2007-10-171-2/+1
| * | [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-1711-17/+28
| * | [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu2007-10-174-12/+24
| * | [IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu2007-10-171-6/+6
| * | [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-176-37/+24
| * | [IPSEC]: Add missing BEET checksHerbert Xu2007-10-1714-12/+25
| * | [IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu2007-10-173-179/+172
| * | [IPSEC]: Fix length check in xfrm_parse_spiHerbert Xu2007-10-171-1/+4
| * | [IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spiHerbert Xu2007-10-172-1/+2
| * | [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu2007-10-173-7/+6
| * | [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu2007-10-173-27/+26
| * | [IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu2007-10-172-2/+2
| * | [IPV6]: Cleanup snmp6_alloc_dev()Pavel Emelyanov2007-10-171-6/+1
| * | [IPV6]: Fix return type for snmp6_free_dev()Pavel Emelyanov2007-10-171-2/+1
| * | [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-172-13/+22
| * | [NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov2007-10-171-12/+11
| * | [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-173-7/+11
| * | [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-173-11/+18
| * | [MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modesJohn W. Linville2007-10-171-18/+19
| * | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-10-175-48/+77
| |\ \
| | * | [PATCH] mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctlBill Moss2007-10-161-16/+24
| | * | [PATCH] mac80211: store SSID in sta_bss_listJohn W. Linville2007-10-161-21/+33
| | * | [PATCH] mac80211: store channel info in sta_bss_listJohn W. Linville2007-10-161-15/+19
| | * | [PATCH] mac80211: reorder association debug outputJohannes Berg2007-10-161-5/+6
| | * | [PATCH] ssb: fix build failureIngo Molnar2007-10-161-2/+2
| | * | [PATCH] ssb: Fix a null pointer check in mipscore initFelix Fietkau2007-10-161-1/+2
| | * | [PATCH] mac80211: fix set_channel regressionJohannes Berg2007-10-161-1/+4
| | * | [PATCH] ieee80211: fix TKIP QoS bugJohannes Berg2007-10-161-1/+1
| * | | [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-174-14/+5
| * | | [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-176-35/+3
| * | | [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-176-98/+73
OpenPOWER on IntegriCloud