aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2007-04-27V4L/DVB (5419): Add comment how the speed field is interpreted.Hans Verkuil1-0/+5
2007-04-27V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.Hans Verkuil1-1/+1
2007-04-27V4L/DVB (5402): Add vsync_field to the union in video_event for VIDEO_EVENT_V...Hans Verkuil1-0/+8
2007-04-27V4L/DVB (5307): Add support for the cx23415 MPEG decoding features.Hans Verkuil3-2/+54
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-0/+10
2007-04-27V4L/DVB (5289): Add support for video output overlays.Hans Verkuil1-22/+44
2007-04-27V4L/DVB (5272): Add V4L2_CAP_VIDEO_OUTPUT_POS capabilityHans Verkuil1-0/+3
2007-04-27V4L/DVB (5268): Add support for three new MPEG controls.Hans Verkuil1-0/+4
2007-04-27make SysRq-T show all tasks againIngo Molnar1-2/+2
2007-04-27seqlocks: trivial remove weird whitespaceDaniel Walker1-4/+4
2007-04-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds1-0/+202
2007-04-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+7
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+6
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds71-2583/+698
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky1-1/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+202
2007-04-26[WEXT] net_device: Don't include wext bits if not required.Johannes Berg1-1/+2
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells3-2/+67
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells1-0/+2
2007-04-26[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov1-3/+4
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-2/+7
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-0/+6
2007-04-26[NET]: Delete unused header file linux/if_wanpipe_common.hRobert P. J. Day1-58/+0
2007-04-26[NET]: Delete unused header file linux/sdla_fr.h.Robert P. J. Day1-638/+0
2007-04-26[XFRM]: Export SAD info.Jamal Hadi Salim1-0/+25
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger1-0/+1
2007-04-25[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki1-2/+0
2007-04-25[TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki1-0/+6
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger1-0/+5
2007-04-25[WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg3-0/+43
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-2/+2
2007-04-25[AF_PACKET]: Add option to return orig_dev to userspace.Peter P. Waskiewicz Jr1-0/+1
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki1-0/+1
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2-0/+2
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+4
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer1-1/+3
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner3-2/+13
2007-04-25[DCCP]: Complete documentation of dccp_sockGerrit Renker1-11/+10
2007-04-25bridge: eliminate call by referenceStephen Hemminger1-1/+2
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-5/+11
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-2/+7
2007-04-25[IPV6] FIB6RULE: Find source address during looking up route.YOSHIFUJI Hideaki1-4/+7
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-0/+6
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-0/+15
2007-04-25[NET]: Inline net_device_statsRusty Russell1-0/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-0/+14
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu1-0/+7
2007-04-25[NET] fib_rules: Add no-operation actionThomas Graf1-1/+1
2007-04-25[NET] fib_rules: Mark rules detached from the deviceThomas Graf1-0/+1
2007-04-25[NET] fib_rules: goto rule actionThomas Graf1-2/+3