summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-20
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-20
| |\ \ \ \ \ \
| | * | | | | | USB: CDC WDM driverOliver Neukum2008-05-20
| * | | | | | | Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2008-05-20
| |/ / / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-05-20
| |\ \ \ \ \ \
| | * | | | | | HID: remove CVS keywordsAdrian Bunk2008-05-20
| | * | | | | | HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.Diego 'Flameeyes' Petteno2008-05-20
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-19
| |\ \ \ \ \ \
| | * | | | | | [PATCH] get rid of leak in compat_execve()Al Viro2008-05-16
| | * | | | | | [PATCH] dup_fd() fixes, part 1Al Viro2008-05-16
| | * | | | | | [PATCH] take init_files to fs/file.cAl Viro2008-05-16
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-05-19
| |\ \ \ \ \ \
| | * | | | | | libata: ignore SIMG4726 config pseudo deviceTejun Heo2008-05-19
| | * | | | | | libata: increase PMP register access timeout to 3sTejun Heo2008-05-19
| | * | | | | | ata: remove FIT() macroHarvey Harrison2008-05-19
| | | |/ / / / | | |/| | | |
| * / | | | | dlm: <linux/dlm_plock.h> should be "unifdef"ed.Robert P. J. Day2008-05-19
| |/ / / / /
| * / / / / i2c: Kill the old driver matching schemeJean Delvare2008-05-18
| |/ / / /
| * | | | Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-15
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-10
|\ \ \ \ \
| * | | | | WEXT: Add support for passing PMK and capability flags to WEXTMasakazu Mokuno2008-06-03
| * | | | | mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach2008-06-03
| * | | | | mac80211: separate Tx and Rx MCS when configuring HTRon Rindjunsky2008-05-21
* | | | | | netfilter: ip6_tables: add ip6tables security tableJames Morris2008-06-09
* | | | | | netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris2008-06-09
* | | | | | netfilter: ctnetlink: add full support for SCTP to ctnetlinkPablo Neira Ayuso2008-06-09
* | | | | | netfilter: ebtables: add IPv6 supportKuo-lang Tseng2008-06-09
* | | | | | netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev2008-06-05
* | | | | | tcp: Reorganize tcp_sock to fill 64-bit holes & improve localityIlpo Järvinen2008-05-29
* | | | | | wanrouter: Fix ioctl handler declaration.David S. Miller2008-05-29
* | | | | | tg3: Add shmem options.Matt Carlson2008-05-29
* | | | | | tg3: Add 5785 ASIC revisionMatt Carlson2008-05-29
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-23
| | |_|_|/ | |/| | |
| * | | | tcp: Make prior_ssthresh a u32Ilpo Järvinen2008-05-21
| * | | | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-21
| | |_|/ | |/| |
| * | | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-20
| * | | ipv6: Move <linux/in6.h> from header-y to unifdef-y.Robert P. J. Day2008-05-19
* | | | tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens2008-05-21
| |/ / |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-05-15
|\ \ \ | |/ / |/| |
| * | mac80211: remove unnecessary byteshifts in frame control testingHarvey Harrison2008-05-14
* | | atm: Cleanup atm_tcp.h and atm.h for userspace.Mike Frysinger2008-05-14
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-05-14
|\ \
| * | add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-14
* | | per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet2008-05-14
* | | lib: create common ascii hex arrayHarvey Harrison2008-05-14
* | | cs5520: disable VDMABartlomiej Zolnierkiewicz2008-05-14
* | | make ide-iops.c:SELECT_MASK() staticAdrian Bunk2008-05-14
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-05-14
|\ \
| * | Driver core: struct class remove children listDave Young2008-05-14
| * | block: do_mounts - accept root=<non-existant partition>Kay Sievers2008-05-14