summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [TCP] MIB: Add counters for discarded SACK blocksIlpo Järvinen2007-10-101-0/+3
* [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo2007-10-101-1/+0
* [DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo2007-10-101-1/+2
* [KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo2007-10-101-0/+21
* [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik2007-10-101-1/+7
* [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik2007-10-101-2/+5
* [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik2007-10-102-0/+22
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-101-0/+1
* [TCP]: Update comment about highest_sack validityIlpo Järvinen2007-10-101-1/+2
* [TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen2007-10-101-1/+0
* [TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen2007-10-101-1/+0
* [TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen2007-10-101-0/+2
* [NET]: Generic Large Receive Offload for TCP trafficJan-Bernd Themann2007-10-101-0/+177
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-102-86/+330
* mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-081-1/+1
* Don't do load-average calculations at even 5-second intervalsLinus Torvalds2007-10-071-1/+1
* Revert "[PATCH] x86-64: fix x86_64-mm-sched-clock-share"Linus Torvalds2007-09-261-16/+3
* signalfd simplificationDavide Libenzi2007-09-203-38/+6
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-191-0/+1
* Fix NUMA Memory Policy Reference CountingLee Schermerhorn2007-09-191-2/+2
* Fix user namespace exiting OOPsPavel Emelyanov2007-09-191-0/+1
* Convert uid hash to hlistPavel Emelyanov2007-09-192-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-09-161-9/+31
|\
| * [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-9/+31
* | Fix non-ISA link error in drivers/scsi/advansys.cMatthew Wilcox2007-09-161-0/+11
|/
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2007-09-121-0/+1
|\
| * leds: Add missing include for leds.hYoichi Yuasa2007-09-111-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-09-122-1/+5
|\ \
| * | Input: add more Braille keycodesSamuel Thibault2007-09-042-1/+5
* | | Fix select on /proc files without ->pollAlexey Dobriyan2007-09-111-0/+2
* | | PTR_ALIGNMatthew Wilcox2007-09-111-0/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-09-111-0/+13
|\ \ \
| * | | ide: add ide_dev_is_sata() helper (take 2)Sergei Shtylyov2007-09-111-0/+13
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-09-112-5/+22
|\ \ \
| * | | PCI: irq and pci_ids patch for Intel TolapaiJason Gaston2007-09-111-0/+2
| * | | PCI AER: fix warnings when PCIEAER=nRandy Dunlap2007-09-111-5/+20
| |/ /
* | | [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-3/+2
|/ /
* | [libata, IDE] add new VIA bridge to VIA PATA driversJoseph Chan2007-09-101-0/+1
* | NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust2007-09-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-311-0/+1
|\ \
| * | sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-281-0/+1
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-08-312-0/+14
|\ \ \
| * | | libata: implement BROKEN_HPA horkage and apply it to affected drivesTejun Heo2007-08-311-0/+1
| * | | ata: add ATA_MWDMA* and ATA_SWDMA* definesBartlomiej Zolnierkiewicz2007-08-311-0/+13
| |/ /
* | | hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson2007-08-311-7/+3
* | | i2c-piix4: Fix SB700 PCI device IDShane Huang2007-08-311-2/+1
* | | PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONRafael J. Wysocki2007-08-311-3/+3
* | | SLUB: Force inlining for functions in slub_def.hChristoph Lameter2007-08-311-4/+4
* | | [TCP]: Allow minimum RTO to be configurable via routing metrics.David S. Miller2007-08-301-0/+2
|/ /
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-272-2/+3
|\ \
OpenPOWER on IntegriCloud