pandora-kernel.git
2007-04-26 Michal Miroslaw[NETFILTER]: nfnetlink_log: micro-optimization: don...
2007-04-26 Michal Miroslaw[NETFILTER]: nfnetlink_log: micro-optimization for...
2007-04-26 Michal Miroslaw[NETFILTER]: nfnetlink_log: kill duplicate code
2007-04-26 Michal Miroslaw[NETFILTER]: nfnetlink_log: don't count max(a,b) twice
2007-04-26 Patrick McHardy[NETFILTER]: Remove changelogs and CVS IDs
2007-04-26 Stephen Hemminger[NETEM]: spelling errors
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[IPv4] diag: Use netlink_run_queue() to process the...
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Thomas Graf[NETLINK]: Ignore control messages directly in netlink_...
2007-04-26 Thomas Graf[NETLINK]: Ignore !NLM_F_REQUEST messages directly...
2007-04-26 Thomas Graf[NETLINK]: Remove unused groups variable
2007-04-26 Thomas Graf[TCP] westwood: Use type safe netlink interface
2007-04-26 Thomas Graf[TCP] vegas: Use type safe netlink interface
2007-04-26 Thomas Graf[RTNL]: Properly return rntl message handler
2007-04-26 Stephen Hemminger[NET_SCHED] qdisc: avoid transmit softirq on watchdog...
2007-04-26 Stephen Hemminger[NETEM]: avoid excessive requeues
2007-04-26 Stephen Hemminger[NETEM]: Optimize tfifo
2007-04-26 Stephen Hemminger[NETEM]: use better types for time values
2007-04-26 Stephen Hemminger[NETEM]: report reorder percent correctly.
2007-04-26 Stephen Hemminger[TCP]: cubic optimization
2007-04-26 Stephen Hemminger[LIB]: div64_64 optimization
2007-04-26 Thomas Graf[NET] rules: Unified rules dumping
2007-04-26 Thomas Graf[RTNL]: Use rtnl registration interface for dump-all...
2007-04-26 Thomas Graf[BRIDGE]: Use rtnl registration interface
2007-04-26 Thomas Graf[IPv6]: Use rtnl registration interface
2007-04-26 Thomas Graf[DECNet]: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] act: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] cls: Use rtnl registration interface
2007-04-26 Thomas Graf[PKT_SCHED] qdisc: Use rtnl registration interface
2007-04-26 Thomas Graf[IPv4]: Use rtnl registration interface
2007-04-26 Thomas Graf[NET] rules: Use rtnl registration interface
2007-04-26 Thomas Graf[NEIGH]: Use rtnl registration interface
2007-04-26 Thomas Graf[NET] link: Use rtnl registration interface
2007-04-26 Thomas Graf[RTNL]: Message handler registration interface
2007-04-26 Gerrit Renker[CCID3]: Use initial RTT sample from SYN exchange
2007-04-26 Gerrit Renker[DCCP]: Sample RTT from SYN exchange
2007-04-26 Gerrit Renker[CCID3]: Use function for RTT sampling
2007-04-26 Gerrit Renker[DCCP]: Provide function for RTT sampling
2007-04-26 Gerrit Renker[CCID3]: Handle Idle and Application-Limited periods
2007-04-26 Gerrit Renker[CCID3]: Wrap computation of RFC3390-initial rate into...
2007-04-26 Gerrit Renker[CCID3]: Remove build warnings for 64bit
2007-04-26 Gerrit Renker[CCID3]: More to see in dccp_probe
2007-04-26 Gerrit Renker[CCID3]: Add documentation for socket options
2007-04-26 Gerrit Renker[DCCP]: More debug information for dccp_wait_for_ccid
2007-04-26 Gerrit Renker[DCCP]: Always use debug-toggle parameters
2007-04-26 Gerrit Renker[CCID3]: Remove race condition and update t_ipi when...
2007-04-26 Ian McDonald[CCID3]: More verbose debugging
2007-04-26 Ian McDonald[CCID3]: Fix use of invalid loss intervals
2007-04-26 Gerrit Renker[CCID3]: Use MSS for larger initial windows
2007-04-26 Gerrit Renker[CCID3]: Re-order CCID 3 source file
2007-04-26 Gerrit Renker[CCID3]: Remove redundant `len' test
2007-04-26 Gerrit Renker[DCCP]: Remove ambiguity in the way before48 is used
2007-04-26 Gerrit Renker[DCCP]: Fix for follows48
2007-04-26 Gerrit Renker[DCCP]: Make `before' relation unambiguous
2007-04-26 Gerrit Renker[DCCP]: Make dccp_delta_seqno return signed numbers
2007-04-26 Gerrit Renker[DCCP]: 48-bit sequence number arithmetic
2007-04-26 Arnaldo Carvalho... [FORCEDETH]: Use skb_tailroom where appropriate
2007-04-26 Arnaldo Carvalho... [LMC]: lmc_main wants to use skb_tailroom
2007-04-26 Arnaldo Carvalho... [ATM] idt77252: Fix double kfree_skb on failure in...
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipv6: Use skb_network_offset in some more...
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Remove skb_add_mtu() leftovers
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Robert Olsson[IPV4]: fib_trie root node settings
2007-04-26 Robert Olsson[IPV4]: fib_trie resize break
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->end to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 David S. Miller[VLAN] vlan_dev: Use skb_reset_network_header().
2007-04-26 Peter Kovar[IrDA]: SMC SuperIO Chip LPC47N227 not identified properly
2007-04-26 Samuel Ortiz[IrDA]: irda lockdep annotation
2007-04-26 Samuel Ortiz[IrDA]: removing stir4200 useless include
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use offsets for skb->{mac,network,transport...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use the helpers to get the layer header...
2007-04-26 Patrick McHardy[NET_SCHED]: Fix warning
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: fix watchdog scheduled too late
2007-04-26 Patrick McHardy[NET_SCHED]: Export real timer resolution in /proc...
2007-04-26 Patrick McHardy[NET_SCHED]: kill jiffie conversion macros
2007-04-26 Patrick McHardy[NET_SCHED]: sch_htb: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: use hrtimer for delay_timer
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non...
2007-04-26 Patrick McHardy[NET_SCHED]: sch_cbq: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_netem: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_tbf: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: sch_hfsc: use hrtimer based watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: Add hrtimer based qdisc watchdog
2007-04-26 Patrick McHardy[NET_SCHED]: Use ktime as clocksource
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more layer header conversions
2007-04-26 Arnaldo Carvalho... [KBUILD]: Unifdef headers changed by the skb layer...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related skb_reset_transport_header
2007-04-26 Arnaldo Carvalho... [IPV6]: Reset the network header in ip6_nd_hdr
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related conversions to skb_rese...
2007-04-26 Pablo Neira... [NETFILTER]: nfnetlink: parse attributes with nfattr_pa...
2007-04-26 Pablo Neira... [NETFILTER]: ctnetlink: add support for internal tcp...
2007-04-26 Willy Tarreau[NETFILTER]: TCP conntrack: factorize out the PUSH...
2007-04-26 Willy Tarreau[NETFILTER]: TCP conntrack: accept RST|PSH as valid
next