| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | netpoll: private skb pool (rev3) | Stephen Hemminger | 2006-12-02 | 1 | -32/+21 |
* | [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found | Andrea Bittau | 2006-12-02 | 1 | -1/+2 |
* | [DCCP]: Miscellaneous code tidy-ups | Gerrit Renker | 2006-12-02 | 7 | -63/+54 |
* | [DCCP]: Make feature negotiation more readable | Gerrit Renker | 2006-12-02 | 4 | -41/+145 |
* | [DCCPv6]: Resolve conditional build problem | Gerrit Renker | 2006-12-02 | 1 | -4/+4 |
* | [TCP/DCCP]: Introduce net_xmit_eval | Gerrit Renker | 2006-12-02 | 9 | -30/+14 |
* | [SCTP]: Cleanup of the sctp state table code. | Peter Zijlstra | 2006-12-02 | 1 | -361/+335 |
* | [ATM] ambassador,firestream: "-1 >>" is implementation defined | Alexey Dobriyan | 2006-12-02 | 2 | -2/+2 |
* | [SELinux]: Add support for DCCP | James Morris | 2006-12-02 | 6 | -8/+103 |
* | [NET]: The scheduled removal of the frame diverter. | Adrian Bunk | 2006-12-02 | 12 | -767/+6 |
* | [DCCPv6]: Choose a genuine initial sequence number | Gerrit Renker | 2006-12-02 | 3 | -20/+23 |
* | [DCCP]: Remove redundant statements in init_sequence (ISS) | Gerrit Renker | 2006-12-02 | 2 | -17/+8 |
* | [DCCP]: Remove forward declarations in timer.c | Gerrit Renker | 2006-12-02 | 1 | -57/+53 |
* | [DCCP]: Introduce a consistent naming scheme for sysctls | Gerrit Renker | 2006-12-02 | 5 | -33/+32 |
* | [DCCP]: Add sysctls to control retransmission behaviour | Gerrit Renker | 2006-12-02 | 7 | -13/+91 |
* | [DCCP]: Increment sequence numbers on retransmitted Response packets | Gerrit Renker | 2006-12-02 | 2 | -7/+13 |
* | [DCCP]: Update comments on precisely which packets can be retransmitted | Gerrit Renker | 2006-12-02 | 1 | -4/+6 |
* | [DECNET]: Fix build regressions. | David S. Miller | 2006-12-02 | 2 | -8/+2 |
* | [TCP] htcp: Better packing of struct htcp. | David S. Miller | 2006-12-02 | 1 | -2/+2 |
* | [IPv6]: Only modify checksum for UDP | Brian Haley | 2006-12-02 | 2 | -3/+1 |
* | [IPv6] rules: Remove bogus tos validation check | Thomas Graf | 2006-12-02 | 1 | -2/+1 |
* | [NETLINK]: Do precise netlink message allocations where possible | Thomas Graf | 2006-12-02 | 21 | -107/+233 |
* | [TCP]: Remove dead code in init_sequence | Gerrit Renker | 2006-12-02 | 2 | -15/+8 |
* | [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) | Gerrit Renker | 2006-12-02 | 7 | -97/+173 |
* | [IPV6]: Per-interface statistics support. | YOSHIFUJI Hideaki | 2006-12-02 | 13 | -108/+195 |
* | [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. | YOSHIFUJI Hideaki | 2006-12-02 | 3 | -2/+7 |
* | [IPV6] ROUTE: Use &rt->u.dst instead of cast. | YOSHIFUJI Hideaki | 2006-12-02 | 2 | -4/+4 |
* | [IPV6] ROUTE: Use macros to format /proc/net/ipv6_route. | YOSHIFUJI Hideaki | 2006-12-02 | 1 | -24/+13 |
* | [DCCP]: Update code comments for Step 2/3 | Gerrit Renker | 2006-12-02 | 4 | -51/+68 |
* | [DCCP]: tidy up dccp_v{4,6}_conn_request | Gerrit Renker | 2006-12-02 | 4 | -22/+16 |
* | [DCCP]: Fix logfile overflow | Ian McDonald | 2006-12-02 | 2 | -3/+7 |
* | [DCCP]: Fix DCCP Probe Typo | Ian McDonald | 2006-12-02 | 1 | -1/+1 |
* | [DCCPv6]: remove forward declarations in ipv6.c | Gerrit Renker | 2006-12-02 | 1 | -195/+190 |
* | [DCCPv4]: remove forward declarations in ipv4.c | Gerrit Renker | 2006-12-02 | 1 | -134/+132 |
* | [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG | Gerrit Renker | 2006-12-02 | 4 | -103/+14 |
* | [DCCP] timewait: Remove leftover extern declarations | Arnaldo Carvalho de Melo | 2006-12-02 | 1 | -2/+0 |
* | [DCCP]: Simplify jump labels in dccp_v{4,6}_rcv | Gerrit Renker | 2006-12-02 | 2 | -23/+14 |
* | [DCCP]: Combine allocating & zeroing header space on skb | Gerrit Renker | 2006-12-02 | 4 | -24/+14 |
* | [DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS | Gerrit Renker | 2006-12-02 | 1 | -2/+6 |
* | [DCCP]: set safe upper bound for option length | Gerrit Renker | 2006-12-02 | 1 | -6/+12 |
* | [TCP]: Don't set SKB owner in tcp_transmit_skb(). | David S. Miller | 2006-12-02 | 8 | -12/+10 |
* | [NET] ip-sysctl.txt: Alphabetize. | Stephen Hemminger | 2006-12-02 | 1 | -178/+177 |
* | [TCP]: Allow autoloading of congestion control via setsockopt. | Stephen Hemminger | 2006-12-02 | 1 | -1/+11 |
* | [TCP]: Restrict congestion control choices. | Stephen Hemminger | 2006-12-02 | 5 | -0/+125 |
* | [TCP]: Add tcp_available_congestion_control sysctl. | Stephen Hemminger | 2006-12-02 | 5 | -0/+51 |
* | [SCTP]: Fix warning | Vlad Yasevich | 2006-12-02 | 2 | -1/+8 |
* | [IPV6] tcp: Fix typo _read_mostly --> __read_mostly. | David S. Miller | 2006-12-02 | 1 | -1/+1 |
* | [DCCP]: Fix typo _read_mostly --> __read_mostly. | David S. Miller | 2006-12-02 | 1 | -1/+1 |
* | [NET]: Size listen hash tables using backlog hint | Eric Dumazet | 2006-12-02 | 9 | -25/+39 |
* | [PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set. | David Kimdon | 2006-12-02 | 2 | -1/+6 |