summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev2008-03-241-1/+2
* [NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2008-03-241-2/+2
* [NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2008-03-241-1/+2
* Merge branch 'master' of ../net-2.6/David S. Miller2008-03-231-1/+1
|\
| * [SCTP]: Fix build warnings with IPV6 disabled.David S. Miller2008-03-211-1/+1
* | [SCTP]: Remove redundant wrapper functions.Florian Westphal2008-03-231-2/+0
* | [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-231-1/+1
* | [NET]: include/linux/udp.h - remove duplicate includeJoe Perches2008-03-231-11/+7
* | [NET]: include/linux/igmp.h - remove duplicate includeJoe Perches2008-03-231-21/+17
* | [NET]: include/linux/atalk.h - remove duplicate includeJoe Perches2008-03-231-2/+0
* | [NET]: include/net/route.h - remove duplicate includeJoe Perches2008-03-231-1/+0
* | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-221-0/+13
|\ \
| * | smc91x: introduce platform data flags V2Magnus Damm2008-03-171-0/+13
* | | [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell2008-03-221-1/+2
* | | [RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2008-03-222-2/+4
* | | [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-221-0/+2
* | | [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-222-2/+5
* | | [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-221-2/+1
* | | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-213-2/+10
* | | socket: SOCK_DEBUG type checkingStephen Hemminger2008-03-211-1/+5
* | | [NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano2008-03-212-4/+4
* | | [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-212-4/+4
* | | [NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2008-03-211-0/+1
* | | [NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2008-03-211-0/+1
* | | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-212-0/+12
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-4/+8
|\ \ \ | | |/ | |/|
| * | [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-201-4/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-18129-415/+807
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-17118-390/+781
| |\ \
| | * \ Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-171-0/+2
| | |\ \
| | | * | devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-171-0/+2
| | | |/
| | * | virtio: fix race in enable_cbChristian Borntraeger2008-03-171-2/+3
| | |/
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2008-03-167-28/+33
| | |\
| | | * [PARISC] futex: special case cmpxchg NULL in kernel spaceKyle McMartin2008-03-151-2/+8
| | | * [PARISC] clean up include/asm-parisc/elf.hRandolph Chung2008-03-151-12/+10
| | | * [PARISC] pdc_console: fix bizarre panic on bootKyle McMartin2008-03-151-1/+1
| | | * [PARISC] remove unused pdc_iodc_printf functionKyle McMartin2008-03-151-1/+0
| | | * [PARISC] bump __NR_syscallsKyle McMartin2008-03-151-1/+1
| | | * [PARISC] unbreak pgalloc.hKyle McMartin2008-03-151-2/+2
| | | * [PARISC] move VMALLOC_* definitions to fixmap.hKyle McMartin2008-03-152-9/+8
| | | * [PARISC] wire up timerfd syscallsKyle McMartin2008-03-151-0/+3
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-151-9/+14
| | |\ \
| | * | | struct export_operations: adjust comments to match current membersMarc Dionne2008-03-141-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-131-0/+1
| | |\ \ \
| | | * | | PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman2008-03-131-0/+1
| | * | | | h8300: fix recent uaccess breakageYoshinori Sato2008-03-131-7/+4
| | |/ / /
| | * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-03-126-8/+24
| | |\ \ \
| | | * \ \ Merge branch 'omap-fixes'Russell King2008-03-063-4/+18
| | | |\ \ \
| | | | * | | ARM: OMAP1: Fix compile for boards depending on old gpio expanderTony Lindgren2008-03-051-0/+11
| | | | * | | ARM: OMAP1: omap h3 regression and build fixDavid Brownell2008-03-051-1/+1
OpenPOWER on IntegriCloud