aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown1-0/+5
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger2-118/+0
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann8-14/+38
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann1-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann3-9/+3
2006-10-15[Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann1-2/+2
2006-10-15[Bluetooth] Support concurrent connect requestsMarcel Holtmann3-7/+16
2006-10-15[Bluetooth] Make use of virtual devices treeMarcel Holtmann1-5/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsMarcel Holtmann5-7/+16
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann3-17/+161
2006-10-15[IPV6] sit: Add missing MODULE_LICENSEJan Dittmer1-0/+1
2006-10-15[IPV6]: Remove bogus WARN_ON in Proxy-NA handling.YOSHIFUJI Hideaki1-2/+0
2006-10-15[IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectorsThomas Graf2-7/+23
2006-10-15[XFRM]: Fix xfrm_state_num going negative.David S. Miller1-4/+13
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet1-7/+22
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore1-2/+2
2006-10-15NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore1-6/+12
2006-10-15[BRIDGE]: flush forwarding table when device carrier offStephen Hemminger4-4/+11
2006-10-15[NETFILTER]: ctnetlink: Remove debugging messagesPablo Neira Ayuso2-138/+6
2006-10-15[NETFILTER]: xt_CONNSECMARK: fix Kconfig dependenciesPatrick McHardy1-1/+3
2006-10-15[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum updatePatrick McHardy2-6/+6
2006-10-15[NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy1-0/+2
2006-10-15[NETFILTER]: fix cut-and-paste error in exit functionsPatrick McHardy2-2/+2
2006-10-15[DECNET]: Use correct config option for routing by fwmark in compare_keys()Patrick McHardy1-1/+1
2006-10-12[PKT_SCHED] sch_htb: use rb_first() cleanupAkinbou Mita1-3/+2
2006-10-12[RTNETLINK]: Fix use of wrong skb in do_getlink()Patrick McHardy1-1/+1
2006-10-12[DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy1-1/+3
2006-10-12[NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2-6/+17
2006-10-11[NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki4-21/+18
2006-10-11[NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2-13/+22
2006-10-11[TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2-2/+2
2006-10-11[IPV6]: Seperate sit driver to extra module (addrconf.c changes)Joerg Roedel1-2/+16
2006-10-11[IPV6]: Seperate sit driver to extra moduleJoerg Roedel4-3/+18
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi2-4/+2
2006-10-11[SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.Vlad Yasevich1-1/+1
2006-10-11[SCTP]: Fix receive buffer accounting.Vlad Yasevich3-15/+34
2006-10-11IPsec: fix handling of errors for socket policiesVenkat Yekkirala1-8/+18
2006-10-11IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala5-19/+6
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris2-29/+81
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com2-9/+11
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra1-1/+1
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan1-1/+1
2006-10-10[PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro1-2/+3
2006-10-10[PATCH] strndup() would better take size_t, not intAl Viro1-1/+1
2006-10-10[PATCH] ptrdiff_t is %t, not %zAl Viro1-1/+1
2006-10-10[PATCH] tipc __user annotationsAl Viro1-3/+3
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2-21/+24
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds4-4/+0
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds27-346/+416