[PATCH] m68knommu: cleanup showstack()
[pandora-kernel.git] / net /
2005-09-02 Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-serial
2005-09-02 Linus TorvaldsMerge HEAD from kernel.org:/home/rmk/linux-2.6-arm
2005-09-02 Linus TorvaldsMerge refs/heads/ieee80211-wifi from /linux/kernel...
2005-09-01 Jeff Garzik/spare/repo/netdev-2.6 branch 'ieee80211'
2005-09-01 Jeff Garzik/spare/repo/netdev-2.6 branch 'master'
2005-09-01 Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-arm.git
2005-08-31 Russell King[SERIAL] Clean up and fix tty transmission start/stoping
2005-08-30 Jeff GarzikMerge HEAD from /spare/repo/linux-2.6/.git
2005-08-30 Tony LuckAuto-update from upstream
2005-08-30 Linus TorvaldsMerge refs/heads/for-linus from /linux/kernel/git/shagg...
2005-08-30 Linus TorvaldsMerge refs/heads/drm-latest from /linux/kernel/git...
2005-08-30 Linus TorvaldsMerge refs/heads/upstream-fixes from /linux/kernel...
2005-08-30 Linus TorvaldsMerge refs/heads/upstream from /linux/kernel/git/jgarzi...
2005-08-30 Linus TorvaldsMerge HEAD from /linux/kernel/git/paulus/ppc64-2.6
2005-08-30 Linus TorvaldsMerge HEAD from /linux/kernel/git/davem/net-2.6.git
2005-08-29 Arnaldo Carvalho... [CCID3]: Call sk->sk_write_space(sk) when receiving...
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
2005-08-29 Harald Welte[NETFILTER6]: Add new ip6tables HOPLIMIT target
2005-08-29 Harald Welte[NETFILTER]: Add new iptables TTL target
2005-08-29 Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
2005-08-29 Arnaldo Carvalho... [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
2005-08-29 Arnaldo Carvalho... [DCCP]: Move the calc_X routines to dccp_tfrc_lib
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_tfrc_lib module with net/dccp...
2005-08-29 Arnaldo Carvalho... [DCCP]: Just move packet_history.[ch] to net/dccp/ccids...
2005-08-29 Arnaldo Carvalho... [CCID3]: Move the loss interval code to loss_interval...
2005-08-29 Arnaldo Carvalho... [CCID3]: Move the CCID3 defines to ccid3.h
2005-08-29 Arnaldo Carvalho... [CCID3]: Introduce usecs_div
2005-08-29 Arnaldo Carvalho... [CCID3]: Reorganise timeval handling
2005-08-29 Arnaldo Carvalho... [CCID3]: Reflow to mostly fit under 80 columns
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_wait_for_ccid and use it in...
2005-08-29 Arnaldo Carvalho... [DCCP]: Make the Debug Menu available when DCCP is...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 David S. Miller[LIB]: Make TEXTSEARCH_BM plain tristate like the others
2005-08-29 Alexey Dobriyan[NET]: net/802: more endian annotations
2005-08-29 Robert Olsson[IPV4]: Convert FIB Trie to RCU.
2005-08-29 Robert Olsson[IPV4]: Prepare FIB core for RCU.
2005-08-29 Ralf Baechle[IPV4]: Module export of ip_rcv() no longer needed.
2005-08-29 Ralf Baechle[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
2005-08-29 Ralf Baechle[AX25/NETROM]: Cleanup direct calls into IP stack
2005-08-29 Stephen Hemminger[IPV4]: FIB trie cleanup
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial dccp_poll implementation
2005-08-29 Arnaldo Carvalho... [DCCP]: Call the HC exit routines at dccp_v4_destroy_sock
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_poll
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_get_info
2005-08-29 Arnaldo Carvalho... [CCID3]: Calculate the RTT in the RX half connection
2005-08-29 Arnaldo Carvalho... [DCCP]: Export dccp_insert_option_timestamp to CCIDs
2005-08-29 Arnaldo Carvalho... [CCID]: Make ccid_hc_[rt]x_exit accept NULL arguments
2005-08-29 Arnaldo Carvalho... [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_...
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix skb leak in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [DCCP]: Implement the CLOSING timer
2005-08-29 David S. Miller[DCCP]: Fix printf format warnings on 64-bit.
2005-08-29 Patrick McHardy[NETFILTER]: Add goto target
2005-08-29 Patrick McHardy[NETFILTER]: Add IPv6 REJECT target
2005-08-29 Pablo Neira Ayuso[NETFILTER]: Add string match
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix ackno setting in SYNC/SYNCACK packets
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix the ACK and SEQ window variables settings
2005-08-29 Arnaldo Carvalho... [DCCP]: Give more info on Step 6 failure debug printk
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset
2005-08-29 Arnaldo Carvalho... [CCID3]: Reintroduce ccid3hctx_t_rto
2005-08-29 Thomas Graf[IPV4]: ip_finish_output() can be inlined
2005-08-29 Thomas Graf[IPV4]: Remove some dead code from ip_forward()
2005-08-29 Thomas Graf[IPV4]: Avoid common branch mispredictions in ip_rcv_fi...
2005-08-29 Thomas Graf[IPV4]: Move ip options parsing out of ip_rcv_finish()
2005-08-29 Thomas Graf[IPV4]: Avoid common branch misprediction while checkin...
2005-08-29 Thomas Graf[IPV4]: Consistency and whitespace cleanup of ip_rcv()
2005-08-29 Jon Wetzel[NET]: Add support for getting the permanent hardware...
2005-08-29 Ian McDonald[DCCP]: Fix the timestamp options
2005-08-29 David S. Miller[IPVS]: ipv4_table --> ipvs_ipv4_table
2005-08-29 Arnaldo Carvalho... [DCCP]: Use LIMIT_NETDEBUG in some debugging printks
2005-08-29 Arnaldo Carvalho... [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
2005-08-29 Ian McDonald[DCCP]: Fix elapsed time option as per section 13.2...
2005-08-29 David S. Miller[NET]: Implement SKB fast cloning.
2005-08-29 Arnaldo Carvalho... [DCCP]: Send SYNCACK packets in response to SYNC packets
2005-08-29 David S. Miller[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init...
2005-08-29 Adrian Bunk[IRDA]: Possible cleanups.
2005-08-29 Arnaldo Carvalho... [IP]: Introduce ip_options_get_from_user
2005-08-29 Arnaldo Carvalho... [NETLINK]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-08-29 Andrew Morton[RXRPC]: Fix build failure introduced by skb->stamp...
2005-08-29 Andrew Morton[DECNET]: Fix build after netlink changes.
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Add set/getsockopt options to support more...
2005-08-29 Patrick McHardy[NETLINK]: Support dynamic number of multicast groups...
2005-08-29 Patrick McHardy[NETLINK]: Return -EPROTONOSUPPORT in netlink_create...
2005-08-29 Patrick McHardy[NETLINK]: Convert netlink users to use group numbers...
2005-08-29 Patrick McHardy[NETLINK]: Use group numbers instead of bitmasks internally
2005-08-29 Patrick McHardy[NETLINK]: Fix module refcounting problems
2005-08-29 Patrick McHardy[NETLINK]: Remove unused groups member from struct...
2005-08-29 Patrick McHardy[NETLINK]: Fix missing dst_groups initializations in...
2005-08-29 David S. Miller[IPX]: Fix build error in ipx_recvmsg()
2005-08-29 Patrick McHardy[DCCP]: Fix compiler warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix RESET handling in dccp_rcv_state_process
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29 Arnaldo Carvalho... [DCCP]: Rewrite dccp_sendmsg to be more like UDP
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [PACKET_HISTORY]: Add dccphtx_rtt and rename the win_co...
2005-08-29 Christoph Hellwig[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
2005-08-29 Gary Wayne Smith[NETFILTER]: Make NETMAP target usable in OUTPUT
2005-08-29 Patrick McHardy[NETFILTER]: Don't exclude local packets from MASQUERADING
next