summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-034-4/+0Star
* [IPVS]: Annotate ..._app_hashkey().Al Viro2006-12-032-6/+10
* [BRIDGE]: Annotations.Al Viro2006-12-037-22/+22
* [ATM]: Annotations.Al Viro2006-12-039-46/+46
* [NETFILTER]: More trivial annotations.Al Viro2006-12-032-3/+3
* [IPV6]: Misc endianness annotations.Al Viro2006-12-0318-52/+54
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-0312-35/+35
* [NET] net/core: Annotations.Al Viro2006-12-034-42/+38Star
* [IRDA]: Trivial annotations.Al Viro2006-12-033-7/+7
* [NETPOLL]: Minor coding-style cleanups.David S. Miller2006-12-031-51/+48Star
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-0319-396/+898
* [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-032-17/+14Star
* [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf2006-12-031-42/+37Star
* [TCP]: Fix some warning when MD5 is disabled.David S. Miller2006-12-032-5/+7
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-035-82/+25Star
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-034-5/+5
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-0310-60/+1531
* netpoll queue cleanupStephen Hemminger2006-12-031-20/+3Star
* netpoll retry cleanupStephen Hemminger2006-12-031-38/+33Star
* netpoll deferred transmit pathStephen Hemminger2006-12-031-2/+19
* netpoll setup error handlingStephen Hemminger2006-12-031-7/+13
* netpoll per device txqStephen Hemminger2006-12-031-35/+15Star
* netpoll info leakStephen Hemminger2006-12-031-6/+19
* netpoll: private skb pool (rev3)Stephen Hemminger2006-12-031-32/+21Star
* [DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau2006-12-031-1/+2
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-036-62/+37Star
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-033-30/+131
* [DCCPv6]: Resolve conditional build problemGerrit Renker2006-12-031-4/+4
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-037-29/+9Star
* [SCTP]: Cleanup of the sctp state table code.Peter Zijlstra2006-12-031-361/+335Star
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-036-610/+4Star
* [DCCPv6]: Choose a genuine initial sequence numberGerrit Renker2006-12-033-20/+23
* [DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2006-12-032-17/+8Star
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-031-57/+53Star
* [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-035-33/+32Star
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-035-13/+47
* [DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2006-12-032-7/+13
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-031-4/+6
* [DECNET]: Fix build regressions.David S. Miller2006-12-032-8/+2Star
* [TCP] htcp: Better packing of struct htcp.David S. Miller2006-12-031-2/+2
* [IPv6]: Only modify checksum for UDPBrian Haley2006-12-032-3/+1Star
* [IPv6] rules: Remove bogus tos validation checkThomas Graf2006-12-031-2/+1Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-0317-101/+225
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-032-15/+8Star
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-035-97/+150
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-0311-105/+176
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-032-2/+2
* [IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2006-12-032-4/+4
* [IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.YOSHIFUJI Hideaki2006-12-031-24/+13Star
* [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-034-51/+68