summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [DECNET] address: Convert to new netlink interfaceThomas Graf2006-12-031-0/+12
* [NET]: net/sched annotations.Al Viro2006-12-031-1/+1
* [NET]: Split skb->csumAl Viro2006-12-031-1/+4
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-033-4/+4
* [SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro2006-12-031-0/+2
* [SCTP]: Netfilter sctp annotations.Al Viro2006-12-031-1/+1
* [SCTP]: Annotate ->supported_addrs().Al Viro2006-12-031-1/+1
* [SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr.Al Viro2006-12-031-1/+8
* [SCTP]: Annotate ->inaddr_any().Al Viro2006-12-031-1/+1
* [SCTP]: flip_to_{h,n}() are not needed anymore.Al Viro2006-12-031-22/+0Star
* [SCTP]: ->a_h is gone now.Al Viro2006-12-031-1/+0Star
* [SCTP]: ->a_h is gone now.Al Viro2006-12-031-1/+0Star
* [SCTP]: ->source_h is not used anymore.Al Viro2006-12-031-1/+0Star
* [SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro2006-12-031-1/+0Star
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-031-1/+1
* [SCTP]: Annotate ->dst_saddr()Al Viro2006-12-031-1/+1
* [SCTP] embedded sctp_addr: net-endian mirrorsAl Viro2006-12-031-0/+4
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-031-4/+4
* [SCTP]: Beginning of sin_port fixes.Al Viro2006-12-031-0/+22
* [SCTP]: Trivial sctp endianness annotations.Al Viro2006-12-034-4/+4
* [SCTP]: Annotate tsn_dups.Al Viro2006-12-031-2/+2
* [SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro2006-12-031-0/+2
* [SCTP]: sctp_make_op_error() annotations.Al Viro2006-12-031-1/+1
* [SCTP]: Annotate sctp_init_cause().Al Viro2006-12-031-1/+1
* [SCTP]: Annotate SCTP headers.Al Viro2006-12-031-36/+36
* [IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk2006-12-031-4/+0Star
* [DCCP]: Adds the tx buffer sysctlsIan McDonald2006-12-031-0/+1
* [BNX2]: Add 5709 PCI ID.Michael Chan2006-12-031-0/+1
* NetLabel: use the correct CIPSOv4 MLS label limitsPaul Moore2006-12-031-2/+2
* NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2006-12-031-2/+11
* NetLabel: change netlbl_secattr_init() to return voidPaul Moore2006-12-031-4/+2Star
* NetLabel: use gfp_t instead of int where it makes sensePaul Moore2006-12-031-1/+1
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-031-1/+2
* [UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller2006-12-031-0/+2
* [NET]: Preliminaty annotation of skb->csum.Al Viro2006-12-031-2/+2
* [NET]: netfilter checksum annotationsAl Viro2006-12-032-7/+23
* [NET]: ipvs checksum annotations.Al Viro2006-12-031-4/+10
* [NET]: IP header modifier helpers annotations.Al Viro2006-12-033-8/+8
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-031-0/+1
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-036-11/+11
* [NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro2006-12-031-1/+1
* [NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2006-12-031-2/+2
* [NET]: Annotate skb_checksum() and callers.Al Viro2006-12-031-2/+2
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-032-3/+2Star
* [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-032-2/+2
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-032-4/+4
* [NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2006-12-031-3/+3
* [NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro2006-12-031-1/+1
* [NET]: Annotate checksums in on-the-wire packets.Al Viro2006-12-037-7/+7
* [NET]: Generic checksum annotations and cleanups.Al Viro2006-12-032-55/+63