aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley109-1712/+2692
2006-09-23[SCSI] SPI transport class: misc DV fixesJames Bottomley1-1/+2
2006-09-23Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds12-31/+179
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds11-77/+187
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds84-1602/+2324
2006-09-23Merge mulgrave-w:git/scsi-misc-2.6James Bottomley15-48/+1569
2006-09-23[PATCH] #elif that should've been #elif definedAl Viro1-1/+1
2006-09-23[KERNEL] Do not truncate to 'int' in ALIGN() macro.David Miller1-1/+1
2006-09-23[ALSA] ak4xxx - Remove bogus IPGA controlsTakashi Iwai1-10/+0
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai1-0/+4
2006-09-23[ALSA] Add definition of TLV dB range compoundTakashi Iwai1-8/+15
2006-09-23[ALSA] Clean up and add TLV support to AK4xxx i2c driverTakashi Iwai1-9/+31
2006-09-23[ALSA] Add the definition of linear volume TLVTakashi Iwai1-0/+10
2006-09-23[ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai1-0/+1
2006-09-23[ALSA] Add dB scale information to ad1848 driverTakashi Iwai1-6/+16
2006-09-23[ALSA] Revolution 5.1 - add AK5365 ADC supportJochen Voss1-1/+2
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai1-3/+1
2006-09-23[ALSA] snd-emu10k1: Implement dB gain infomation.James Courtier-Dutton1-0/+4
2006-09-23[ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai1-1/+0
2006-09-23[ALSA] Control API - more robust TLV implementationJaroslav Kysela2-3/+23
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai1-0/+32
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-3/+0
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai2-2/+2
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-3/+4
2006-09-23[ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela3-1/+53
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust1-1/+4
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust1-1/+1
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust1-0/+1
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust2-0/+2
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever1-7/+10
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever1-3/+2
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2-8/+0
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2-0/+23
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever2-4/+0
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever1-1/+2
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever1-0/+11
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2-1/+2
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-5/+0
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2-20/+17
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever1-0/+16
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-12/+9
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-3/+2
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2-2/+2
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+1
2006-09-22NFS: Add extra const qualifiersDavid Howells2-4/+4
2006-09-22NFS: Generalise the nfs_client structureDavid Howells2-0/+61
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+3
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells1-1/+1
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells1-1/+1
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2-8/+8
2006-09-22NFS: Add dentry materialisation opDavid Howells1-0/+1
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust1-0/+4
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust1-1/+4
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+1
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro2-0/+8
2006-09-22IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-22RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-22RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-7/+34
2006-09-22RDMA: iWARP Core Changes.Tom Tucker2-5/+37
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker1-0/+258
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-2/+4
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-0/+2
2006-09-22[IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA2-5/+2
2006-09-22[IPV6] ADDRCONF: Allow non-DAD'able addresses.Noriaki TAKAMIYA1-0/+1
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2-6/+5
2006-09-22[IPV6] NDISC: Add proxy_ndp sysctl.YOSHIFUJI Hideaki2-0/+3
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala1-0/+1
2006-09-22[NETFILTER]: PPTP conntrack: fix another GRE keymap leakPatrick McHardy1-0/+2
2006-09-22[NETFILTER]: PPTP conntrack: simplify expectation handlingPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: PPTP conntrack: fix header definitionsPatrick McHardy1-4/+5
2006-09-22[NETFILTER]: PPTP conntrack: get rid of unnecessary byte order conversionsPatrick McHardy3-17/+17
2006-09-22[NETFILTER]: PPTP conntrack: fix whitespace errorsPatrick McHardy1-13/+13
2006-09-22[NETFILTER]: x_tables: simplify compat APIPatrick McHardy1-11/+18
2006-09-22[NETFILTER]: TCP conntrack: improve dead connection detectionGeorge Hansper1-0/+1
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy2-2/+1
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy2-127/+0
2006-09-22[NETFILTER]: remove unused include filePatrick McHardy1-33/+0
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-0/+13
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov1-1/+2
2006-09-22[SCTP]: CleanupsAdrian Bunk1-0/+13
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf2-2/+18
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim1-1/+1
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin2-23/+24
2006-09-22[NetLabel]: add some missing #includes to various header filesPaul Moore2-0/+3
2006-09-22[NetLabel]: remove unused function prototypesPaul Moore1-6/+0
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger1-11/+5
2006-09-22[NETFILTER] bridge: code rearrangement for clarityStephen Hemminger1-19/+7
2006-09-22[IPV4]: Make struct sockaddr_in::sin_port __be16Alexey Dobriyan1-1/+1
2006-09-22[IPV4]: Make struct in_addr::s_addr __be32Alexey Dobriyan1-1/+1
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-4/+11
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller1-1/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker1-16/+2
2006-09-22[NETLINK]: remove third bogus argument from NLA_PUT_FLAGJohannes Berg1-1/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-0/+2
2006-09-22[NET_SCHED]: Add mask support to fwmark classifierPatrick McHardy1-0/+1
2006-09-22[IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy1-1/+2
2006-09-22[NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki1-0/+2
2006-09-22[IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki2-1/+3
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller1-2/+3
2006-09-22[XFRM]: Hash policies when non-prefixed.David S. Miller1-18/+5
2006-09-22[XFRM]: Purge dst references to deleted SAs passively.David S. Miller1-1/+0
2006-09-22[XFRM]: Do not flush all bundles on SA insert.David S. Miller1-1/+0
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller1-0/+3
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller1-1/+1
2006-09-22[XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller1-3/+3
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller1-78/+0
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller1-16/+0
2006-09-22[XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2-0/+8
2006-09-22[XFRM]: Add sorting interface for state and template.Masahide NAKAMURA1-0/+20
2006-09-22[XFRM] POLICY: sub policy support.Masahide NAKAMURA2-8/+44
2006-09-22[XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2-0/+14
2006-09-22[XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA1-0/+1
2006-09-22[IPV6] MIP6: Transformation support mobility header.Masahide NAKAMURA1-0/+5
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA1-0/+4
2006-09-22[IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA4-0/+34
2006-09-22[IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA1-0/+3
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA1-0/+31
2006-09-22[IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.David S. Miller1-3/+3
2006-09-22[IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA1-0/+3
2006-09-22[IPV6] MIP6: Add home address option definition.Noriaki TAKAMIYA2-0/+11
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-1/+1
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+2
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-0/+7
2006-09-22[IPV6] MIP6: Add routing header type 2 definition.Noriaki TAKAMIYA1-0/+13
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA1-1/+18
2006-09-22[XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2-0/+4
2006-09-22[XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2-0/+4
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA2-0/+3
2006-09-22[XFRM] STATE: Add a hook to obtain local/remote outbound address.Masahide NAKAMURA1-0/+2
2006-09-22[XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA2-0/+3
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-0/+3
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2-0/+3
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA1-0/+26
2006-09-22[XFRM]: Expand XFRM_MAX_DEPTH for route optimization.Masahide NAKAMURA1-1/+1
2006-09-22[XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA1-1/+4
2006-09-22[XFRM]: Introduce a helper to compare id protocol.Masahide NAKAMURA1-0/+6
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2-3/+5
2006-09-22[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2-3/+4
2006-09-22[IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use.YOSHIFUJI Hideaki1-0/+5
2006-09-22[IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki2-3/+9
2006-09-22[IPV6] NDISC: Take source address into account for redirects.YOSHIFUJI Hideaki1-0/+1
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich2-13/+12
2006-09-22[NETFILTER]: x_tables: add data member to struct xt_matchPatrick McHardy1-0/+3
2006-09-22[NETFILTER]: nfnetlink: remove unnecessary packed attributesPatrick McHardy3-9/+9
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-6/+2
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy4-8/+4
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+5
2006-09-22[NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso1-0/+4
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai2-4/+22
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai2-8/+29
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala3-39/+44
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf2-16/+28
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf1-4/+1
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf1-4/+1
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller8-500/+129
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf1-0/+1
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf3-27/+71
2006-09-22[RTNETLINK]: Unexport rtnl socketThomas Graf1-2/+0
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2-0/+20
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf2-4/+7
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf1-0/+1
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh1-0/+2
2006-09-22[DECNET]: cleanupsAdrian Bunk1-3/+0
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk1-25/+0
2006-09-22[NET]: Increate RT_TABLE_MAX to 2^32Patrick McHardy1-3/+1
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-2/+1
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy1-0/+7
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy1-20/+5
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy3-0/+19
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy2-9/+9
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-2/+2
2006-09-22[NET]: drop unused elements from net_proto_familyStephen Hemminger1-5/+0
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse2-6/+5
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu1-7/+24
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-31/+2
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-3/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-1/+0
2006-09-22[NET]: Make code static.Adrian Bunk1-4/+0
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+19
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2-101/+94
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf3-100/+67
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy3-8/+10
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2-10/+11
2006-09-22[NET]: Move netlink interface bits to linux/if.hThomas Graf2-132/+130
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2-56/+53
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-10/+64
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf1-7/+7
2006-09-22[IPV6]: Policy Routing RulesThomas Graf3-1/+15
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2-0/+150
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf2-2/+40
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-12/+13
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore1-0/+4
2006-09-22[NetLabel]: core network changesPaul Moore4-1/+543
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala3-0/+57