| Commit message (Expand) | Author | Age |
* | [ATM]: track and close listen sockets when sigd exits | Chas Williams | 2005-09-28 |
* | [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684 | Roman Kagan | 2005-09-28 |
* | [TCP]: Fix init_cwnd calculations in tcp_select_initial_window() | David S. Miller | 2005-09-28 |
* | [APPLETALK]: Fix broadcast bug. | Oliver Dawid | 2005-09-27 |
* | [NET]: Slightly optimize ethernet address comparison. | David S. Miller | 2005-09-27 |
* | [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.h | Ben Dooks | 2005-09-27 |
* | [ROSE]: fix typo (regeistration) | Alexey Dobriyan | 2005-09-27 |
* | [ROSE]: check rose_ndevs earlier | Alexey Dobriyan | 2005-09-27 |
* | [ROSE]: return sane -E* from rose_proto_init() | Alexey Dobriyan | 2005-09-27 |
* | [ROSE]: do proto_unregister() on exit paths | Alexey Dobriyan | 2005-09-27 |
* | [NET]: Add Sun Cassini driver. | David S. Miller | 2005-09-27 |
* | [NET]: Fix module reference counts for loadable protocol modules | Frank Filz | 2005-09-27 |
* | [NET]: Reorder some hot fields of struct net_device | Eric Dumazet | 2005-09-27 |
* | [NET]: Prefetch dev->qdisc_lock in dev_queue_xmit() | Eric Dumazet | 2005-09-27 |
* | [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec() | Daniel Phillips | 2005-09-27 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-09-27 |
|\ |
|
| * | [SPARC64]: Do not do TLB pre-filling any more. | David S. Miller | 2005-09-26 |
| * | [SPARC64]: Simplify Spitfire D-cache page flush. | David S. Miller | 2005-09-26 |
| * | [SPARC64]: Probe D/I/E-cache config and use. | David S. Miller | 2005-09-26 |
| * | [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support. | David S. Miller | 2005-09-25 |
| * | [SPARC64]: Fix mask formation in tomatillo_wsync_handler() | David S. Miller | 2005-09-25 |
| * | [SPARC64]: Mark functions called by paging_init() as __init. | David S. Miller | 2005-09-23 |
| * | [SPARC64]: Kill unused variable in setup_arch() | David S. Miller | 2005-09-23 |
| * | [SPARC64]: Fix comment typo in head.S | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Rewrite bootup sequence. | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Kill readjust_prom_translations() | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Remove unnecessary paging_init() cruft. | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Do not allocate OBP page tables using bootmem | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Break up inherit_prom_mappings() into it's constituent parts. | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Do not allocate prom translations using bootmem. | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Remove ktlb.S instruction patching. | David S. Miller | 2005-09-22 |
| * | [SPARC64]: Kill SZ_BITS define from dtlb_backend.S | David S. Miller | 2005-09-21 |
| * | [SPARC64]: Move kernel TLB miss handling into a seperate file. | David S. Miller | 2005-09-21 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-27 |
|\ \ |
|
| * | | [TG3]: Update driver version and release date. | David S. Miller | 2005-09-27 |
| * | | [TG3]: misc. fixes | Michael Chan | 2005-09-27 |
| * | | [TG3]: 5780 PHY fixes | Michael Chan | 2005-09-27 |
| * | | [NEIGH]: Add debugging check when adding timers. | David S. Miller | 2005-09-27 |
* | | | [PATCH] Make POSIX message queue sys_mq_open() honor umask | Krzysztof Benedyczak | 2005-09-27 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-26 |
|\| | |
|
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6 | David S. Miller | 2005-09-26 |
| |\ \ |
|
| | * | | [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg | Arnaldo Carvalho de Melo | 2005-09-22 |
| | * | | [LLC]: Fix the accept path | Arnaldo Carvalho de Melo | 2005-09-22 |
| | * | | [LLC]: Fix sparse warnings | Arnaldo Carvalho de Melo | 2005-09-22 |
| | * | | [TR]: Set correct frame type for SNAP packets | Jochen Friedrich | 2005-09-22 |
| | * | | [LLC]: Fix llc_fixup_skb() bug | Jochen Friedrich | 2005-09-22 |
| | * | | [LLC]: Fix for Bugzilla ticket #5157 | Jochen Friedrich | 2005-09-22 |
| | * | | [LLC]: Fix for Bugzilla ticket #5156 | Jochen Friedrich | 2005-09-22 |
| | * | | [LLC]: Use refcounting with struct llc_sap | Arnaldo Carvalho de Melo | 2005-09-22 |
| | * | | [LLC]: Do better struct sock accounting on skbs | Arnaldo Carvalho de Melo | 2005-09-22 |