summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-10-202-8/+11
| |\ \ \
| | * | | [CRYPTO] api: Select cryptomgr where neededHerbert Xu2006-10-161-1/+3
| | * | | [CRYPTO] api: fix crypto_alloc_base() return valueAkinobu Mita2006-10-111-7/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2006-10-209-28/+27
| |\ \ \ \
| | * | | | [GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk2006-10-201-3/+1
| | * | | | [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk2006-10-201-2/+2
| | * | | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk2006-10-201-1/+1
| | * | | | [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk2006-10-201-3/+0
| | * | | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk2006-10-201-2/+0
| | * | | | [GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro2006-10-201-1/+1
| | * | | | [GFS2] Fix bmap to map extents properlySteven Whitehouse2006-10-206-16/+21
| | * | | | [DLM] fix iovec length in recvmsgPatrick Caulfield2006-10-201-0/+1
| | | |/ / | | |/| |
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-203-23/+27
| |\ \ \ \
| | * | | | [SPARC]: Clean up asm-sparc/elf.h pollution in userspace.David Woodhouse2006-10-201-21/+20
| | * | | | [SPARC64]: Fix of_ioremap().David S. Miller2006-10-191-1/+6
| | * | | | [SPARC64]: Compute dma_end argument to sabre_pbm_init() correctly.David S. Miller2006-10-191-1/+1
| | |/ / /
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-2034-188/+398
| |\ \ \ \
| | * | | | [Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann2006-10-201-4/+2
| | * | | | [Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA cardMarcel Holtmann2006-10-201-0/+1
| | * | | | [Bluetooth] Add support for newer ANYCOM USB donglesMarcel Holtmann2006-10-201-0/+3
| | * | | | [NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.Eric Dumazet2006-10-201-3/+3
| | * | | | [IPV4] inet_peer: Group together avl_left, avl_right, v4daddr to speedup look...Eric Dumazet2006-10-201-3/+4
| | * | | | [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
| | * | | | [TG3]: Bump driver version and release date.David S. Miller2006-10-181-2/+2
| | * | | | [TG3]: Add lower bound checks for tx ring size.Michael Chan2006-10-181-1/+4
| | * | | | [TG3]: Fix set ring params tx ring size implementationRanjit Manomohan2006-10-181-5/+5
| | * | | | [NET]: reduce per cpu ram used for loopback statsEric Dumazet2006-10-181-16/+19
| | * | | | [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-182-5/+17
| | * | | | [IPv4] fib: Remove unused fib_config membersThomas Graf2006-10-182-9/+1
| | * | | | [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
| | * | | | [IPV6]: Remove struct pol_chain.Ville Nuorvala2006-10-181-7/+0
| | * | | | [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-182-15/+85
| | * | | | [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
OpenPOWER on IntegriCloud