summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-01-047-6/+25
|\
| * [SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox2005-12-152-1/+1
| * Fix up SCSI mismergeJames Bottomley2005-12-151-1/+1
| * Merge by hand (conflicts in scsi_lib.c)James Bottomley2005-12-159-144/+25
| |\
| * | [SCSI] seperate max_sectors from max_hw_sectorsMike Christie2005-12-151-1/+2
| * | [SCSI] add retries field to request for REQ_BLOCK_PC useMike Christie2005-12-141-0/+1
| * | [SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie2005-12-142-0/+8
| * | [SCSI] export blk layer functions needed for blk_execute_rq_nowaitMike Christie2005-12-141-0/+5
| * | [SCSI] Make scsi_transport_spi.h includable by itselfMatthew Wilcox2005-12-131-0/+3
| * | [SCSI] pci_ids.h: add subclass code for SAS ControllersMoore, Eric Dean2005-12-131-0/+1
| * | [SCSI] correct some dropped const compiler warningsJames Bottomley2005-12-131-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-0475-495/+935
|\ \ \
| * | | [TCP]: less inline'sStephen Hemminger2006-01-031-166/+27
| * | | [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()Stephen Hemminger2006-01-031-1/+2
| * | | [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden2006-01-031-1/+1
| * | | [AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2006-01-031-5/+5
| * | | [NET]: Speed up __alloc_skb()Benjamin LaHaise2006-01-031-1/+1
| * | | [PPPOX]: Fix assignment into const proto_ops.David S. Miller2006-01-031-2/+1
| * | | [TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo2006-01-031-5/+5
| * | | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-0323-182/+265
| * | | [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-031-0/+23
| * | | [NET]: move struct proto_ops to constEric Dumazet2006-01-034-7/+7
| * | | [NET]: Small cleanup to socket initializationAndi Kleen2006-01-032-2/+0
| * | | [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz2006-01-031-0/+14
| * | | [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-032-20/+72
| * | | [FLS64]: x86_64 versionStephen Hemminger2006-01-031-1/+27
| * | | [FLS64]: generic versionStephen Hemminger2006-01-0324-1/+33
| * | | [PKT_SCHED] netem: packet corruption optionStephen Hemminger2006-01-031-0/+7
| * | | [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-031-1/+1
| * | | [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-035-7/+8
| * | | [TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo2006-01-032-16/+16
| * | | [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-032-2/+5
| * | | [INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo2006-01-032-1/+4
| * | | [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-035-4/+40
| * | | [IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo2006-01-031-0/+2
| * | | [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-033-15/+26
| * | | [IPV6]: Generalise some functionsArnaldo Carvalho de Melo2006-01-032-1/+14
| * | | [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-1/+4
| * | | [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-031-0/+2
| * | | [ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo2006-01-031-0/+2
| * | | [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-034-52/+28
| * | | [IPV6]: Introduce inet6_rsk()Arnaldo Carvalho de Melo2006-01-032-6/+37
| * | | [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_addArnaldo Carvalho de Melo2006-01-032-1/+32
| * | | [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned longArnaldo Carvalho de Melo2006-01-031-1/+1
| * | | [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hashArnaldo Carvalho de Melo2006-01-031-0/+26
| * | | [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo2006-01-031-1/+5
| * | | [IPV4]: Safer reassemblyHerbert Xu2006-01-033-0/+4
| * | | [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-035-6/+202
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-01-043-10/+167
|\ \ \ \
| * | | | [PATCH] USB Storage: add alauda supportMatthew Dharm2006-01-041-0/+3