Age | Commit message (Expand) | Author | Files | Lines |
2007-04-26 | [NETLINK]: Remove unused groups variable | Thomas Graf | 1 | -2/+0 |
2007-04-26 | [TCP] westwood: Use type safe netlink interface | Thomas Graf | 1 | -10/+7 |
2007-04-26 | [TCP] vegas: Use type safe netlink interface | Thomas Graf | 1 | -10/+8 |
2007-04-26 | [RTNL]: Properly return rntl message handler | Thomas Graf | 1 | -4/+4 |
2007-04-26 | [NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeup | Stephen Hemminger | 1 | -1/+7 |
2007-04-26 | [NETEM]: avoid excessive requeues | Stephen Hemminger | 2 | -10/+16 |
2007-04-26 | [NETEM]: Optimize tfifo | Stephen Hemminger | 1 | -4/+11 |
2007-04-26 | [NETEM]: use better types for time values | Stephen Hemminger | 1 | -9/+12 |
2007-04-26 | [NETEM]: report reorder percent correctly. | Stephen Hemminger | 1 | -1/+2 |
2007-04-26 | [TCP]: cubic optimization | Stephen Hemminger | 1 | -11/+39 |
2007-04-26 | [LIB]: div64_64 optimization | Stephen Hemminger | 1 | -9/+7 |
2007-04-26 | [NET] rules: Unified rules dumping | Thomas Graf | 6 | -34/+45 |
2007-04-26 | [RTNL]: Use rtnl registration interface for dump-all aliases | Thomas Graf | 1 | -6/+3 |
2007-04-26 | [BRIDGE]: Use rtnl registration interface | Thomas Graf | 3 | -13/+17 |
2007-04-26 | [IPv6]: Use rtnl registration interface | Thomas Graf | 7 | -31/+31 |
2007-04-26 | [DECNet]: Use rtnl registration interface | Thomas Graf | 7 | -36/+20 |
2007-04-26 | [PKT_SCHED] act: Use rtnl registration interface | Thomas Graf | 1 | -9/+3 |
2007-04-26 | [PKT_SCHED] cls: Use rtnl registration interface | Thomas Graf | 1 | -12/+4 |
2007-04-26 | [PKT_SCHED] qdisc: Use rtnl registration interface | Thomas Graf | 2 | -21/+8 |
2007-04-26 | [IPv4]: Use rtnl registration interface | Thomas Graf | 5 | -29/+20 |
2007-04-26 | [NET] rules: Use rtnl registration interface | Thomas Graf | 3 | -12/+7 |
2007-04-26 | [NEIGH]: Use rtnl registration interface | Thomas Graf | 3 | -21/+20 |
2007-04-26 | [NET] link: Use rtnl registration interface | Thomas Graf | 1 | -5/+3 |
2007-04-26 | [RTNL]: Message handler registration interface | Thomas Graf | 3 | -29/+184 |
2007-04-26 | [CCID3]: Use initial RTT sample from SYN exchange | Gerrit Renker | 1 | -10/+21 |
2007-04-26 | [DCCP]: Sample RTT from SYN exchange | Gerrit Renker | 3 | -0/+18 |
2007-04-26 | [CCID3]: Use function for RTT sampling | Gerrit Renker | 2 | -41/+11 |
2007-04-26 | [DCCP]: Provide function for RTT sampling | Gerrit Renker | 2 | -2/+48 |
2007-04-26 | [CCID3]: Handle Idle and Application-Limited periods | Gerrit Renker | 1 | -44/+40 |
2007-04-26 | [CCID3]: Wrap computation of RFC3390-initial rate into separate function | Gerrit Renker | 1 | -7/+18 |
2007-04-26 | [CCID3]: Remove build warnings for 64bit | Gerrit Renker | 1 | -5/+7 |
2007-04-26 | [CCID3]: More to see in dccp_probe | Gerrit Renker | 1 | -7/+10 |
2007-04-26 | [CCID3]: Add documentation for socket options | Gerrit Renker | 1 | -0/+10 |
2007-04-26 | [DCCP]: More debug information for dccp_wait_for_ccid | Gerrit Renker | 1 | -1/+2 |
2007-04-26 | [DCCP]: Always use debug-toggle parameters | Gerrit Renker | 1 | -4/+0 |
2007-04-26 | [CCID3]: Remove race condition and update t_ipi when `s' changes | Gerrit Renker | 1 | -23/+12 |
2007-04-26 | [CCID3]: More verbose debugging | Ian McDonald | 1 | -1/+12 |
2007-04-26 | [CCID3]: Fix use of invalid loss intervals | Ian McDonald | 1 | -1/+1 |
2007-04-26 | [CCID3]: Use MSS for larger initial windows | Gerrit Renker | 1 | -5/+5 |
2007-04-26 | [CCID3]: Re-order CCID 3 source file | Gerrit Renker | 1 | -44/+45 |
2007-04-26 | [CCID3]: Remove redundant `len' test | Gerrit Renker | 1 | -5/+2 |
2007-04-26 | [DCCP]: Remove ambiguity in the way before48 is used | Gerrit Renker | 1 | -2/+4 |
2007-04-26 | [DCCP]: Fix for follows48 | Gerrit Renker | 1 | -3/+1 |
2007-04-26 | [DCCP]: Make `before' relation unambiguous | Gerrit Renker | 1 | -5/+2 |
2007-04-26 | [DCCP]: Make dccp_delta_seqno return signed numbers | Gerrit Renker | 1 | -2/+5 |
2007-04-26 | [DCCP]: 48-bit sequence number arithmetic | Gerrit Renker | 2 | -21/+28 |
2007-04-26 | [FORCEDETH]: Use skb_tailroom where appropriate | Arnaldo Carvalho de Melo | 1 | -11/+7 |
2007-04-26 | [LMC]: lmc_main wants to use skb_tailroom | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [ATM] idt77252: Fix double kfree_skb on failure in push_rx_skb | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-26 | [SK_BUFF] ipv6: Use skb_network_offset in some more places | Arnaldo Carvalho de Melo | 2 | -3/+4 |