aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore1-3/+3
2006-12-02NetLabel: use the correct CIPSOv4 MLS label limitsPaul Moore1-2/+2
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore1-0/+4
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore1-60/+53
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore1-0/+14
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2-6/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore4-19/+45
2006-12-02NetLabel: change netlbl_secattr_init() to return voidPaul Moore1-4/+2
2006-12-02NetLabel: convert the unlabeled accept flag to use RCUPaul Moore1-7/+21
2006-12-02NetLabel: use gfp_t instead of int where it makes sensePaul Moore1-1/+1
2006-12-02[TCP]: Tidy up skb_entailArnaldo Carvalho de Melo1-5/+6
2006-12-02[NETROM]: Use kmemdupArnaldo Carvalho de Melo1-5/+7
2006-12-02[AX25]: Use kmemdupArnaldo Carvalho de Melo4-9/+11
2006-12-02[DECNET]: Use kmemdupArnaldo Carvalho de Melo1-3/+1
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-02[IPV6]: Use kmemdupArnaldo Carvalho de Melo4-12/+6
2006-12-02[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUGArnaldo Carvalho de Melo1-4/+3
2006-12-02[IPV4]: Use kmemdup in net/ipv4/devinet.cArnaldo Carvalho de Melo1-2/+2
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo1-2/+1
2006-12-02[TCP_IPV4]: Use kmemdup where appropriateArnaldo Carvalho de Melo1-24/+25
2006-12-02[TCP_IPV4]: CodingStyle cleanups, no code changeArnaldo Carvalho de Melo1-68/+75
2006-12-02[DCCP] CCID2: Code optimizationsAndrea Bittau2-2/+21
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo6-7/+11
2006-12-02[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()Arnaldo Carvalho de Melo1-1/+1
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker3-35/+37
2006-12-02[UDPLite]: udplite.h needs ip6_checksum.hDavid S. Miller1-0/+2
2006-12-02[NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker1-1/+1
2006-12-02[IPV6]: udp.c build fixDavid S. Miller1-1/+1
2006-12-02[NET]: More dccp endianness annotations.Al Viro1-2/+2
2006-12-02[NET]: Preliminaty annotation of skb->csum.Al Viro1-2/+2
2006-12-02[NET] driver/s390/net: Checksum annotations.Al Viro4-24/+24
2006-12-02[NET]: netfilter checksum annotationsAl Viro13-94/+70
2006-12-02[NET]: ipvs checksum annotations.Al Viro3-10/+16
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 Viro7-10/+11
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro13-22/+22
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro2-2/+2
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2-5/+5
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro2-4/+4
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro6-7/+8
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro5-8/+7
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro6-10/+11
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro9-30/+31
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2-4/+5
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro2-3/+3
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro13-22/+24
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