summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-0620-89/+199
|\
| * net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black2010-03-271-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-251-0/+1
| |\
| | * netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-0/+1
| * | skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck2010-03-241-6/+0
| * | Fix up prototype for sys_ipc breakageLinus Torvalds2010-03-221-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-226-8/+13
| |\ \ | | |/ | |/|
| | * if_tunnel.h: add missing ams/byteorder.h includePaulius Zaleckas2010-03-211-0/+1
| | * Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-191-0/+4
| |\ \
| | * | serial: sh-sci: Fix build failure for non-sh architectures.Peter Huewe2010-03-101-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-03-192-6/+7
| |\ \ \
| | * | | tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel2010-03-191-0/+1
| | * | | tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman2010-03-191-4/+5
| | * | | Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Greg Kroah-Hartman2010-03-191-2/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-03-191-5/+13
| |\ \ \ \
| | * | | | USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-191-5/+13
| | |/ / /
| * | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-03-181-1/+1
| |\ \ \ \
| | * | | | of: Fix comparison of "compatible" propertiesGrant Likely2010-03-181-1/+1
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-181-16/+17
| |\ \ \ \ \
| | * \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6Russell King2010-03-1524-55/+225
| | |\ \ \ \ \
| | * | | | | | Video: ARM CLCD: Better fix for swapped IENB and CNTL registersRussell King2010-03-141-16/+17
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-181-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+2
| * | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-185-47/+111
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra2010-03-111-0/+1
| | * | | | | | | | perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-104-43/+43
| | * | | | | | | | perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-102-3/+10
| | * | | | | | | | perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker2010-03-101-1/+41
| | * | | | | | | | perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-101-0/+16
| * | | | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2010-03-182-5/+37
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-1/+2
| | * | | | | | | | | backlight: Add backlight_device parameter to check_fbBruno Prémont2010-03-161-1/+1
| | * | | | | | | | | backlight: Revert some const qualifiersRichard Purdie2010-03-161-4/+4
| | * | | | | | | | | backlight: Add Epson L4F00242T03 LCD driverAlberto Panizzo2010-03-161-0/+31
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * / | | | | | | | memory hotplug: allow setting of phys_deviceHeiko Carstens2010-03-171-0/+2
| |/ / / / / / / /
* | | | | | | | | TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2010-04-061-18/+12
* | | | | | | | | icmp: Account for ICMP out errorsEric Dumazet2010-04-031-0/+1
* | | | | | | | | l2tp: Add netlink control API for L2TPJames Chapman2010-04-031-0/+125
* | | | | | | | | netlink: Export genl_lock() API for use by modulesJames Chapman2010-04-031-0/+8
* | | | | | | | | l2tp: Add L2TPv3 IP encapsulation (no UDP) supportJames Chapman2010-04-031-0/+38
* | | | | | | | | l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman2010-04-032-0/+23
* | | | | | | | | ppp: Add ppp_dev_name() exported functionJames Chapman2010-04-031-0/+3
* | | | | | | | | l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman2010-04-031-1/+1
* | | | | | | | | net: convert multicast list to list_headJiri Pirko2010-04-032-41/+43
* | | | | | | | | net: move address list functions to a separate fileJiri Pirko2010-04-031-5/+10
* | | | | | | | | phylib: Support phy module autoloadingDavid Woodhouse2010-04-022-0/+27
* | | | | | | | | ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明2010-04-011-13/+16
* | | | | | | | | gen_estimator: deadlock fixEric Dumazet2010-04-012-1/+2
* | | | | | | | | Add hotplug support to mcp251x driverMarc Zyngier2010-03-301-2/+2