aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[NET]: Alpha checksum annotations and cleanups.Al Viro3-60/+42
2006-12-02[NET]: Introduce types for checksums.Al Viro1-0/+2
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro11-11/+1
2006-12-02[IPVS]: Annotate ..._app_hashkey().Al Viro2-6/+10
2006-12-02[NET]: Annotate net_srandom().Al Viro1-1/+1
2006-12-02[BRIDGE]: Annotations.Al Viro14-42/+42
2006-12-02[ATM]: Annotations.Al Viro13-58/+58
2006-12-02[NETFILTER]: More trivial annotations.Al Viro3-4/+4
2006-12-02[IPV6]: __ipv6_addr_diff() annotations and cleanup.Al Viro1-11/+4
2006-12-02[IPV6]: Misc endianness annotations.Al Viro22-60/+62
2006-12-02[RANDOM]: Annotate random.h IP helpers.Al Viro2-34/+34
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro15-47/+50
2006-12-02[NET] net/core: Annotations.Al Viro4-42/+38
2006-12-02[IRDA]: Trivial annotations.Al Viro4-15/+15
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller1-51/+48
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker28-403/+1442
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf4-20/+14
2006-12-02[IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf1-42/+37
2006-12-02[TCP]: Fix some warning when MD5 is disabled.David S. Miller2-5/+7
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf7-95/+51
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf5-5/+15
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2-1/+12
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki15-64/+1714
2006-12-02netpoll header cleanupStephen Hemminger1-4/+3
2006-12-02netpoll queue cleanupStephen Hemminger3-23/+5
2006-12-02netpoll retry cleanupStephen Hemminger2-39/+33
2006-12-02netpoll deferred transmit pathStephen Hemminger1-2/+19
2006-12-02netpoll setup error handlingStephen Hemminger2-9/+18
2006-12-02netpoll per device txqStephen Hemminger2-35/+17
2006-12-02netpoll info leakStephen Hemminger2-6/+20
2006-12-02netpoll: private skb pool (rev3)Stephen Hemminger1-32/+21
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau1-1/+2
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker7-63/+54
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker4-41/+145
2006-12-02[DCCPv6]: Resolve conditional build problemGerrit Renker1-4/+4
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker9-30/+14
2006-12-02[SCTP]: Cleanup of the sctp state table code.Peter Zijlstra1-361/+335
2006-12-02[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2-2/+2
2006-12-02[SELinux]: Add support for DCCPJames Morris6-8/+103
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk12-767/+6
2006-12-02[DCCPv6]: Choose a genuine initial sequence numberGerrit Renker3-20/+23
2006-12-02[DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2-17/+8
2006-12-02[DCCP]: Remove forward declarations in timer.cGerrit Renker1-57/+53
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker5-33/+32
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker7-13/+91
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2-7/+13
2006-12-02[DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker1-4/+6
2006-12-02[DECNET]: Fix build regressions.David S. Miller2-8/+2
2006-12-02[TCP] htcp: Better packing of struct htcp.David S. Miller1-2/+2
2006-12-02[IPv6]: Only modify checksum for UDPBrian Haley2-3/+1