aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ATM]: Annotations.Al Viro2006-12-0213-58/+58
* [NETFILTER]: More trivial annotations.Al Viro2006-12-023-4/+4
* [IPV6]: __ipv6_addr_diff() annotations and cleanup.Al Viro2006-12-021-11/+4
* [IPV6]: Misc endianness annotations.Al Viro2006-12-0222-60/+62
* [RANDOM]: Annotate random.h IP helpers.Al Viro2006-12-022-34/+34
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-0215-47/+50
* [NET] net/core: Annotations.Al Viro2006-12-024-42/+38
* [IRDA]: Trivial annotations.Al Viro2006-12-024-15/+15
* [NETPOLL]: Minor coding-style cleanups.David S. Miller2006-12-021-51/+48
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-0228-403/+1442
* [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-024-20/+14
* [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf2006-12-021-42/+37
* [TCP]: Fix some warning when MD5 is disabled.David S. Miller2006-12-022-5/+7
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-027-95/+51
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-025-5/+15
* [GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2006-12-022-1/+12
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-0215-64/+1714
* netpoll header cleanupStephen Hemminger2006-12-021-4/+3
* netpoll queue cleanupStephen Hemminger2006-12-023-23/+5
* netpoll retry cleanupStephen Hemminger2006-12-022-39/+33
* netpoll deferred transmit pathStephen Hemminger2006-12-021-2/+19
* netpoll setup error handlingStephen Hemminger2006-12-022-9/+18
* netpoll per device txqStephen Hemminger2006-12-022-35/+17
* netpoll info leakStephen Hemminger2006-12-022-6/+20
* netpoll: private skb pool (rev3)Stephen Hemminger2006-12-021-32/+21
* [DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau2006-12-021-1/+2
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-027-63/+54
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-024-41/+145
* [DCCPv6]: Resolve conditional build problemGerrit Renker2006-12-021-4/+4
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-029-30/+14
* [SCTP]: Cleanup of the sctp state table code.Peter Zijlstra2006-12-021-361/+335
* [ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2006-12-022-2/+2
* [SELinux]: Add support for DCCPJames Morris2006-12-026-8/+103
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-0212-767/+6
* [DCCPv6]: Choose a genuine initial sequence numberGerrit Renker2006-12-023-20/+23
* [DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2006-12-022-17/+8
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-021-57/+53
* [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-025-33/+32
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-027-13/+91
* [DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2006-12-022-7/+13
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-021-4/+6
* [DECNET]: Fix build regressions.David S. Miller2006-12-022-8/+2
* [TCP] htcp: Better packing of struct htcp.David S. Miller2006-12-021-2/+2
* [IPv6]: Only modify checksum for UDPBrian Haley2006-12-022-3/+1
* [IPv6] rules: Remove bogus tos validation checkThomas Graf2006-12-021-2/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-0221-107/+233
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-022-15/+8
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-027-97/+173
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-0213-108/+195
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-023-2/+7