summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-2025-148/+354
|\
| * [Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann2006-10-201-4/+2
| * [TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()Eric Dumazet2006-10-201-1/+1
| * [NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layerBjörn Steinbrink2006-10-201-0/+3
| * [NETPOLL]: initialize skb for UDPStephen Hemminger2006-10-191-4/+4
| * [IPV6]: Fix route.c warnings when multiple tables are disabled.David S. Miller2006-10-181-3/+8
| * [IPv6] route: Fix prohibit and blackhole routing decisionThomas Graf2006-10-181-6/+31
| * [DECNET]: Fix input routing bugSteven Whitehouse2006-10-181-2/+1
| * [TCP]: Bound TSO defer timeJohn Heffner2006-10-181-5/+15
| * [IPv4] fib: Remove unused fib_config membersThomas Graf2006-10-181-5/+0
| * [IPV6]: Always copy rt->u.dst.error when copying a rt6_info.Ville Nuorvala2006-10-181-2/+1
| * [IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES.Ville Nuorvala2006-10-181-8/+8
| * [IPV6]: Clean up BACKTRACK().Ville Nuorvala2006-10-181-1/+1
| * [IPV6]: Make sure error handling is done when calling ip6_route_output().Ville Nuorvala2006-10-182-10/+12
| * [SCTP]: Fix minor typoVille Nuorvala2006-10-181-1/+1
| * [TIPC]: Updated TIPC version number to 1.6.2Allan Stephens2006-10-181-1/+1
| * [TIPC]: Unrecognized configuration command now returns error messageAllan Stephens2006-10-181-2/+3
| * [TIPC]: Added subscription cancellation capabilityLijun Chen2006-10-181-15/+84
| * [TIPC]: Can now list multicast link on an isolated network nodeAllan Stephens2006-10-181-1/+1
| * [TIPC]: Fixed slow link reactivation when link tolerance is largeAllan Stephens2006-10-181-3/+4
| * [TIPC]: Name publication events now delivered in chronological orderAllan Stephens2006-10-181-1/+1
| * [TIPC]: Add support for Ethernet VLANsAllan Stephens2006-10-182-3/+7
| * [TIPC]: Remove code bloat introduced by print buffer reworkAllan Stephens2006-10-182-7/+7
| * [TIPC]: Optimize wakeup logic when socket has no waiting processesAllan Stephens2006-10-181-2/+4
| * [TIPC]: Added duplicate node address detection capabilityAllan Stephens2006-10-182-5/+35
| * [TIPC]: Stream socket can now send > 66000 bytes at a timeAllan Stephens2006-10-181-1/+6
| * [TIPC]: Debug print buffer enhancements and fixesAllan Stephens2006-10-183-57/+110
| * [TIPC]: Add missing unlock in port timeout code.Allan Stephens2006-10-181-1/+6
* | [PATCH] knfsd: fix race that can disable NFS serverNeilBrown2006-10-201-1/+1
* | [PATCH] SUNRPC: fix a typoChuck Lever2006-10-201-1/+1
* | [PATCH] SUNRPC: fix race in in-kernel RPC portmapper clientChuck Lever2006-10-201-7/+7
|/
* 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