aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[IPVS]: Use kmemdup where appropriateArnaldo Carvalho de Melo2-9/+2
2006-12-02[CIPSO]: Missing annotation in cipso_ipv4 update.Al Viro1-1/+1
2006-12-02[NET]: Split skb->csumAl Viro2-3/+3
2006-12-02[NETFILTER]: ip_nat_snmp_basic annotations.Al Viro1-51/+34
2006-12-02[NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2-3/+3
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore1-3/+3
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 Moore1-2/+0
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore1-8/+14
2006-12-02[TCP]: Tidy up skb_entailArnaldo Carvalho de Melo1-5/+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[NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker1-1/+1
2006-12-02[NET]: netfilter checksum annotationsAl Viro10-70/+37
2006-12-02[NET]: ipvs checksum annotations.Al Viro2-6/+6
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro4-7/+7
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro3-5/+5
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2-2/+2
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro1-4/+4
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro8-12/+14
2006-12-02[IPVS]: Annotate ..._app_hashkey().Al Viro2-6/+10
2006-12-02[NETFILTER]: More trivial annotations.Al Viro2-3/+3
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro12-35/+35
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker8-223/+488
2006-12-02[TCP]: Fix some warning when MD5 is disabled.David S. Miller1-1/+1
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki6-36/+973
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2-9/+2
2006-12-02[TCP] htcp: Better packing of struct htcp.David S. Miller1-2/+2
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf3-11/+51
2006-12-02[TCP]: Remove dead code in init_sequenceGerrit Renker1-2/+2
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2-4/+2
2006-12-02[TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger1-1/+11
2006-12-02[TCP]: Restrict congestion control choices.Stephen Hemminger2-0/+115
2006-12-02[TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2-0/+40
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet3-5/+5
2006-12-02[NET] rules: Share common attribute validation policyThomas Graf1-5/+1
2006-12-02[NET] rules: Protocol independant mark selectorThomas Graf1-29/+0
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 Graf6-52/+13
2006-12-02[NET]: Turn nfmark into generic markThomas Graf9-15/+15
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala1-0/+2
2006-12-02[IPV4]: encapsulation annotationsAl Viro4-38/+38