aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-22WAN: syncppp.c is no longer used by any kernel code. Remove it.Krzysztof HaƂasa1-102/+0
2008-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-119/+117
2008-11-21netdevice hdlc: Convert directly reference of netdev->privWang Chen1-1/+1
2008-11-21net: use net_eq() in INET_MATCH and INET_TW_MATCHEric Dumazet1-4/+4
2008-11-21wireless: missing include in lib80211.hRami Rosen1-1/+1
2008-11-21mac80211: add explicit padding in struct ieee80211_tx_infoJohn W. Linville1-0/+1
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville1-0/+3
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville3-115/+111
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-2/+0
2008-11-21mac80211: fix BUILD_BUG_ON() caused by misalignment on armFelix Fietkau1-1/+1
2008-11-20DCB: Add support for DCB BCNAlexander Duyck2-1/+47
2008-11-20DCB: Add interface to query the state of PFC feature.Alexander Duyck2-0/+4
2008-11-20DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2-0/+29
2008-11-20DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2-0/+38
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck4-0/+287
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-7/+7
2008-11-20hippi: convert driver to net_device_opsStephen Hemminger1-1/+3
2008-11-20fddi: convert to new network device opsStephen Hemminger1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-13/+26
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-56/+15
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-20/+0
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy1-0/+16
2008-11-20netlink: avoid memset of 0 bytes sparse warningPatrick McHardy1-1/+2
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-20/+0
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-1/+2
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-30/+15
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger1-0/+4
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-1/+3
2008-11-19netdev: network device operations infrastructureStephen Hemminger1-64/+168
2008-11-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-30/+0
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-4/+0
2008-11-19reintroduce accept4Ulrich Drepper2-6/+3
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches2-4/+4
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller20-47/+213
2008-11-18mac80211: remove ieee80211_notify_macJohannes Berg1-20/+0
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+3
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-11-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar33-96/+869
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-1/+3
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+4
2008-11-16ematch: simpler tcf_em_unregister()Alexey Dobriyan1-1/+1
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker1-2/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-2/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker1-7/+0
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-0/+9
2008-11-16net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet1-0/+19
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2-7/+7
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet3-29/+47
2008-11-16rcu: Introduce hlist_nulls variant of hlistEric Dumazet2-0/+204
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-0/+4