aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2008-04-17Introduce down_killable()Matthew Wilcox
2008-04-17Generic semaphore implementationMatthew Wilcox
2008-04-17Fix quota.h includesMatthew Wilcox
2008-04-17locking: remove unused double_spin_lock()Oleg Nesterov
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov
2008-04-17hrtimer: add nanosleep specific restart_block memberThomas Gleixner
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King
2008-04-16IB/mlx4: Add support for resizing CQsVladimir Sokolovsky
2008-04-16IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier
2008-04-16phy: Clean up header styleAndy Fleming
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
2008-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-16[NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov
2008-04-15acpi thermal trip points increased to 12Krzysztof Helt
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch
2008-04-15[ISDN] include/linux/isdn.h: remove dead codeAdrian Bunk
2008-04-15[WANPIPE]: Forgotten bits of Sangoma drivers removal.Adrian Bunk
2008-04-15io context: increment task attachment count in ioc_task_link()Jens Axboe
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter
2008-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-14[NETFILTER]: bridge: add ebt_nflog watcherPeter Warasin
2008-04-14[NETFILTER]: nf_nat: kill helper and seq_adjust hooksPatrick McHardy
2008-04-14[NETFILTER]: nf_conntrack: add DCCP protocol supportPatrick McHardy
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy
2008-04-14[NETFILTER]: remove arpt_(un)register_target indirection macrosJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_target indirection macroJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-04-14[NETFILTER]: xt_sctp: simplify xt_sctp.hJan Engelhardt
2008-04-14[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan
2008-04-14[SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker
2008-04-14[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker
2008-04-14[SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker
2008-04-13[IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki
2008-04-13[IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki
2008-04-12Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/...David S. Miller
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore
2008-04-12net: make struct tun_struct private to tun.cRusty Russell
2008-04-12[IPV6]: Define constants for link-local multicast addresses.YOSHIFUJI Hideaki
2008-04-11Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-04-11Spell out behavior of atomic_dec_and_lock() in kerneldocJ. Bruce Fields