summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-167-26/+39
* net: split netdev features to separate headerMichał Mirosław2011-11-162-78/+92
* net: remove legacy ethtool opsMichał Mirosław2011-11-162-69/+0
* enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-161-0/+14
* mdio-gpio: Add reset functionality to mdio-gpio driver(v2).Srinivas Kandagatla2011-11-152-0/+4
* net: introduce build_skb()Eric Dumazet2011-11-141-0/+1
* neigh: new unresolved queue limitsEric Dumazet2011-11-142-1/+3
* 6LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com2011-11-141-0/+6
* ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2011-11-143-5/+14
* net: introduce ethernet teaming deviceJiri Pirko2011-11-133-0/+244
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-091-1/+1
* ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-093-4/+4
* net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-082-5/+5
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-074-3/+14
|\
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-0/+2
| * netlink: clarify attribute length check documentationJohannes Berg2011-11-041-2/+9
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-042-1/+3
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-042-1/+3
| | |\
| | | * mac80211: warn only once about not finding a rateJohannes Berg2011-11-041-1/+2
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-0/+1
| | | |\
| | | | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-0/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-074-24/+32
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2011-11-072-22/+31
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-072-6/+14
| | * | | | | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-071-10/+15
| | * | | | | | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-071-3/+0
| | * | | | | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-071-4/+3
| | |/ / / / / /
| * | | | | | | ACPI: Fix CONFIG_ACPI_DOCK=n compiler warningBart Van Assche2011-11-071-1/+1
| * | | | | | | ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-071-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-073-31/+35
|\ \ \ \ \ \ \
| * | | | | | | vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-26/+25
| * | | | | | | drm/radeon/kms: properly set panel mode for eDPAlex Deucher2011-11-011-0/+3
| * | | | | | | drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2011-11-011-5/+7
* | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-077-173/+229
|\ \ \ \ \ \ \ \
| * | | | | | | | mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12
| * | | | | | | | mtd: kill old field for `struct mtd_info_user'Brian Norris2011-09-111-4/+1
| * | | | | | | | mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-3/+0
| * | | | | | | | mtd: document ABIBrian Norris2011-09-112-14/+74
| * | | | | | | | mtd: add MEMWRITE ioctlBrian Norris2011-09-111-0/+11
| * | | | | | | | mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2011-09-111-4/+4
| * | | | | | | | mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-112-9/+9
| * | | | | | | | mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-112-15/+16
| * | | | | | | | mtd: support reading OOB without ECCBrian Norris2011-09-111-0/+3
| * | | | | | | | mtd: nand: document nand_chip.oob_poiBrian Norris2011-09-111-1/+2
| * | | | | | | | mtd: support writing OOB without ECCBrian Norris2011-09-111-0/+3
| * | | | | | | | mtd: style fixups in multi-line comment, indentationBrian Norris2011-09-111-7/+9
| * | | | | | | | mtd: nand: fix spelling error (date => data)Brian Norris2011-09-111-1/+1
| * | | | | | | | mtd: remove MEMSETOOBSEL macro definitionBrian Norris2011-09-111-1/+6
| * | | | | | | | mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-111-23/+0