Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-21DCB: Add support for DCB BCNAlexander Duyck
2008-11-21DCB: Add interface to query the state of PFC feature.Alexander Duyck
2008-11-21DCB: Add interface to query # of TCs supported by deviceAlexander Duyck
2008-11-21DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck
2008-11-21net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet
2008-11-21hippi: convert driver to net_device_opsStephen Hemminger
2008-11-21fddi: convert to new network device opsStephen Hemminger
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy
2008-11-20netlink: avoid memset of 0 bytes sparse warningPatrick McHardy
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet
2008-11-20netdev: expose ethernet address primitivesStephen Hemminger
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger
2008-11-20netdev: network device operations infrastructureStephen Hemminger
2008-11-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-11-20cpuset: update top cpuset's mems after adding a nodeMiao Xie
2008-11-20reintroduce accept4Ulrich Drepper
2008-11-20include/net net/ - csum_partial - remove unnecessary castsJoe Perches
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19mac80211: remove ieee80211_notify_macJohannes Berg
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2008-11-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-11-17ematch: simpler tcf_em_unregister()Alexey Dobriyan
2008-11-17dccp: Deprecate Ack Ratio sysctlGerrit Renker
2008-11-17dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker
2008-11-17dccp: Deprecate old setsockopt frameworkGerrit Renker
2008-11-17virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin
2008-11-17net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet
2008-11-17rcu: Introduce hlist_nulls variant of hlistEric Dumazet
2008-11-17TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler
2008-11-17phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas
2008-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2008-11-15Fix inotify watch removal/umount racesAl Viro
2008-11-15Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-11-15Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky
2008-11-14lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-11-14pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-11-14tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik
2008-11-14USB: don't register endpoints for interfaces that are going awayAlan Stern
2008-11-13slab: document SLAB_DESTROY_BY_RCUPeter Zijlstra