summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-0417-32/+56
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-041-1/+0
| |\
| | * RxRPC: Fix v1 keysAnton Blanchard2011-03-031-1/+0
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-043-8/+4
| |\ \
| | * | blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-032-4/+3
| | * | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-1/+1
| | * | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-011-3/+0
| * | | mfd: Don't suspend WM8994 if the CODEC is not suspendedMark Brown2011-03-021-0/+1
| |/ /
| * | ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki2011-03-011-0/+8
| * | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-03-011-1/+1
| |\ \
| | * | drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-281-1/+1
| * | | mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>Ben Hutchings2011-03-011-0/+2
| * | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-02-262-11/+16
| |\ \ \
| | * | | PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unsetRafael J. Wysocki2011-02-242-11/+16
| * | | | rapidio: fix sysfs config attribute to access 16MB of maint spaceAlexandre Bounine2011-02-261-1/+3
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-241-1/+1
| * | | | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-241-0/+2
| | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-244-13/+15
| |\ \ \ | | | |/ | | |/|
| | * | net_sched: long word align struct qdisc_skb_cb dataEric Dumazet2011-02-231-1/+1
| | * | ipv6: Add IPv6 multicast address flag definesLinus Lüssing2011-02-221-0/+12
| * | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2011-02-221-0/+1
| |\ \ \
| | * | | pcmcia: re-enable Zoomed Video supportDominik Brodowski2011-02-201-0/+1
| * | | | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2011-02-221-7/+3
| |\ \ \ \
| | * | | | ASoC: WM8903: Fix mic detection register definitionsStephen Warren2011-02-131-7/+3
| * | | | | module: explicitly align module_version_attribute structureDmitry Torokhov2011-02-221-1/+1
* | | | | | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-1/+0
* | | | | | net_sched: reduce fifo qdisc sizeEric Dumazet2011-03-031-0/+1
* | | | | | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-3/+0
* | | | | | dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2011-03-032-0/+74
* | | | | | dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2011-03-032-0/+34
* | | | | | netdevice: make initial group visible to userspaceVlad Dogaru2011-03-031-3/+3
* | | | | | ipv4: ip_route_output_key() is better as an inline.David S. Miller2011-03-021-1/+5
* | | | | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-29/+29
* | | | | | xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-6/+8
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-021-1/+17
|\ \ \ \ \ \
| * | | | | | ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-251-0/+14
| * | | | | | ipvs: use hlist instead of listChangli Gao2011-02-221-1/+1
| * | | | | | ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-161-0/+2
* | | | | | | xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-014-10/+4
* | | | | | | ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller2011-03-011-3/+2
* | | | | | | xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+1
* | | | | | | ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller2011-03-011-2/+2
* | | | | | | ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-3/+3
* | | | | | | net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-012-0/+3
* | | | | | | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-3/+3
* | | | | | | ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-2/+2
* | | | | | | ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-3/+8
* | | | | | | udp: Switch to ip_finish_skbHerbert Xu2011-03-012-0/+23
* | | | | | | inet: Add ip_make_skb and ip_finish_skbHerbert Xu2011-03-011-0/+16