summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac80211: remove ieee80211_common.hJohannes Berg2007-11-111-91/+0
| * | | | softmac: MAINTAINERS updateJohannes Berg2007-11-111-6/+1
| * | | | rfkill: Fix sparse warningMichael Buesch2007-11-111-0/+4
| * | | | rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch2007-11-111-11/+9
| * | | | iwlwifi: select proper rate control algorithmJohannes Berg2007-11-112-0/+4
| * | | | mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-112-1/+7
| * | | | mac80211: don't allow registering the same rate control twiceJohannes Berg2007-11-111-1/+10
| * | | | rfkill: Use subsys_initcallMichael Buesch2007-11-111-1/+1
| * | | | mac80211: make simple rate control algorithm built-inJohannes Berg2007-11-116-27/+42
| * | | | rfkill: Register LED triggers before registering switchMichael Buesch2007-11-111-5/+6
| * | | | ssb: Fix initcall orderingMichael Buesch2007-11-111-1/+4
| * | | | softmac: fix wext MLME request reason code endiannessJohannes Berg2007-11-111-1/+1
| * | | | [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se...Radu Rendec2007-11-111-11/+1
| * | | | [NET]: Fix skb_truesize_check() assertionChuck Lever2007-11-111-1/+3
| * | | | [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-113-0/+28
| * | | | [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-111-0/+4
| * | | | [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-111-4/+7
| * | | | [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-111-1/+12
| * | | | [IPX]: Use existing sock refcnt debugging infrastructurePavel Emelyanov2007-11-111-18/+4
| * | | | [PACKET]: Use existing sock refcnt debugging infrastructurePavel Emelyanov2007-11-111-8/+3
| * | | | [NET]: Fix infinite loop in dev_mc_unsync().Joe Perches2007-11-111-7/+7
| * | | | [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-114-26/+15
| * | | | [IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov2007-11-111-5/+0
| * | | | [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-111-18/+17
| * | | | [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-111-1/+1
| * | | | [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-111-18/+32
| * | | | [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-111-4/+8
| * | | | [INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.hEric Dumazet2007-11-111-0/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-11-1224-171/+727
|\ \ \ \
| * | | | [CIFS] fix oops on second mount to same server when null auth is usedJeff Layton2007-11-102-1/+2
| * | | | [CIFS] Fix stale mode after readdir when cifsacl specifiedSteve French2007-11-091-1/+7
| * | | | [CIFS] add mode to acl conversion helper functionSteve French2007-11-083-3/+37
| * | | | [CIFS] Fix incorrect mode when ACL had deny access control entriesSteve French2007-11-081-9/+46
| * | | | [CIFS] Add uid to key description so krb can handle user mountsIgor Mammedov2007-11-081-4/+8
| * | | | [CIFS] Fix walking out end of cifs daclSteve French2007-11-057-14/+19
| * | | | [CIFS] Add upcall files for cifs to use spnego/kerberosSteve French2007-11-052-0/+170
| * | | | [CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routinesJeff Layton2007-11-033-13/+26
| * | | | [CIFS] Register and unregister cifs_spnego_key_type on module init/exitJeff Layton2007-11-031-2/+14
| * | | | [CIFS] implement upcalls for SPNEGO blob via keyctl APIJeff Layton2007-11-033-2/+9
| * | | | [CIFS] allow cifs_calc_signature2 to deal with a zero length iovecJeff Layton2007-11-031-2/+3
| * | | | [CIFS] If no Access Control Entries, set mode perm bits to zeroSteve French2007-11-013-23/+79
| * | | | [CIFS] when mount helper missing fix slash wrong direction in shareSteve French2007-11-012-6/+39
| * | | | [CIFS] Don't request too much permission when reading an ACLSteve French2007-10-314-12/+48
| * | | | [CIFS] enable get mode from ACL when cifsacl mount option specifiedShirish Pargaonkar2007-10-302-8/+24
| * | | | [CIFS] ACL support part 8Steve French2007-10-272-66/+73
| * | | | [CIFS] acl support part 7Steve French2007-10-262-4/+19
| * | | | [CIFS] acl support part 6Steve French2007-10-2510-60/+169
| * | | | [CIFS] acl support part 6Steve French2007-10-233-65/+28
| * | | | [CIFS] remove unused funtion compile warning when experimental offParag Warudkar2007-10-231-0/+2
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2007-10-22162-2256/+13625
| |\ \ \ \