aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-02[IPv6] rules: Remove bogus tos validation checkThomas Graf1-2/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf21-107/+233
2006-12-02[TCP]: Remove dead code in init_sequenceGerrit Renker2-15/+8
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker7-97/+173
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki13-108/+195
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki3-2/+7
2006-12-02[IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2-4/+4
2006-12-02[IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.YOSHIFUJI Hideaki1-24/+13
2006-12-02[DCCP]: Update code comments for Step 2/3Gerrit Renker4-51/+68
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker4-22/+16
2006-12-02[DCCP]: Fix logfile overflowIan McDonald2-3/+7
2006-12-02[DCCP]: Fix DCCP Probe TypoIan McDonald1-1/+1
2006-12-02[DCCPv6]: remove forward declarations in ipv6.cGerrit Renker1-195/+190
2006-12-02[DCCPv4]: remove forward declarations in ipv4.cGerrit Renker1-134/+132
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker4-103/+14
2006-12-02[DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo1-2/+0
2006-12-02[DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker2-23/+14
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker4-24/+14
2006-12-02[DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONSGerrit Renker1-2/+6
2006-12-02[DCCP]: set safe upper bound for option lengthGerrit Renker1-6/+12
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller8-12/+10
2006-12-02[NET] ip-sysctl.txt: Alphabetize.Stephen Hemminger1-178/+177
2006-12-02[TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger1-1/+11
2006-12-02[TCP]: Restrict congestion control choices.Stephen Hemminger5-0/+125
2006-12-02[TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger5-0/+51
2006-12-02[SCTP]: Fix warningVlad Yasevich2-1/+8
2006-12-02[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.David S. Miller1-1/+1
2006-12-02[DCCP]: Fix typo _read_mostly --> __read_mostly.David S. Miller1-1/+1
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet9-25/+39
2006-12-02[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.David Kimdon2-1/+6
2006-12-02[NET] rules: Add support to invert selectorsThomas Graf2-7/+18
2006-12-02[NET] rules: Share common attribute validation policyThomas Graf4-15/+10
2006-12-02[NET] rules: Protocol independant mark selectorThomas Graf6-89/+32