summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Remove references to net-modules.txt.Adrian Bunk2007-11-134-156/+82Star
* [INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo2007-11-131-4/+0Star
* Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2007-11-1319-194/+220
|\
| * Fix memory leak in discard case of sctp_sf_abort_violation()Jesper Juhl2007-11-121-5/+5
| * SCTP: Always flush the queue when uncorcking.Vlad Yasevich2007-11-091-3/+2Star
| * SCTP: Clean-up some defines for regressions tests.Vlad Yasevich2007-11-091-1/+0Star
| * SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunksVlad Yasevich2007-11-091-1/+1
| * SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-092-74/+77
| * SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-097-53/+32Star
| * SCTP: Use hashed lookup when looking for an association.Vlad Yasevich2007-11-091-12/+22
| * SCTP: Fix a potential race between timers and receive path.Vlad Yasevich2007-11-071-0/+4
| * SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-075-3/+21
| * SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2007-11-073-4/+4
| * SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-074-15/+10Star
| * SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-078-22/+36
| * SCTP : Fix to process bundled ASCONF chunk correctlyWei Yongjun2007-11-071-2/+6
| * SCTP : Fix bad formatted comment in outqueue.cWei Yongjun2007-11-071-1/+2
* | [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-136-6/+21
* | [SUNGEM]: Fix suspend regression due to NAPI changes.Johannes Berg2007-11-131-6/+5Star
* | [PPP]: Remove ptr comparisons to 0Joe Perches2007-11-133-93/+94
* | [IPV6]: Add ifindex field to ND user option messages.Pierre Ynard2007-11-132-0/+3
* | sigwait eats blocked default-ignore signalsRoland McGrath2007-11-131-1/+1
* | nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields2007-11-121-17/+26
* | knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2007-11-122-2/+2
* | Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds2007-11-121-20/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-11-122-16/+28
|\ \
| * | KVM: SVM: Intercept the 'invd' and 'wbinvd' instructionsAvi Kivity2007-11-081-0/+4
| * | KVM: x86 emulator: invd instructionAvi Kivity2007-11-081-1/+3
| * | KVM: SVM: Defer nmi processing until switch to host state is completeAvi Kivity2007-11-081-4/+4
| * | KVM: SVM: Fix SMP with kernel apicAvi Kivity2007-11-081-0/+6
| * | KVM: x86 emulator: fix 'push imm8' emulationAvi Kivity2007-11-081-11/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rus...Linus Torvalds2007-11-125-20/+34
|\ \ \
| * | | virtio: Force use of power-of-two for descriptor ring sizesRusty Russell2007-11-124-14/+25
| * | | lguest: Fix lguest virtio-blk backend size computationAnthony Liguori2007-11-121-4/+4
| * | | virtio: Fix used_idx wrap-aroundAnthony Liguori2007-11-121-1/+1
| * | | virtio: more fallout from scatterlist changes.Rusty Russell2007-11-121-0/+3
| * | | virtio: fix vring_init for 64 bitsAnthony Liguori2007-11-121-2/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-11-1245-428/+380Star
|\ \ \ \
| * | | | [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-115-64/+62Star
| * | | | [NETNS]: init dev_base_lock only onceAlexey Dobriyan2007-11-111-1/+0Star
| * | | | [UNIX]: The unix_nr_socks limit can be exceededPavel Emelyanov2007-11-111-3/+4
| * | | | [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov2007-11-111-11/+9Star
| * | | | [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-113-5/+5
| * | | | [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bondedPeter P Waskiewicz Jr2007-11-111-2/+2
| * | | | ssb: Fix PCMCIA-host lowlevel bus accessMichael Buesch2007-11-112-28/+29
| * | | | mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg2007-11-111-2/+2
| * | | | mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville2007-11-113-6/+16
| * | | | mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg2007-11-113-15/+21
| * | | | mac80211: remove unused driver opsJohannes Berg2007-11-112-27/+1Star
| * | | | mac80211: remove ieee80211_common.hJohannes Berg2007-11-111-91/+0Star