drm: add savage driver
[safe/jmp/linux-2.6] / net /
2005-07-28 David S. Miller[NET]: Fix busy waiting in dev_close().
2005-07-27 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-07-27 Jesper Juhl[PATCH] clean up inline static vs static inline
2005-07-27 Olaf Hering[PATCH] turn many #if $undefined_string into #ifdef...
2005-07-27 Matt Mackall[NET]: Move in_aton from net/ipv4/utils.c to net/core...
2005-07-27 Nick Sillik[NETFILTER]: Fix -Wunder error in ip_conntrack_core.c
2005-07-27 Kyle Moffett[NET]: Fix setsockopt locking bug
2005-07-27 Hans-Juergen Tappe... [IPV4]: Fix Kconfig syntax error
2005-07-26 Herbert Xu[XFRM]: Fix possible overflow of sock->sk_policy
2005-07-25 Patrick McHardy[EMATCH]: Remove feature ifdefs in meta ematch.
2005-07-25 Cal Peake[IPV6]: fix implicit declaration of function `xfrm6_tun...
2005-07-22 David S. Miller[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY...
2005-07-22 Patrick McHardy[NETFILTER]: Fix ip6t_LOG MAC format
2005-07-22 Patrick McHardy[NETFILTER]: Use correct byteorder in ICMP NAT
2005-07-22 Patrick McHardy[NETFILTER]: Wait until all references to ip_conntrack_...
2005-07-22 Patrick McHardy[NETFILTER]: Fix potential memory corruption in NAT...
2005-07-22 Patrick McHardy[NETFILTER]: Fix deadlock in ip6_queue
2005-07-22 David S. Miller[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.
2005-07-21 Rusty Russell[NETFILTER]: ip_conntrack_expect_related must not free...
2005-07-19 David S. Miller[NET]: Fix tc_verd thinko in skb_clone()
2005-07-19 Patrick McHardy[NET]: Make ipip/ip6_tunnel independant of XFRM
2005-07-19 Stephen Hemminger[IPV4]: Fix up lots of little whitespace indentation...
2005-07-19 Adrian Bunk[NET]: BRIDGE_EBT_ARPREPLY must depend on INET
2005-07-19 Patrick McHardy[IPV4]: Don't select XFRM for ip_gre
2005-07-19 Patrick McHardy[NET]: Only build flow.o if CONFIG_XFRM=y
2005-07-19 Jesper Juhl[ATM]: Trivial spelling fix patch for net/Kconfig
2005-07-19 Chas Williams[ATM]: allow bind() on point-to-multpoint svcs (from...
2005-07-19 David S. Miller[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from...
2005-07-18 Adrian Bunk[IPV4]: fix IP_FIB_HASH kconfig warning
2005-07-18 Randy Dunlap[NET]: Kconfig: NETCONSOLE and NETPOLL together
2005-07-18 Sridhar Samudrala[SCTP]: Fix potential null pointer dereference while...
2005-07-18 Christophe Lucas[SCTP]: Audit return code of create_proc_*
2005-07-18 Victor Fusco[NETLINK]: Fix "nocast type" warnings
2005-07-18 Thomas Graf[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast...
2005-07-18 Thomas Graf[PKT_SCHED]: Remove debugging leftover from textsearch...
2005-07-12 Tommy Christensen[VLAN]: Fix early vlan adding leads to not functional...
2005-07-12 Alexey Dobriyan[NET]: __be'ify *_type_trans()
2005-07-12 Phil Oester[NETFILTER]: Revert nf_reset change
2005-07-12 Sam Ravnborg[NET]: move config options out to individual protocols
2005-07-12 Sam Ravnborg[NET]: add a top-level Networking menu to *config
2005-07-12 Olaf Kirch[IPV4]: Prevent oops when printing martian source
2005-07-12 Julian Anastasov[IPVS]: Add and reorder bh locks after moving to keventd.
2005-07-12 Jesper Juhl[NET]: Trivial spelling fix patch for net/Kconfig
2005-07-12 Alexey Dobriyan[SCTP]: __nocast annotations
2005-07-09 David S. Miller[SCTP]: Use struct list_head for chunk lists, not sk_bu...
2005-07-09 David S. Miller[IPV6]: Fix warning in ip6_mc_msfilter.
2005-07-09 David L Stevens[IPV4]: fix IPv4 leave-group group matching
2005-07-09 David L Stevens[IPV4]: (INCLUDE,empty)/leave-group equivalence for...
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-07-09 Alexey Kuznetsov[IPV4]: Apply sysctl_icmp_echo_ignore_broadcasts to...
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-07-08 KAMBAROV, ZAUR[PATCH] coverity: sunrpc/xprt task null check
2005-07-05 David S. Miller[TCP]: Never TSO defer under periods of congestion.
2005-07-05 Thomas Graf[PKT_SCHED]: Blackhole queueing discipline
2005-07-05 David S. Miller[TCP]: Move to new TSO segmenting scheme.
2005-07-05 David S. Miller[TCP]: Break out send buffer expansion test.
2005-07-05 David S. Miller[TCP]: Do not call tcp_tso_acked() if no work to do.
2005-07-05 David S. Miller[TCP]: Kill bogus comment above tcp_tso_acked().
2005-07-05 David S. Miller[TCP]: Fix send-side cpu utiliziation regression.
2005-07-05 David S. Miller[TCP]: Eliminate redundant computations in tcp_write_xm...
2005-07-05 David S. Miller[TCP]: Break out tcp_snd_test() into it's constituent...
2005-07-05 David S. Miller[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
2005-07-05 David S. Miller[TCP]: Fix redundant calculations of tcp_current_mss()
2005-07-05 David S. Miller[TCP]: tcp_write_xmit() tabbing cleanup
2005-07-05 David S. Miller[TCP]: Kill extra cwnd validate in __tcp_push_pending_f...
2005-07-05 David S. Miller[TCP]: Add missing skb_header_release() call to tcp_fra...
2005-07-05 David S. Miller[TCP]: Move __tcp_data_snd_check into tcp_output.c
2005-07-05 David S. Miller[TCP]: Move send test logic out of net/tcp.h
2005-07-05 David S. Miller[TCP]: Fix quick-ack decrementing with TSO.
2005-07-05 David S. Miller[TCP]: Simplify SKB data portion allocation with NETIF_...
2005-07-05 David Chau[NET]: improve readability of dev_set_promiscuity(...
2005-07-05 Robert Olsson[IPV4]: More broken memory allocation fixes for fib_trie
2005-07-05 Thomas Graf[DECNET]: Fix memset overflow on 64bit archs while...
2005-07-05 Eric Dumazet[IPV4]: Bug fix in rt_check_expire()
2005-07-05 Eric Dumazet[IPV4]: Use the fancy alloc_large_system_hash() functio...
2005-07-05 Eric Dumazet[NET]: Hashed spinlocks in net/ipv4/route.c
2005-07-05 Patrick McHardy[IPV4]: Handle large allocations in fib_trie
2005-07-05 Herbert Xu[IPV6]: Makes IPv6 rcv registration happen last during...
2005-07-05 Herbert Xu[IPV4]: Fix crash in ip_rcv while booting related to...
2005-07-05 Thomas Graf[PKT_SCHED]: Report rate estimator configuration errors...
2005-07-05 Thomas Graf[PKT_SCHED]: Cleanup qdisc creation and alignment macros
2005-07-05 Thomas Graf[NET]: Remove unused security member in sk_buff
2005-07-05 Patrick McHardy[NET]: net/core/filter.c: make len cover the entire...
2005-07-05 Patrick McHardy[NET]: Consolidate common code in net/core/filter.c
2005-07-05 Patrick McHardy[NET]: Remove redundant code in net/core/filter.c
2005-06-28 Patrick McHardy[NETFILTER]: Fix connection tracking bug in 2.6.12
2005-06-28 Denis Vlasenko[NET]: Micro optimization in eth_header()
2005-06-28 YOSHIFUJI Hideaki[IPV6]: remove more unused IPV6_AUTHHDR things.
2005-06-28 Neil Horman[IPVS]: Close race conditions on ip_vs_conn_tab list...
2005-06-28 Robert Olsson[IPV4]: Broken memory allocation in fib_trie
2005-06-28 Vlad Yasevich[SCTP] Make init & delayed sack timeouts configurable...
2005-06-28 Maxime Bizon[IPV4]: ipconfig.c: fix dhcp timeout behaviour
2005-06-28 Dietmar Eggemann[IPV4]: Snmpv2 Mib IP counter ipInAddrErrors support
2005-06-28 YOSHIFUJI Hideaki[IPV6]: Don't dump temporary addresses twice
2005-06-28 Patrick McHardy[NETLINK]: Missing padding fields in dumped structures
2005-06-28 Patrick McHardy[NETLINK]: Missing initializations in dumped data
2005-06-28 Patrick McHardy[NETLINK]: Clear padding in netlink messages
next