summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-041-36/+85
|\
| * padata: Remove padata_get_cpumaskSteffen Klassert2010-07-311-2/+0
| * padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert2010-07-311-19/+21
| * padata: Rearrange set_cpumask functionsSteffen Klassert2010-07-311-3/+3
| * padata: Rename padata_alloc functionsSteffen Klassert2010-07-311-4/+5
| * padata: Added sysfs primitives to padata subsystemDan Kruchinin2010-07-191-1/+4
| * padata: Make two separate cpumasksDan Kruchinin2010-07-191-36/+80
| * padata: simplify serialization mechanismSteffen Klassert2010-07-141-3/+3
| * padata: Check for valid padata instance on startSteffen Klassert2010-07-141-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-08-041-6/+14
|\ \
| * | percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-0/+13
| * | percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo2010-06-271-6/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-0461-399/+1028
|\ \ \
| * | | l2tp: fix export of header file for userspaceJames Chapman2010-08-031-0/+1
| * | | can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-1/+3
| * | | Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof Hałasa2010-08-021-0/+3
| * | | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-08-021-0/+7
| |\ \ \
| | * | | cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala2010-07-281-0/+7
| * | | | tg3: Remove 5720, 5750, and 5750MMatt Carlson2010-08-021-3/+0
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-08-026-3/+64
| |\ \ \ \
| | * | | | xt_quota: report initial quota value instead of current value to userspaceChangli Gao2010-07-231-1/+1
| | * | | | netfilter: add xt_cpu matchEric Dumazet2010-07-232-1/+13
| | * | | | netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder2010-07-232-0/+28
| | * | | | netfilter: correct CHECKSUM header and export itMichael S. Tsirkin2010-07-162-3/+6
| | * | | | netfilter: add CHECKSUM targetMichael S. Tsirkin2010-07-151-0/+18
| | * | | | nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso2010-07-151-1/+1
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-0/+2
| |\ \ \ \ \
| * | | | | | ks8842: Support DMA when accessed via timberdaleRichard Röjfors2010-07-271-0/+4
| * | | | | | net: pskb_expand_head() optimizationEric Dumazet2010-07-241-1/+2
| * | | | | | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-242-0/+20
| * | | | | | net: RTA_MARK additionEric Dumazet2010-07-221-0/+1
| * | | | | | CAN: Add Flexcan CAN controller driverMarc Kleine-Budde2010-07-221-0/+20
| | |_|/ / / | |/| | | |
| * | | | | ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller2010-07-191-1/+1
| * | | | | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-3/+3
| * | | | | net: support time stamping in phy devices.Richard Cochran2010-07-183-0/+57
| * | | | | net: added a BPF to help drivers detect PTP packets.Richard Cochran2010-07-181-0/+126
| * | | | | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
| * | | | | net: add driver hook for tx time stamping.Richard Cochran2010-07-181-0/+21
| * | | | | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-2/+2
| * | | | | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-42/+28
| * | | | | atm: propagate signal changes via notifierKarl Hiramoto2010-07-091-0/+17
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-074-3/+12
| |\ \ \ \ \
| * | | | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-4/+8
| | |_|/ / / | |/| | | |
| * | | | | netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches2010-07-041-7/+13
| * | | | | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-19/+17
| * | | | | device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-041-26/+86
| * | | | | vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2010-07-041-0/+5
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-023-2/+6
| |\ \ \ \ \
| | * | | | | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2010-06-282-2/+4
| | * | | | | IPVS: one-packet schedulingNick Chalk2010-06-221-0/+2