| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Allow netdevices to specify needed head/tailroom | Johannes Berg | 2008-05-12 | 1 | -2/+14 |
* | net: Set LL_MAX_HEADER properly for wireless. | David S. Miller | 2008-05-12 | 1 | -7/+9 |
* | syncppp: Fix crashes. | David S. Miller | 2008-05-12 | 2 | -1/+4 |
* | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-05-08 | 2 | -2/+19 |
|\ |
|
| * | Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_... | Jeff Garzik | 2008-05-06 | 1 | -2/+14 |
| |\ |
|
| | * | mv643xx_eth: inter-mv643xx SMI port sharing | Lennert Buytenhek | 2008-04-28 | 1 | -0/+2 |
| | * | mv643xx_eth: shorten shared platform driver name | Lennert Buytenhek | 2008-04-28 | 1 | -2/+2 |
| | * | mv643xx_eth: configurable t_clk | Lennert Buytenhek | 2008-04-28 | 1 | -0/+1 |
| | * | mv643xx_eth: mbus decode window support | Lennert Buytenhek | 2008-04-28 | 1 | -0/+6 |
| | * | mv643xx_eth: get rid of static variables, allow multiple instances | Lennert Buytenhek | 2008-04-28 | 1 | -0/+3 |
| * | | phylib: Fix some sparse warnings | Andy Fleming | 2008-05-06 | 1 | -0/+5 |
* | | | netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re... | Patrick McHardy | 2008-05-08 | 1 | -0/+1 |
|/ / |
|
* | | ip: Make use of the inline function dst_metric_locked() | Satoru SATOH | 2008-05-04 | 1 | -1/+1 |
* | | xfrm: convert empty xfrm_audit_* macros to functions | Marcin Slusarz | 2008-05-03 | 1 | -8/+40 |
* | | bridge: forwarding table information for >256 devices | Stephen Hemminger | 2008-05-02 | 1 | -1/+3 |
* | | Make linux/wireless.h be able to compile | Kirill A. Shutemov | 2008-05-01 | 1 | -6/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | mac80211: use 4-byte mesh sequence number | Luis Carlos Cobo | 2008-04-30 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-30 | 3 | -9/+5 |
|\ \ \ |
|
| * | | | x86: fix HT cpu booting on 32-bit | Hugh Dickins | 2008-04-30 | 1 | -6/+1 |
| * | | | x86 VISWS: build fix | Ingo Molnar | 2008-04-30 | 1 | -0/+4 |
| * | | | x86: remove Xgt_desc_struct | Adrian Bunk | 2008-04-30 | 1 | -3/+0 |
* | | | | klist: fix coding style errors in klist.h and klist.c | Greg Kroah-Hartman | 2008-04-30 | 1 | -15/+15 |
* | | | | driver core: remove no longer used "struct class_device" | Kay Sievers | 2008-04-30 | 1 | -97/+0 |
* | | | | devres: support addresses greater than an unsigned long via dev_ioremap | Kumar Gala | 2008-04-30 | 1 | -2/+2 |
* | | | | sysfs: sysfs_update_group stub for CONFIG_SYSFS=n | Randy Dunlap | 2008-04-30 | 1 | -0/+6 |
* | | | | klist: implement klist_add_{after|before}() | Tejun Heo | 2008-04-30 | 1 | -0/+2 |
* | | | | klist: implement KLIST_INIT() and DEFINE_KLIST() | Tejun Heo | 2008-04-30 | 1 | -0/+8 |
|/ / / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 36 | -430/+919 |
|\ \ \ |
|
| * \ \ | Merge branch 'pnp' into release | Len Brown | 2008-04-30 | 3 | -259/+110 |
| |\ \ \ |
|
| | * | | | PNPBIOS: remove include/linux/pnpbios.h | Bjorn Helgaas | 2008-04-29 | 1 | -151/+0 |
| | * | | | ISAPNP: remove unused pnp_dev->regs field | Bjorn Helgaas | 2008-04-29 | 1 | -1/+0 |
| | * | | | PNP: make interfaces private to the PNP core | Bjorn Helgaas | 2008-04-29 | 1 | -36/+0 |
| | * | | | PNP: make pnp_resource_table private to PNP core | Bjorn Helgaas | 2008-04-29 | 1 | -12/+2 |
| | * | | | PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t... | Bjorn Helgaas | 2008-04-29 | 1 | -40/+105 |
| | * | | | PNP: add pnp_get_resource() interface | Bjorn Helgaas | 2008-04-29 | 1 | -0/+1 |
| | * | | | PNP: remove unused interfaces using pnp_resource_table | Bjorn Helgaas | 2008-04-29 | 1 | -8/+0 |
| | * | | | PNP: add pnp_init_resources(struct pnp_dev *) interface | Bjorn Helgaas | 2008-04-29 | 1 | -0/+2 |
| | * | | | PNP: remove pnp_resource_table from internal get/set interfaces | Bjorn Helgaas | 2008-04-29 | 1 | -2/+2 |
| | * | | | PNP: add debug output to option registration | Bjorn Helgaas | 2008-04-29 | 1 | -8/+11 |
| | * | | | PNP: make pnp_add_card_id() internal to PNP core | Bjorn Helgaas | 2008-04-29 | 1 | -2/+0 |
| | * | | | PNP: make pnp_add_id() internal to PNP core | Bjorn Helgaas | 2008-04-29 | 1 | -2/+0 |
| | * | | | ISAPNP: move config register addresses out of isapnp.h | Bjorn Helgaas | 2008-04-29 | 1 | -10/+0 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *-------------. \ \ \ | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 1013 | -20358/+26559 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/ / /
| | | |/| | | | | | | | |
|
| | | | | | | | | * | | | thermal: add hwmon sysfs I/F | Zhang Rui | 2008-04-29 | 1 | -0/+24 |
| | | | | | | | | * | | | thermal: add new get_crit_temp callback | Zhang, Rui | 2008-04-29 | 1 | -0/+1 |
| | | | | | | | | * | | | thermal: add the support for building the generic thermal as a module | Zhang Rui | 2008-04-29 | 1 | -14/+0 |
| | | | |_|_|_|_|/ / /
| | | |/| | | | | | | |
|
| * | | | | | | | | | | ACPICA: update Intel copyright | Len Brown | 2008-04-23 | 32 | -32/+32 |
| * | | | | | | | | | | ACPICA: Update version to 20080321 | Bob Moore | 2008-04-22 | 1 | -1/+1 |
| * | | | | | | | | | | ACPICA: Update for new Notify values | Zhang Rui | 2008-04-22 | 2 | -9/+17 |