summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-04-26[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai2-2/+19
2007-04-26[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai2-3/+3
2007-04-26[NETFILTER]: Use setup_timerPatrick McHardy7-26/+10
2007-04-26[NETFILTER]: nfnetlink_log: remove conditional lockingPatrick McHardy1-14/+4
2007-04-26[NETFILTER]: nfnetlink_log: micro-optimization: inst->skb != NULL in __nfulnl...Michal Miroslaw1-4/+2
2007-04-26[NETFILTER]: nfnetlink_log: iterator functions need iter_state * onlyMichal Miroslaw1-11/+7
2007-04-26[NETFILTER]: nfnetlink_log: micro-optimization: don't modify destroyed instanceMichal Miroslaw1-1/+1
2007-04-26[NETFILTER]: nfnetlink_log: micro-optimization for inst==NULL in nfulnl_recv_...Michal Miroslaw1-3/+3
2007-04-26[NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw1-15/+7
2007-04-26[NETFILTER]: nfnetlink_log: don't count max(a,b) twiceMichal Miroslaw1-8/+2
2007-04-26[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy33-228/+0
2007-04-26[NETEM]: spelling errorsStephen Hemminger1-3/+3
2007-04-26[NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf6-34/+18
2007-04-26[IPv4] diag: Use netlink_run_queue() to process the receive queueThomas Graf1-47/+27
2007-04-26[NETLINK]: Remove error pointer from netlink message handlerThomas Graf8-154/+91
2007-04-26[NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf4-14/+4
2007-04-26[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf4-12/+8
2007-04-26[NETLINK]: Remove unused groups variableThomas Graf1-2/+0
2007-04-26[TCP] westwood: Use type safe netlink interfaceThomas Graf1-10/+7
2007-04-26[TCP] vegas: Use type safe netlink interfaceThomas Graf1-10/+8
2007-04-26[RTNL]: Properly return rntl message handlerThomas Graf1-4/+4
2007-04-26[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeupStephen Hemminger1-1/+7
2007-04-26[NETEM]: avoid excessive requeuesStephen Hemminger2-10/+16
2007-04-26[NETEM]: Optimize tfifoStephen Hemminger1-4/+11
2007-04-26[NETEM]: use better types for time valuesStephen Hemminger1-9/+12
2007-04-26[NETEM]: report reorder percent correctly.Stephen Hemminger1-1/+2
2007-04-26[TCP]: cubic optimizationStephen Hemminger1-11/+39
2007-04-26[NET] rules: Unified rules dumpingThomas Graf4-31/+37
2007-04-26[RTNL]: Use rtnl registration interface for dump-all aliasesThomas Graf1-6/+3
2007-04-26[BRIDGE]: Use rtnl registration interfaceThomas Graf3-13/+17
2007-04-26[IPv6]: Use rtnl registration interfaceThomas Graf5-24/+31
2007-04-26[DECNet]: Use rtnl registration interfaceThomas Graf5-26/+20
2007-04-26[PKT_SCHED] act: Use rtnl registration interfaceThomas Graf1-9/+3
2007-04-26[PKT_SCHED] cls: Use rtnl registration interfaceThomas Graf1-12/+4
2007-04-26[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf1-20/+7
2007-04-26[IPv4]: Use rtnl registration interfaceThomas Graf4-23/+20
2007-04-26[NET] rules: Use rtnl registration interfaceThomas Graf2-7/+6
2007-04-26[NEIGH]: Use rtnl registration interfaceThomas Graf2-12/+19
2007-04-26[NET] link: Use rtnl registration interfaceThomas Graf1-5/+3
2007-04-26[RTNL]: Message handler registration interfaceThomas Graf1-22/+166
2007-04-26[CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker1-10/+21
2007-04-26[DCCP]: Sample RTT from SYN exchangeGerrit Renker2-0/+16
2007-04-26[CCID3]: Use function for RTT samplingGerrit Renker2-41/+11
2007-04-26[DCCP]: Provide function for RTT samplingGerrit Renker2-2/+48
2007-04-26[CCID3]: Handle Idle and Application-Limited periodsGerrit Renker1-44/+40
2007-04-26[CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker1-7/+18
2007-04-26[CCID3]: Remove build warnings for 64bitGerrit Renker1-5/+7
2007-04-26[CCID3]: More to see in dccp_probeGerrit Renker1-7/+10
2007-04-26[DCCP]: More debug information for dccp_wait_for_ccidGerrit Renker1-1/+2
2007-04-26[DCCP]: Always use debug-toggle parametersGerrit Renker1-4/+0