summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* USB: fix codingstyle issues in include/linux/usb.hGreg Kroah-Hartman2008-02-011-91/+113
* USB: stop io performed by mos7720 upon close()Oliver Neukum2008-02-011-0/+2
* USB: Export suspend statisticsSarah Sharp2008-02-011-0/+3
* USB: usbdevfs_urb: __user annotationMarcin Slusarz2008-02-011-1/+1
* USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"Robert P. J. Day2008-02-011-5/+5
* USB: usb_serial: clean tty reference in the last closeAristeu Rozanski2008-02-011-0/+1
* USB: add Printer Gadget DriverCraig W. Nadler2008-02-013-0/+37
* USB: usb-storage: new "lockable" subclass 0x07Alan Stern2008-02-011-3/+2
* USB: Convert from class_device to device for USB coreTony Jones2008-02-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-02-011-7/+9
|\
| * block: kill swap_io_context()Jens Axboe2008-02-011-1/+0
| * block: new end request handling interface should take unsigned byte countsJens Axboe2008-02-011-6/+9
* | [NET_SCHED]: Add flow classifierPatrick McHardy2008-01-311-0/+50
* | [NET_SCHED]: sch_sfq: make internal queues visible as classesPatrick McHardy2008-01-311-0/+5
* | [IPV4]: Make struct ipv4_devconf static.Adrian Bunk2008-01-311-2/+0
* | [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-311-1/+2
* | [IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet2008-01-311-2/+2
* | [VLAN]: set_rx_mode support for unicast address listChris Leech2008-01-311-0/+4
* | [IPV4] fib_trie: rescan if key is lost during dumpStephen Hemminger2008-01-311-1/+1
* | [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-01-311-4/+4
* | [IPV6]: Introduce the INET6_TW_MATCH macro.Pavel Emelyanov2008-01-311-0/+8
* | [NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with constJan Engelhardt2008-01-311-1/+1
* | [NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with constJan Engelhardt2008-01-311-3/+3
* | [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-01-311-2/+2
* | [NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt2008-01-311-5/+32
* | [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-01-311-4/+4
* | [NETFILTER]: xt_owner: allow matching UID/GID rangesJan Engelhardt2008-01-311-2/+2
* | [NETFILTER]: arp_tables: netns preparationAlexey Dobriyan2008-01-311-1/+2
* | [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-01-311-1/+2
* | [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-01-313-6/+7
* | [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-01-311-2/+4
* | [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-01-311-3/+3
* | [NETFILTER]: xt_conntrack: add port and direction matchingJan Engelhardt2008-01-311-12/+18
* | linux/types.h: Use __u64 for aligned_u64Jan Engelhardt2008-01-311-1/+1
* | [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy2008-01-311-3/+0
* | [NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt2008-01-311-3/+3
* | [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-01-312-0/+14
* | Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-01-312-0/+488
* | rfkill: add the WiMAX radio typeIñaky Pérez-González2008-01-312-0/+4
|/
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-019-23/+102
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-064-13/+2
| * Add wait_for_completion_killableMatthew Wilcox2007-12-061-0/+1
| * Add wait_event_killableMatthew Wilcox2007-12-061-0/+41
| * Add schedule_timeout_killableMatthew Wilcox2007-12-061-0/+1
| * Add mutex_lock_killableLiam R. Howlett2007-12-061-0/+5
| * Add lock_page_killableMatthew Wilcox2007-12-061-0/+14
| * Add fatal_signal_pendingMatthew Wilcox2007-12-061-1/+8
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-061-8/+14
| * wait: Use TASK_NORMALMatthew Wilcox2007-12-061-5/+6
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-061-0/+16