summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2006-12-02[NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy-0/+34
2006-12-02[NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson-6/+0
2006-12-02[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson-2/+2
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson-25/+25
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson-81/+96
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson-0/+12
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson-58/+80
2006-12-02[INET]: Change protocol field in struct inet_protosw to u16Arnaldo Carvalho de Melo-1/+1
2006-12-02[XFRM]: Pack struct xfrm_policyArnaldo Carvalho de Melo-6/+7
2006-12-02[INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_opsArnaldo Carvalho de Melo-2/+2
2006-12-02[UDP(-Lite)]: consolidate v4 and v6 get|setsockopt codeGerrit Renker-0/+5
2006-12-02[DECNET] address: Convert to new netlink interfaceThomas Graf-0/+12
2006-12-02[NET]: net/sched annotations.Al Viro-1/+1
2006-12-02[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro-4/+4
2006-12-02[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro-0/+2
2006-12-02[SCTP]: Annotate ->supported_addrs().Al Viro-1/+1
2006-12-02[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr.Al Viro-1/+8
2006-12-02[SCTP]: Annotate ->inaddr_any().Al Viro-1/+1
2006-12-02[SCTP]: flip_to_{h,n}() are not needed anymore.Al Viro-22/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro-1/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro-1/+0
2006-12-02[SCTP]: ->source_h is not used anymore.Al Viro-1/+0
2006-12-02[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro-1/+0
2006-12-02[SCTP]: Switch ->from_addr_param() to net-endian.Al Viro-1/+1
2006-12-02[SCTP]: Annotate ->dst_saddr()Al Viro-1/+1
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro-0/+4
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro-4/+4
2006-12-02[SCTP]: Beginning of sin_port fixes.Al Viro-0/+22
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro-4/+4
2006-12-02[SCTP]: Annotate tsn_dups.Al Viro-2/+2
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro-0/+2
2006-12-02[SCTP]: sctp_make_op_error() annotations.Al Viro-1/+1
2006-12-02[SCTP]: Annotate sctp_init_cause().Al Viro-1/+1
2006-12-02[IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk-4/+0
2006-12-02NetLabel: use the correct CIPSOv4 MLS label limitsPaul Moore-2/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore-2/+11
2006-12-02NetLabel: change netlbl_secattr_init() to return voidPaul Moore-4/+2
2006-12-02NetLabel: use gfp_t instead of int where it makes sensePaul Moore-1/+1
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo-1/+2
2006-12-02[UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller-0/+2
2006-12-02[NET]: ipvs checksum annotations.Al Viro-4/+10
2006-12-02[NET]: IP header modifier helpers annotations.Al Viro-8/+8
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro-0/+1
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro-5/+5
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro-1/+1
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro-1/+1
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro-4/+4
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro-3/+3
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro-1/+1
2006-12-02[NET]: Generic checksum annotations and cleanups.Al Viro-55/+63