aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-10-171-1/+1
|\
| * Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-111-1/+1
* | [PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown2006-10-171-0/+5
* | [PATCH] rename net_random to random32Stephen Hemminger2006-10-172-118/+0
* | [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2006-10-158-14/+38
* | [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2006-10-151-0/+3
* | [Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann2006-10-153-9/+3
* | [Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann2006-10-151-2/+2
* | [Bluetooth] Support concurrent connect requestsMarcel Holtmann2006-10-153-7/+16
* | [Bluetooth] Make use of virtual devices treeMarcel Holtmann2006-10-151-5/+1
* | [Bluetooth] Handle return values from driver core functionsMarcel Holtmann2006-10-155-7/+16
* | [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann2006-10-153-17/+161
* | [IPV6] sit: Add missing MODULE_LICENSEJan Dittmer2006-10-151-0/+1
* | [IPV6]: Remove bogus WARN_ON in Proxy-NA handling.YOSHIFUJI Hideaki2006-10-151-2/+0
* | [IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectorsThomas Graf2006-10-152-7/+23
* | [XFRM]: Fix xfrm_state_num going negative.David S. Miller2006-10-151-4/+13
* | [NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet2006-10-151-7/+22
* | NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore2006-10-151-2/+2
* | NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore2006-10-151-6/+12
* | [BRIDGE]: flush forwarding table when device carrier offStephen Hemminger2006-10-154-4/+11
* | [NETFILTER]: ctnetlink: Remove debugging messagesPablo Neira Ayuso2006-10-152-138/+6
* | [NETFILTER]: xt_CONNSECMARK: fix Kconfig dependenciesPatrick McHardy2006-10-151-1/+3
* | [NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum updatePatrick McHardy2006-10-152-6/+6
* | [NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy2006-10-151-0/+2
* | [NETFILTER]: fix cut-and-paste error in exit functionsPatrick McHardy2006-10-152-2/+2
* | [DECNET]: Use correct config option for routing by fwmark in compare_keys()Patrick McHardy2006-10-151-1/+1
* | [PKT_SCHED] sch_htb: use rb_first() cleanupAkinbou Mita2006-10-121-3/+2
* | [RTNETLINK]: Fix use of wrong skb in do_getlink()Patrick McHardy2006-10-121-1/+1
* | [DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy2006-10-121-1/+3
* | [NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2006-10-122-6/+17
* | [NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki2006-10-114-21/+18
* | [NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2006-10-112-13/+22
* | [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2006-10-112-2/+2
* | [IPV6]: Seperate sit driver to extra module (addrconf.c changes)Joerg Roedel2006-10-111-2/+16
* | [IPV6]: Seperate sit driver to extra moduleJoerg Roedel2006-10-114-3/+18
* | [NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi2006-10-112-4/+2
* | [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.Vlad Yasevich2006-10-111-1/+1
* | [SCTP]: Fix receive buffer accounting.Vlad Yasevich2006-10-113-15/+34
* | IPsec: fix handling of errors for socket policiesVenkat Yekkirala2006-10-111-8/+18
* | IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-115-19/+6
* | IPsec: propagate security module errors up from flow_cache_lookupJames Morris2006-10-112-29/+81
* | NetLabel: fix a cache race conditionpaul.moore@hp.com2006-10-112-9/+11
|/
* [PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan2006-10-101-1/+1
* [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro2006-10-101-2/+3
* [PATCH] strndup() would better take size_t, not intAl Viro2006-10-101-1/+1
* [PATCH] ptrdiff_t is %t, not %zAl Viro2006-10-101-1/+1
* [PATCH] tipc __user annotationsAl Viro2006-10-101-3/+3
* [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2006-10-062-21/+24
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-044-4/+0
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-044-4/+0