summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2007-10-262-20/+46
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds2007-10-2615-101/+89Star
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: kill the old i386 and x86_64 directoriesSam Ravnborg2007-10-252-2/+0Star
| * | | x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg2007-10-254-2/+7
| * | | kconfig: small code refactoring in kconfig MakefileSam Ravnborg2007-10-251-13/+15
| * | | x86: unification of i386 and x86_64 Kconfig.debugRandy Dunlap2007-10-254-73/+43Star
| * | | x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg2007-10-254-4/+7
| * | | x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg2007-10-255-11/+21
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-2641-181/+228
|\ \ \
| * | | [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-264-62/+22Star
| * | | [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5Star
| * | | [NET] napi: use non-interruptible sleep in napi_disableBenjamin Herrenschmidt2007-10-261-1/+1
| * | | [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-262-4/+3Star
| * | | [TCP]: Add missing I/O AT code to ipv6 side.David S. Miller2007-10-261-0/+2
| * | | [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-262-1/+2
| * | | [INET]: Unexport icmpmsg_statisticsAdrian Bunk2007-10-261-1/+0Star
| * | | [NET]: Unexport sock_enable_timestamp().Adrian Bunk2007-10-261-1/+0Star
| * | | [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
| * | | [IRDA]: Make ircomm_tty static.Adrian Bunk2007-10-262-2/+1Star
| * | | [NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk2007-10-261-1/+1
| * | | [NET] dev_change_name: ignore changes to same nameStephen Hemminger2007-10-261-0/+3
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller2007-10-267-43/+79
| |\ \ \
| | * | | [CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2007-10-242-8/+0Star
| | * | | [DCCP]: Unaligned pointer accessGerrit Renker2007-10-242-15/+29
| | * | | [DCCP]: Convert Reset code into socket error numberGerrit Renker2007-10-242-9/+41
| | * | | [DCCP]: One more exemption from full sequence number checksGerrit Renker2007-10-241-1/+1
| | * | | [DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2007-10-243-10/+8Star
| * | | | [NET]: Document some simple rules for actionsJamal Hadi Salim2007-10-261-0/+29
| * | | | [NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2007-10-262-8/+1Star
| * | | | [NET_CLS_ACT]: Introduce skb_act_cloneJamal Hadi Salim2007-10-261-0/+15
| * | | | [TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller2007-10-262-0/+9
| * | | | [IPSEC]: Fix scatterlist handling in skb_icv_walk().David S. Miller2007-10-261-2/+3
| * | | | [IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2007-10-262-0/+4
| * | | | [CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.David S. Miller2007-10-261-11/+13
| * | | | [CRYPTO]: HMAC needs some more scatterlist fixups.David S. Miller2007-10-261-3/+3
| * | | | [TCP]: Fix inconsistency of terms.Ryousei Takano2007-10-262-11/+11
| * | | | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-10-262-5/+8
| |\ \ \ \
| | * | | | [PATCH] mac80211: fix printk warning on 64-bitJohannes Berg2007-10-261-1/+1
| | * | | | [PATCH] add myself as mac80211 maintainerJohannes Berg2007-10-261-3/+5
| | * | | | [PATCH] mac80211: Fix SSID matching in AP selectionMichael Wu2007-10-261-1/+2
| | | |/ / | | |/| |
| * | | | [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-263-7/+8
| * | | | [CRYPTO]: Fix hmac_digest from the SG breakage.Vlad Yasevich2007-10-261-1/+3
| * | | | [IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller2007-10-261-8/+0Star
* | | | | De-constify sched.hAlexey Dobriyan2007-10-261-14/+14
| |_|_|/ |/| | |
* | | | x86 bitops: fix code style issuesRandy Dunlap2007-10-261-26/+26
* | | | bitops kernel-doc: inline instead of macroRandy Dunlap2007-10-262-4/+10
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-10-2637-254/+397
|\ \ \
| * | | USB: open disconnect race in usblcdOliver Neukum2007-10-251-1/+10
| * | | USB: disconnect open race in legousbtowerOliver Neukum2007-10-251-1/+13
| * | | USB: open disconnect race in iowarriorOliver Neukum2007-10-251-1/+8