summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netlink: Remove compat API for nested attributesThomas Graf2008-09-021-82/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-08-296-22/+13
|\
| * net: Unbreak userspace usage of linux/mroute.hDavid S. Miller2008-08-294-20/+2
| * pkt_sched: Fix sch_tree_lock()Jarek Poplawski2008-08-271-2/+2
| * pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-271-0/+8
| * pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-221-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-08-295-4/+79
|\ \
| * | mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen2008-08-292-0/+13
| * | ssb: Clean up extraction of MAC addresses from SPROMLarry Finger2008-08-291-4/+0
| * | ssb: Update for Rev. 5 SPROMLarry Finger2008-08-291-0/+15
| * | mac80211: Add an 802.11n definitionSujith2008-08-291-0/+1
| * | mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2008-08-293-0/+50
* | | net: more #ifdef CONFIG_COMPATAlexey Dobriyan2008-08-282-0/+4
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Simon Horman2008-08-272-0/+162
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2008-08-194-9/+9
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2008-08-162-1/+3
| |\ \ \
| * | | | ipvs: Create init functions for estimator codeSven Wegener2008-08-151-0/+2
| * | | | IPVS: Add genetlink interface definitions to ip_vs.hJulius Volz2008-08-151-0/+160
* | | | | move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene2008-08-221-0/+1
* | | | | rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh2008-08-221-0/+1
* | | | | rfkill: add __must_check annotationsHenrique de Moraes Holschuh2008-08-221-2/+3
* | | | | rfkill: add default global states (v2)Henrique de Moraes Holschuh2008-08-221-0/+1
* | | | | mac80211: remove ieee80211_get_hdrlenHarvey Harrison2008-08-221-10/+0
* | | | | mac80211: add rx status flag for short preambleBruno Randolf2008-08-221-0/+2
* | | | | mac80211: add ieee80211_queue_stopped)Tomas Winkler2008-08-221-0/+10
| |_|_|/ |/| | |
* | | | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-211-0/+5
* | | | fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-08-201-0/+3
* | | | mm: dirty page tracking race fixNick Piggin2008-08-201-1/+1
* | | | fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-0/+9
* | | | FRV: Provide ioremap_wc() for FRVDavid Howells2008-08-201-0/+2
* | | | MN10300: Supply ioremap_wc() for MN10300David Howells2008-08-201-0/+2
* | | | Reserve NFS fileid values for btrfsDavid Woodhouse2008-08-201-0/+21
* | | | Reduce brokenness of CRIS headers_installDavid Woodhouse2008-08-201-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-08-201-1/+2
|\ \ \ \
| * | | | [SCSI] sd: fix USB devices incorrectly reporting DIF supportHugh Dickins2008-08-061-1/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-192-0/+14
|\ \ \ \ \
| * | | | | PCI: add acpi_find_root_bridge_handleJiri Slaby2008-08-181-0/+11
| * | | | | x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHsSeth Heasley2008-08-151-0/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-196-10/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-08-181-8/+3
| |\ \ \ \ \
| | * | | | | mac80211: remove kdoc references to IEEE80211_HW_HOST_GEN_BEACON_TEMPLATELuis R. Rodriguez2008-08-181-8/+3
| | | |_|_|/ | | |/| | |
| * | | | | pkt_sched: No longer destroy qdiscs from RCU.David S. Miller2008-08-171-1/+0
| * | | | | pkt_sched: Add 'deactivated' state.David S. Miller2008-08-171-0/+1
| * | | | | net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-151-0/+4
| * | | | | tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-151-0/+1
| |/ / / /
| * | | | netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-142-1/+3
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-181-46/+109
|\ \ \ \
| * | | | ata: add missing ATA_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+13
| * | | | ata: add missing ATA_CMD_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+20
| * | | | ata: add missing ATA_ID_* defines (take 2)Bartlomiej Zolnierkiewicz2008-08-181-46/+76
OpenPOWER on IntegriCloud