summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [Syncookies]: Add support for TCP options via timestamps.Florian Westphal2008-04-102-1/+5
* [IPV6]: Remove unused declarations in include/net/ip6_route.h.Rami Rosen2008-04-101-15/+0
* [SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy2008-04-101-1/+2
* [IPV6] Remove three method declarations in include/net/ndisc.h.Rami Rosen2008-04-101-4/+0
* socket: sk_filter deinlineStephen Hemminger2008-04-102-35/+1
* socket: sk_filter minor cleanupsStephen Hemminger2008-04-101-16/+15
* mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2008-04-081-0/+19
* ssb: Add support for block-I/OMichael Buesch2008-04-081-0/+19
* mac80211: add station aid into ieee80211_tx_controlChr2008-04-081-0/+1
* ssb: Turn suspend/resume upside downMichael Buesch2008-04-082-5/+8
* mac80211: add association capabilty and timing info into bss_confTomas Winkler2008-04-081-0/+6
* mac80211: eliminate conf_htTomas Winkler2008-04-081-1/+9
* Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot...David S. Miller2008-04-085-4/+46
|\
| * [IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki2008-04-031-0/+2
| * [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-031-0/+4
| * [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.YOSHIFUJI Hideaki2008-04-032-1/+8
| * [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-034-4/+33
* | [IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h.YOSHIFUJI Hideaki2008-04-051-0/+15
* | [IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki2008-04-051-0/+4
* | [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-053-0/+233
* | [IPV4] MROUTE: Adjust include files for user-space.YOSHIFUJI Hideaki2008-04-042-0/+19
* | [IPV4] MROUTE: Move PIM definitions to <linux/pim.h>.YOSHIFUJI Hideaki2008-04-043-21/+31
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-0383-500/+401
|\ \
| * | alpha: get_current(): don't add zero to current_thread_info()->taskAndrew Morton2008-04-021-1/+1
| * | alpha: fix ALSA DMA mmap crashIvan Kokshaysky2008-04-022-2/+8
| * | kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger2008-04-0224-1/+135
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-024-9/+15
| |\ \
| * | | cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi2008-04-021-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-04-015-284/+26
| |\ \ \
| | * | | remove include/asm-sh/floppy.hAdrian Bunk2008-03-311-268/+0
| | * | | sh: Fix TIF_USEDFPU clearing under FPU emulation.Paul Mundt2008-03-261-1/+6
| | * | | sh: Fix occasional FPU register corruption under preempt.Paul Mundt2008-03-264-15/+20
| * | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-011-0/+1
| |\ \ \ \
| | * | | | [MIPS] Alchemy: work around clock misdetection on early Au1000Sergei Shtylyov2008-04-011-0/+1
| * | | | | Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-2/+3
| |/ / / /
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-301-1/+1
| |\ \ \ \
| | * | | | libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo2008-03-291-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-03-301-1/+1
| |\ \ \ \ \
| | * | | | | ide: fix defining SUPPORT_VLB_SYNCBartlomiej Zolnierkiewicz2008-03-291-1/+1
| | |/ / / /
| * | | | | dma_page_list ->base_address is a userland pointerAl Viro2008-03-301-1/+1
| * | | | | compat_sys_wait4() prototype misannotationAl Viro2008-03-301-2/+2
| * | | | | NULL noise: frv cmpxchg()Al Viro2008-03-301-2/+2
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-281-1/+1
| |\ \ \ \
| | * | | | [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-1/+0
| | * | | | [PATCH] count ghost references to vfsmountsAl Viro2008-03-271-0/+1
| * | | | | ext3: don't export ext3_fs.h and jbd.hChristoph Hellwig2008-03-281-2/+0
| * | | | | kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison2008-03-281-0/+40
| * | | | | in_atomic(): document why it is unsuitable for general useJonathan Corbet2008-03-281-0/+7
| * | | | | lguest: comment documentation update.Rusty Russell2008-03-282-2/+6
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-272-5/+12
| |\ \ \ \