aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker1-3/+1
2006-12-02[DCCP]: Remove allocation of sysctl numbersGerrit Renker1-14/+0
2006-12-02[INET]: Change protocol field in struct inet_protosw to u16Arnaldo Carvalho de Melo1-1/+1
2006-12-02[TCP]: Renove the __ prefix on the struct tcp_sock membersArnaldo Carvalho de Melo1-78/+78
2006-12-02[TCP]: Change tcp_header_len member in tcp_sock to u16Arnaldo Carvalho de Melo1-3/+2
2006-12-02[XFRM]: Pack struct xfrm_policyArnaldo Carvalho de Melo1-6/+7
2006-12-02[NET]: Pack struct hh_cacheArnaldo Carvalho de Melo1-1/+1
2006-12-02[INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_opsArnaldo Carvalho de Melo1-2/+2
2006-12-02[UDP(-Lite)]: consolidate v4 and v6 get|setsockopt codeGerrit Renker1-0/+5
2006-12-02[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf1-0/+3
2006-12-02[NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf1-1/+0
2006-12-02[NET]: Add documentation for TFRC structuresGerrit Renker1-2/+18
2006-12-02[DECNET] address: Convert to new netlink interfaceThomas Graf1-0/+12
2006-12-02[NET]: net/sched annotations.Al Viro1-1/+1
2006-12-02[NET]: Split skb->csumAl Viro1-1/+4
2006-12-02[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro3-4/+4
2006-12-02[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro1-0/+2
2006-12-02[SCTP]: Netfilter sctp annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate ->supported_addrs().Al Viro1-1/+1
2006-12-02[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr.Al Viro1-1/+8
2006-12-02[SCTP]: Annotate ->inaddr_any().Al Viro1-1/+1
2006-12-02[SCTP]: flip_to_{h,n}() are not needed anymore.Al Viro1-22/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-1/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-1/+0
2006-12-02[SCTP]: ->source_h is not used anymore.Al Viro1-1/+0
2006-12-02[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro1-1/+0
2006-12-02[SCTP]: Switch ->from_addr_param() to net-endian.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate ->dst_saddr()Al Viro1-1/+1
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro1-0/+4
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro1-4/+4
2006-12-02[SCTP]: Beginning of sin_port fixes.Al Viro1-0/+22
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro4-4/+4
2006-12-02[SCTP]: Annotate tsn_dups.Al Viro1-2/+2
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro1-0/+2
2006-12-02[SCTP]: sctp_make_op_error() annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate sctp_init_cause().Al Viro1-1/+1
2006-12-02[SCTP]: Annotate SCTP headers.Al Viro1-36/+36
2006-12-02[IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk1-4/+0
2006-12-02[DCCP]: Adds the tx buffer sysctlsIan McDonald1-0/+1
2006-12-02[BNX2]: Add 5709 PCI ID.Michael Chan1-0/+1
2006-12-02NetLabel: use the correct CIPSOv4 MLS label limitsPaul Moore1-2/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore1-2/+11
2006-12-02NetLabel: change netlbl_secattr_init() to return voidPaul Moore1-4/+2
2006-12-02NetLabel: use gfp_t instead of int where it makes sensePaul Moore1-1/+1
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo1-1/+2
2006-12-02[UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller1-0/+2
2006-12-02[NET]: Preliminaty annotation of skb->csum.Al Viro1-2/+2
2006-12-02[NET]: netfilter checksum annotationsAl Viro2-7/+23
2006-12-02[NET]: ipvs checksum annotations.Al Viro1-4/+10
2006-12-02[NET]: IP header modifier helpers annotations.Al Viro3-8/+8
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro1-0/+1
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro6-11/+11
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro1-1/+1
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2-3/+2
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro2-2/+2
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2-4/+4
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-3/+3
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro7-7/+7
2006-12-02[NET]: Generic checksum annotations and cleanups.Al Viro2-55/+63
2006-12-02[NET]: XTENSA checksum annotations and cleanups.Al Viro1-38/+26
2006-12-02[NET]: SPARC64 checksum annotations and cleanups.Al Viro1-41/+36
2006-12-02[NET]: SPARC checksum annotations and cleanups.Al Viro1-57/+46
2006-12-02[NET]: SH checksum annotations and cleanups.Al Viro1-30/+29
2006-12-02[NET]: S390 checksum annotations and cleanups.Al Viro1-24/+21
2006-12-02[NET]: POWERPC checksum annotations and cleanups.Al Viro1-38/+21
2006-12-02[NET]: I386 checksum annotations and cleanups.Al Viro1-34/+31
2006-12-02[NET]: AVR32 checksum annotations and cleanups.Al Viro1-22/+18
2006-12-02[NET]: ARM26 checksum annotations and cleanups.Al Viro1-36/+27
2006-12-02[NET]: ARM checksum annotations and cleanups.Al Viro1-42/+41
2006-12-02[NET]: X86_64 checksum annotations and cleanups.Al Viro1-26/+28
2006-12-02[NET]: V850 checksum annotations and cleanups.Al Viro1-21/+17
2006-12-02[NET]: SH64 checksum annotations and cleanups.Al Viro1-27/+14
2006-12-02[NET]: PARISC checksum annotations and cleanups.Al Viro1-29/+26
2006-12-02[NET]: MIPS checksum annotations and cleanups.Al Viro1-29/+26
2006-12-02[NET]: M68Knommu checksum annotations and cleanups.Al Viro1-24/+22
2006-12-02[NET]: M68K checksum annotations and cleanups.Al Viro1-24/+22
2006-12-02[NET]: M32R checksum annotations and cleanups.Al Viro1-28/+24
2006-12-02[NET]: IA64 checksum annotations and cleanups.Al Viro1-17/+14
2006-12-02[NET]: H8300 checksum annotations and cleanups.Al Viro1-17/+14
2006-12-02[NET]: FRV checksum annotations.Al Viro1-22/+19
2006-12-02[NET]: Cris checksum annotations and cleanups.Al Viro3-29/+25
2006-12-02[NET]: Alpha checksum annotations and cleanups.Al Viro1-18/+16
2006-12-02[NET]: Introduce types for checksums.Al Viro1-0/+2
2006-12-02[NET]: Annotate net_srandom().Al Viro1-1/+1
2006-12-02[BRIDGE]: Annotations.Al Viro7-20/+20
2006-12-02[ATM]: Annotations.Al Viro4-12/+12
2006-12-02[NETFILTER]: More trivial annotations.Al Viro1-1/+1
2006-12-02[IPV6]: __ipv6_addr_diff() annotations and cleanup.Al Viro1-11/+4
2006-12-02[IPV6]: Misc endianness annotations.Al Viro4-8/+8
2006-12-02[RANDOM]: Annotate random.h IP helpers.Al Viro1-10/+10
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro3-12/+15
2006-12-02[IRDA]: Trivial annotations.Al Viro1-8/+8
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker8-7/+263
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf1-2/+0
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-7/+24
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf1-0/+10
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf1-0/+11
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki4-4/+180
2006-12-02netpoll header cleanupStephen Hemminger1-4/+3
2006-12-02netpoll queue cleanupStephen Hemminger1-2/+2
2006-12-02netpoll retry cleanupStephen Hemminger1-1/+0
2006-12-02netpoll per device txqStephen Hemminger1-0/+2
2006-12-02netpoll info leakStephen Hemminger1-0/+1
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-1/+17
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker1-11/+14
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2-1/+5
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk4-141/+2
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker1-0/+3
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf3-4/+7
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker1-0/+7
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2-3/+19
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki1-0/+5
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker1-0/+7
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller3-3/+4
2006-12-02[TCP]: Restrict congestion control choices.Stephen Hemminger2-0/+4
2006-12-02[TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2-0/+5
2006-12-02[SCTP]: Fix warningVlad Yasevich1-1/+1
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet2-5/+4
2006-12-02[NET] rules: Add support to invert selectorsThomas Graf1-0/+1
2006-12-02[NET] rules: Share common attribute validation policyThomas Graf1-0/+7
2006-12-02[NET] rules: Protocol independant mark selectorThomas Graf2-1/+3
2006-12-02[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_markThomas Graf1-1/+1
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf2-9/+2
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-2/+2
2006-12-02[XFRM]: uninline xfrm_selector_match()Andrew Morton1-34/+2
2006-12-02[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra1-1/+7
2006-12-02SELinux: Fix SA selection semanticsVenkat Yekkirala1-19/+0
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala2-1/+16
2006-12-02SELinux: Various xfrm labeling fixesVenkat Yekkirala1-11/+10
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro1-2/+2
2006-12-02[IPV6]: ip6_output annotationsAl Viro1-1/+1
2006-12-02[NETFILTER]: trivial annotationsAl Viro6-18/+20
2006-12-02[AF_PACKET]: annotateAl Viro1-2/+4
2006-12-02[LLC]: anotationsAl Viro1-5/+5
2006-12-02[IPV6]: annotate inet6_csk_search_req()Al Viro1-1/+1
2006-12-02[IPV6]: flowlabels are net-endianAl Viro5-7/+7
2006-12-02[INET]: annotate inet_ecn.hAl Viro1-2/+2
2006-12-02[NET]: annotate dsfield.hAl Viro1-3/+3
2006-12-02[XFRM]: annotate ->new_mapping()Al Viro1-2/+2
2006-12-02[AF_KEY]: annotateAl Viro1-2/+2
2006-12-02[IPV4]: encapsulation annotationsAl Viro2-6/+6
2006-12-02[IPV6]: annotate struct frag_hdrAl Viro1-4/+4
2006-12-02[IPV6]: annotate icmpv6 headersAl Viro1-6/+6
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro3-4/+3
2006-12-02[XFRM]: misc annotationsAl Viro1-3/+3
2006-12-02[IPV6]: annotate inet6_hashtablesAl Viro1-8/+8
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro2-5/+5
2006-12-02[TIPC]: endianness annotationsAl Viro3-18/+18
2006-12-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+38
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu...Linus Torvalds2-3/+84
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming1-6/+20
2006-12-02[PATCH] mv643xx_eth: fix unbalanced parentheses in macrosMariusz Kozlowski1-2/+2
2006-12-02[PATCH] forcedeth: add new NVIDIA pci idsAyaz Abdulla1-0/+4
2006-12-02[PATCH] wext: extend MLME supportChristian Lamparter1-0/+2
2006-12-02[PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det...Larry Finger1-0/+2
2006-12-02[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake1-0/+4
2006-12-02[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Maciej W. Rozycki1-0/+4
2006-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds20-182/+172
2006-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-7/+16
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+165
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds14-43/+82
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds37-22/+283
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds10-14/+12
2006-12-01Driver core: show drivers in /sys/module/Kay Sievers1-0/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+6
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck3-0/+17
2006-12-01driver core: Introduce device_find_child().Cornelia Huck1-0/+2
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt5-6/+28
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt27-0/+190
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman1-3/+5
2006-12-01Driver core: convert fb code to use struct deviceGreg Kroah-Hartman1-4/+4
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman1-4/+4
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-3/+2
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-3/+2
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman1-2/+0
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt1-0/+25
2006-12-01PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston1-0/+7
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-1/+2
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller1-0/+1
2006-12-01Altix: Add initial ACPI IO supportJohn Keller7-14/+47
2006-12-01PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox1-13/+7
2006-12-01PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox1-4/+2
2006-12-01PCI: Use pci_generic_prep_mwi on ia64Matthew Wilcox1-11/+10
2006-12-01PCI: Make some MSI-X #defines genericMichael Ellerman1-0/+6
2006-12-01USB: keep count of unsuspended childrenAlan Stern1-0/+1
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern1-3/+26
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-11/+131
2006-12-01usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+6
2006-12-01mmc: Support for high speed SD cardsPierre Ossman2-1/+28
2006-12-01mmc: Add support for mmc v4 wide-bus modesPhilip Langdale1-0/+5
2006-12-01[PATCH] mmc: Add support for mmc v4 high speed modePhilip Langdale2-3/+52
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-2/+2
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-3/+4
2006-12-01[PATCH] blktrace: add timestamp messageOlaf Kirch1-0/+12
2006-11-30Fix typos in doc and commentsJan Engelhardt1-2/+2
2006-11-30Fix misc .c/.h comment typosMatt LaPlante6-8/+8