aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-16phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas1-0/+25
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-17/+0
2008-11-13tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik1-1/+0
2008-11-12net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan1-0/+2
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-10/+2
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet1-0/+7
2008-11-12net: Introduce read_pnet() and write_pnet() helpersEric Dumazet1-0/+18
2008-11-12dccp: Query supported CCIDsGerrit Renker1-0/+1
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+0
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller18-54/+666
2008-11-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-11-11telephony: trivial: fix up email addressAlan Cox1-1/+1
2008-11-11Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-28/+23
2008-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+35
2008-11-11drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGADave Airlie1-23/+23
2008-11-11drm: Remove infrastructure for supporting i915's vblank swapping.Eric Anholt1-5/+0
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lockOleg Nesterov1-0/+1
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-10ssb: Fix DMA-API compilation for non-PCI systemsMichael Buesch1-7/+35
2008-11-10cfg80211: make use of reg macros on REG_RULELuis R. Rodriguez1-11/+11
2008-11-10mac80211_hwsim: Add support for client PS modeJouni Malinen1-0/+7
2008-11-10nl80211: Add TX queue parameter configurationJouni Malinen2-2/+64
2008-11-10nl80211: Add basic rate configuration for AP modeJouni Malinen2-0/+11
2008-11-10wireless: implement basic rate helper functionJohannes Berg1-0/+16
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith1-0/+2
2008-11-10mac80211: remove SSID driver codeJohannes Berg1-10/+1
2008-11-10wireless: move mesh config length constantJohannes Berg1-0/+3
2008-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-3/+7
2008-11-10Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai1-3/+7
2008-11-10libata: revert convert-to-block-tagging patchesTejun Heo1-0/+1
2008-11-09Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-2/+574
2008-11-09cpumask: introduce new API, without changing anything, v3Rusty Russell1-6/+52
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi1-0/+1
2008-11-09clarify usage expectations for cnt32_to_63()Nicolas Pitre1-6/+16
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2008-11-08Fix __pfn_to_page(pfn) for CONFIG_DISCONTIGMEM=yRafael J. Wysocki1-1/+1
2008-11-07pkt_sched: Control group classifierThomas Graf2-0/+20
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-0/+1
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-1/+0
2008-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2008-11-07sched: fine-tune SD_SIBLING_INITIngo Molnar1-1/+1
2008-11-07sched: fine-tune SD_MC_INITMike Galbraith1-1/+1
2008-11-07cpumask: new API, v2Rusty Russell1-0/+11
2008-11-07Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller2-0/+56
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller324-64336/+218